libosmogb 1.10.0.64-ff3d
Osmocom Gb library
|
BSSGP User-Data header (Section 10.2.1 and 10.2.2) More...
#include <gsm_08_18.h>
Data Fields | |
uint8_t | pdu_type |
BSSGP PDU type. More... | |
uint32_t | tlli |
Temporary Link-Local Identifier. More... | |
uint8_t | qos_profile [3] |
QoS profile. More... | |
uint8_t | data [0] |
BSSGP User-Data header (Section 10.2.1 and 10.2.2)
uint8_t bssgp_ud_hdr::data[0] |
Referenced by bssgp_rcvmsg().
uint8_t bssgp_ud_hdr::pdu_type |
BSSGP PDU type.
Referenced by bssgp_tx_dl_ud(), and bssgp_tx_ul_ud().
uint8_t bssgp_ud_hdr::qos_profile[3] |
QoS profile.
Referenced by bssgp_tx_dl_ud(), and bssgp_tx_ul_ud().
uint32_t bssgp_ud_hdr::tlli |
Temporary Link-Local Identifier.
Referenced by bssgp_rx_ul_ud(), bssgp_tx_dl_ud(), and bssgp_tx_ul_ud().