ROHC compression/decompression library
Todo List
Global code_UO1_packet (struct c_context *const context, const struct ip_packet *ip, const struct ip_packet *ip2, const unsigned char *next_header, unsigned char *const dest)
Handle extension (X bit) for UO-1-ID packet
Global rohc_list_encode_type_0 (struct list_comp *const comp, unsigned char *const dest, int counter, const int ps)
this function is inefficient as it loops many times on the same list (see get_elt especially)
Global rohc_list_encode_type_1 (struct list_comp *const comp, unsigned char *const dest, int counter, const int ps)
this function is inefficient as it loops many times in the current and reference lists (see get_elt and type_is_present especially)
Global rohc_list_encode_type_2 (struct list_comp *const comp, unsigned char *const dest, int counter, const int ps)
this function is inefficient as it loops many times in the current and reference lists (see get_elt and type_is_present especially)
Global rohc_list_encode_type_3 (struct list_comp *const comp, unsigned char *const dest, int counter, const int ps)
this function is inefficient as it loops many times in the current and reference lists (see get_elt and type_is_present especially)