aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-05-23 16:27:05 +0000
committerHarald Welte <laforge@gnumonks.org>2009-05-23 16:27:05 +0000
commit110c0ab6c5d71375562f78caec2e565c25774b5a (patch)
tree1bf52abaf9c8880c19b0ebb14f33f1e2e7f58f12 /include/openbsc
parent45b407ad25e2dafd536af1b216ba071226edc964 (diff)
* replace some more hex bytes in init msgs by #defines
* when using patch_tables(), use the ARFCN of the BTS, not the cmdline argument
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/abis_nm.h4
1 files changed, 4 insertions, 0 deletions
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,