libosmogsm 1.10.0.64-ff3d
Osmocom GSM library
|
for PH-[UNIT]DATA. More...
#include <l1sap.h>
Data Fields | |
uint8_t | link_id |
Link Identifier (Like RSL) More... | |
uint8_t | chan_nr |
Channel Number (Like RSL) More... | |
uint32_t | fn |
GSM Frame Number. More... | |
int8_t | rssi |
RSSI of receivedindication. More... | |
uint16_t | ber10k |
BER in units of 0.01%. More... | |
union { | |
int16_t ta_offs_qbits | |
Burst TA Offset in quarter bits. More... | |
int16_t ta_offs_256bits | |
timing advance offset (in 1/256th bits) More... | |
}; | |
int16_t | lqual_cb |
Link quality in centiBel. More... | |
enum osmo_ph_pres_info_type | pdch_presence_info |
Info regarding presence/validity of header and data parts. More... | |
uint8_t | is_sub:1 |
flags More... | |
for PH-[UNIT]DATA.
{req,ind} | PH-RTS.ind
union { ... } ph_data_param::@20 |
uint16_t ph_data_param::ber10k |
BER in units of 0.01%.
uint8_t ph_data_param::chan_nr |
Channel Number (Like RSL)
Referenced by lapdm_phsap_dequeue_prim_fn(), lapdm_phsap_up(), tx_ph_data_enqueue(), and tx_ph_data_enqueue_ui().
uint32_t ph_data_param::fn |
GSM Frame Number.
Referenced by lapdm_phsap_up().
uint8_t ph_data_param::is_sub |
flags
uint8_t ph_data_param::link_id |
Link Identifier (Like RSL)
Referenced by lapdm_phsap_dequeue_prim_fn(), lapdm_phsap_up(), tx_ph_data_enqueue(), and tx_ph_data_enqueue_ui().
int16_t ph_data_param::lqual_cb |
Link quality in centiBel.
enum osmo_ph_pres_info_type ph_data_param::pdch_presence_info |
Info regarding presence/validity of header and data parts.
int8_t ph_data_param::rssi |
RSSI of receivedindication.
int16_t ph_data_param::ta_offs_256bits |
timing advance offset (in 1/256th bits)
int16_t ph_data_param::ta_offs_qbits |
Burst TA Offset in quarter bits.