aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-03 12:46:27 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-03 12:46:27 +0200
commita0c0b57c28aa4fd5cef689ab7e675e4922baf745 (patch)
tree19c0e6a952010edba96e661733463716a8722721 /openbsc/include/openbsc
parent684b1a875afbd7041dfac3096afd8dfc803679ea (diff)
add more TLV parser definitiosn for IPA NM attributes
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/abis_nm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h
index 4b7e2ff0f..65cef73f3 100644
--- a/openbsc/include/openbsc/abis_nm.h
+++ b/openbsc/include/openbsc/abis_nm.h
@@ -362,6 +362,7 @@ enum abis_nm_attr {
NM_ATT_IPACC_RSL_BSC_PORT = 0x81,
NM_ATT_IPACC_NV_FLAGS = 0x86,
NM_ATT_IPACC_FREQ_CTRL = 0x87,
+ NM_ATT_IPACC_SEC_OML_CFG = 0x89,
NM_ATT_IPACC_IP_IF_CFG = 0x8a, /* IP interface */
NM_ATT_IPACC_IP_GW_CFG = 0x8b, /* IP gateway */
NM_ATT_IPACC_IN_SERV_TIME = 0x8c,