ROHC compression/decompression library
Data Fields
rohc_decoded_values Struct Reference

The values decoded from the bits extracted from ROHC header. More...

#include <rohc_decomp_rfc3095.h>

Collaboration diagram for rohc_decoded_values:
Collaboration graph
[legend]

Data Fields

bool is_context_reused
 
uint32_t sn
 
rohc_mode_t mode
 
bool multiple_ip
 
struct rohc_decoded_ip_values outer_ip
 
struct rohc_decoded_ip_values inner_ip
 
uint16_t udp_src
 
uint16_t udp_dst
 
uint16_t udp_check
 
rohc_tristate_t udp_check_present
 
rohc_packet_cce_t cce_pkt
 
rohc_tristate_t cfp
 
rohc_tristate_t cfi
 
uint16_t udp_lite_cc
 
uint8_t rtp_version:2
 
uint8_t rtp_p:1
 
uint8_t rtp_x:1
 
uint8_t rtp_cc:4
 
uint8_t rtp_m:1
 
uint8_t rtp_pt:7
 
uint32_t ts
 
uint32_t rtp_ssrc
 
uint32_t esp_spi
 

Detailed Description

The values decoded from the bits extracted from ROHC header.

See also
decode_values_from_bits
rtp_decode_values_from_bits

Field Documentation

rohc_packet_cce_t rohc_decoded_values::cce_pkt

TODO

rohc_tristate_t rohc_decoded_values::cfi

TODO

rohc_tristate_t rohc_decoded_values::cfp

TODO

uint32_t rohc_decoded_values::esp_spi

The decoded ESP SPI

struct rohc_decoded_ip_values rohc_decoded_values::inner_ip

The decoded values for the inner IP header

bool rohc_decoded_values::is_context_reused

Whether the context is re-used or not

rohc_mode_t rohc_decoded_values::mode

The operation mode asked by compressor

bool rohc_decoded_values::multiple_ip

Whether there are multiple IP headers or only one single IP header

struct rohc_decoded_ip_values rohc_decoded_values::outer_ip

The decoded values for the outer IP header

uint8_t rohc_decoded_values::rtp_cc

The decoded RTP CSRC Count

uint8_t rohc_decoded_values::rtp_m

The decoded RTP Marker (M) flag

uint8_t rohc_decoded_values::rtp_p

The decoded RTP Padding (R-P) flag

uint8_t rohc_decoded_values::rtp_pt

The decoded RTP Payload Type (RTP-PT)

uint32_t rohc_decoded_values::rtp_ssrc

The decoded SSRC value

uint8_t rohc_decoded_values::rtp_version

The decoded RTP version

uint8_t rohc_decoded_values::rtp_x

The decoded RTP eXtension (R-X) flag

uint32_t rohc_decoded_values::sn

The decoded SN value

uint32_t rohc_decoded_values::ts

The decoded RTP TimeStamp (TS) value

uint16_t rohc_decoded_values::udp_check

The decoded UDP checksum

rohc_tristate_t rohc_decoded_values::udp_check_present

Whether the UDP checksum field is encoded in the ROHC packet or not

uint16_t rohc_decoded_values::udp_dst

The decoded UDP destination port bits

uint16_t rohc_decoded_values::udp_lite_cc

The decoded UDP-Lite CC

uint16_t rohc_decoded_values::udp_src

The decoded UDP source port


The documentation for this struct was generated from the following file: