ROHC compression/decompression library
Data Structures | Variables
c_uncompressed.c File Reference

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"
Include dependency graph for c_uncompressed.c:

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.

Detailed Description

ROHC compression context for the uncompressed profile.

Author:
Didier Barvaux <didier.barvaux@toulouse.viveris.com>
Didier Barvaux <didier@barvaux.org>
The hackers from ROHC for Linux

Variable Documentation

Initial value:
{
        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.