From ed640c45199af100e6705d2a582a664a0b1628b4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 1 Aug 2009 18:23:01 +0200 Subject: add ip.access specific channel combinations --- openbsc/include/openbsc/abis_nm.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbsc/include/openbsc/abis_nm.h') diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h index 47baafb55..9f8c4be9e 100644 --- a/openbsc/include/openbsc/abis_nm.h +++ b/openbsc/include/openbsc/abis_nm.h @@ -482,6 +482,12 @@ enum abis_nm_chan_comb { NM_CHANC_BCCH = 0x06, NM_CHANC_BCCH_CBCH = 0x07, NM_CHANC_SDCCH_CBCH = 0x08, + /* ip.access */ + NM_CHANC_IPAC_bPDCH = 0x0b, /* PBCCH + PCCCH + PDTCH/F + PACCH/F + PTCCH/F */ + NM_CHANC_IPAC_cPDCH = 0x0c, /* PBCCH + PDTCH/F + PACCH/F + PTCCH/F */ + NM_CHANC_IPAC_PDCH = 0x0d, /* PDTCH/F + PACCH/F + PTCCH/F */ + NM_CHANC_IPAC_TCHFull_PDCH = 0x80, + NM_CHANC_IPAC_TCHFull_TCHHalf = 0x81, }; /* Section 9.4.16: Event Type */ -- cgit v1.2.3