RSL: Add defines for ericsson systinfo SI13

Ericsson uses non standard information element tags when setting
up the SI13 system information configuration. This applies to
RSL_SYSTEM_INFO_13, which is normally 0x28, instead Ericsson
uses RSL_ERIC_SYSTEM_INFO_13, which is set to 0x0C. Furthermore,
Ericsson adds a propritary field called BCCH-Mapping, which is
tagged as 0xf2 (RSL_IE_ERIC_BCCH_MAPPING)

This patch addes these two information element tags in
gsm_08_58.h

Change-Id: Idc27352e286b9b8bbcbf0b31bdb676c3d13487a9
This commit is contained in:
Philipp Maier 2016-11-14 12:34:15 +01:00 committed by Harald Welte
parent 9b4d065ba5
commit 00b1539007
1 changed files with 4 additions and 0 deletions

View File

@ -293,6 +293,9 @@ enum abis_rsl_ie {
RSL_IE_IPAC_RTP_PAYLOAD2= 0xfc,
RSL_IE_IPAC_RTP_MPLEX = 0xfd,
RSL_IE_IPAC_RTP_MPLEX_ID= 0xfe,
/* Ericsson */
RSL_IE_ERIC_BCCH_MAPPING= 0xf2,
};
/* Chapter 9.3.1 */
@ -461,6 +464,7 @@ struct rsl_ie_chan_ident {
#define RSL_EXT_MEAS_ORDER 0x47
#define RSL_MEAS_INFO 0x48
#define RSL_SYSTEM_INFO_13 0x28
#define RSL_ERIC_SYSTEM_INFO_13 0x0C
#define RSL_SYSTEM_INFO_2quater 0x29
#define RSL_SYSTEM_INFO_9 0x2a
#define RSL_SYSTEM_INFO_18 0x2b