libosmogsm
0.11.0-dirty
Osmocom GSM library
|
primitive header for PH-SAP primitives More...
#include <l1sap.h>
Data Fields | |
struct osmo_prim_hdr | oph |
generic primitive header | |
union { | |
struct ph_data_param data | |
struct ph_tch_param tch | |
struct ph_rach_req_param rach_req | |
struct ph_rach_ind_param rach_ind | |
struct ph_conn_ind_param conn_ind | |
struct mph_info_param info | |
} | u |
request-specific data |
primitive header for PH-SAP primitives
Referenced by lapdm_phsap_dequeue_prim(), lapdm_phsap_up(), and tx_ph_data_enqueue().
generic primitive header
Referenced by l2_ph_data_conf(), lapdm_phsap_dequeue_prim(), rslms_rx_chan_rqd(), and tx_ph_data_enqueue().
Referenced by lapdm_phsap_up().
Referenced by rslms_rx_chan_rqd().
struct ph_tch_param osmo_phsap_prim::tch |
union { ... } osmo_phsap_prim::u |
request-specific data
Referenced by lapdm_phsap_dequeue_prim(), lapdm_phsap_up(), rslms_rx_chan_rqd(), and tx_ph_data_enqueue().