From 3bfbb84021bd19f6a8b131624a49ac50ceebd70e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 Apr 2009 22:58:38 +0000 Subject: 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. --- include/openbsc/abis_nm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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, -- cgit v1.2.3