|
libosmocore 1.11.0.52-28973f
Osmocom core library
|
single entry in a SAP/PRIM/OP -> EVENT map More...
#include <prim.h>
Data Fields | |
| unsigned int | sap |
| SAP to match. More... | |
| unsigned int | primitive |
| primtiive to match More... | |
| enum osmo_prim_operation | operation |
| operation to match More... | |
| uint32_t | event |
| event as result if above match More... | |
single entry in a SAP/PRIM/OP -> EVENT map
| uint32_t osmo_prim_event_map::event |
event as result if above match
Referenced by osmo_event_for_prim().
| enum osmo_prim_operation osmo_prim_event_map::operation |
operation to match
Referenced by osmo_event_for_prim().
| unsigned int osmo_prim_event_map::primitive |
primtiive to match
Referenced by osmo_event_for_prim().
| unsigned int osmo_prim_event_map::sap |
SAP to match.
Referenced by osmo_event_for_prim().