aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-04-29 22:58:38 +0000
committerHarald Welte <laforge@gnumonks.org>2009-04-29 22:58:38 +0000
commit3bfbb84021bd19f6a8b131624a49ac50ceebd70e (patch)
tree8fd37a88d206697c8fb4b9604b6addf2606e68b7 /include
parenta7cfa03cb2a987696f40921b1f9667b862f44fb5 (diff)
Add some more ip.access specific OML attributes/messages. In this case it is
about configuring the primary OML link IP address in the NVRAM of the device.
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/abis_nm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openbsc/abis_nm.h b/include/openbsc/abis_nm.h
index 5c1ae8ed1..af5ade0b1 100644
--- a/include/openbsc/abis_nm.h
+++ b/include/openbsc/abis_nm.h
@@ -212,6 +212,8 @@ enum abis_nm_msgtype_ipacc {
NM_MT_IPACC_RSL_CONNECT = 0xe0,
NM_MT_IPACC_RSL_CONNECT_ACK,
NM_MT_IPACC_RSL_CONNECT_NACK,
+ NM_MT_IPACC_RSL_SET_NVATTR = 0xef,
+ NM_MT_IPACC_RSL_SET_NVATTR_ACK = 0xff,
};
/* Section 9.2: Object Class */
@@ -335,6 +337,7 @@ enum abis_nm_attr {
NM_ATT_IPACC_RSL_BSC_IP = 0x80,
NM_ATT_IPACC_RSL_BSC_PORT = 0x81,
+ NM_ATT_IPACC_PRIM_OML_IP = 0x88,
NM_ATT_BS11_RF_RES_IND_PER = 0x8f,