aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/prim.h
blob: 95cbb1209dcb276ee75d457c6bf39e13ae98c380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef OSMO_GSM_PRIM_H
#define OSMO_GSM_PRIM_H

#include <osmocom/core/prim.h>

/* enumeration of GSM related SAPs */
enum osmo_gsm_sap {
	SAP_GSM_PH	= _SAP_GSM_BASE,
	SAP_GSM_DL,
	SAP_GSM_MDL,
};

#endif