libosmogsm  0.11.0-dirty
Osmocom GSM library
include/osmocom/gsm/prim.h
Go to the documentation of this file.
00001 
00003 #pragma once
00004 
00005 #include <osmocom/core/prim.h>
00006 
00007 /* enumeration of GSM related SAPs */
00008 enum osmo_gsm_sap {
00009         SAP_GSM_PH      = _SAP_GSM_BASE,
00010         SAP_GSM_DL,
00011         SAP_GSM_MDL,
00012 
00013         SAP_BSSGP_GMM,
00014         SAP_BSSGP_LL,
00015         SAP_BSSGP_NM,
00016         SAP_BSSGP_PFM,
00017 };
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines