| ROHC compression/decompression library
   
    | 
ROHC compression context for the uncompressed profile. More...
#include "rohc_comp_internals.h"#include "rohc_traces.h"#include "rohc_debug.h"#include "cid.h"#include "crc.h"
| Data Structures | |
| struct | sc_uncompressed_context | 
| The Uncompressed context.  More... | |
| Variables | |
| struct c_profile | c_uncompressed_profile | 
| Define the compression part of the Uncompressed profile as described in the RFC 3095. | |
ROHC compression context for the uncompressed profile.
| struct c_profile c_uncompressed_profile | 
{
        0,                            
        NULL,                         
        ROHC_PROFILE_UNCOMPRESSED,    
        "Uncompressed / Compressor",  
        c_uncompressed_create,        
        c_uncompressed_destroy,
        c_uncompressed_check_context,
        c_uncompressed_encode,
        c_uncompressed_feedback,
}
Define the compression part of the Uncompressed profile as described in the RFC 3095.
 1.7.6.1
 1.7.6.1