From 110c0ab6c5d71375562f78caec2e565c25774b5a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 23 May 2009 16:27:05 +0000 Subject: * replace some more hex bytes in init msgs by #defines * when using patch_tables(), use the ARFCN of the BTS, not the cmdline argument --- include/openbsc/abis_nm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/openbsc') diff --git a/include/openbsc/abis_nm.h b/include/openbsc/abis_nm.h index aed556c74..6f0e04131 100644 --- a/include/openbsc/abis_nm.h +++ b/include/openbsc/abis_nm.h @@ -232,6 +232,8 @@ enum abis_nm_obj_class { NM_OC_BASEB_TRANSC, /* RFU: 05-FE */ NM_OC_BS11_A0 = 0xa0, + NM_OC_BS11_HANDOVER = 0xa1, + NM_OC_BS11_PWR_CTRL = 0xa2, NM_OC_BS11_A3 = 0xa3, NM_OC_BS11_A4 = 0xa4, NM_OC_BS11 = 0xa5, @@ -388,6 +390,8 @@ enum abis_nm_attr { NM_ATT_BS11_RADIO_MEAS_GRAN = 0xdc, /* in SACCH multiframes */ NM_ATT_BS11_RADIO_MEAS_REP = 0xdd, + NM_ATT_BS11_SH_LAPD_INT_TIMER = 0xe8, + NM_ATT_BS11_BTS_STATE = 0xf0, NM_ATT_BS11_E1_STATE = 0xf1, NM_ATT_BS11_PLL = 0xf2, -- cgit v1.2.3