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.

diff --git a/src/abis_nm.c b/src/abis_nm.c
index 5a12f82..6ca1792 100644
--- a/src/abis_nm.c
+++ b/src/abis_nm.c
@@ -268,6 +268,8 @@
 		/* ip.access specifics */
 		[NM_ATT_IPACC_RSL_BSC_IP] =	{ TLV_TYPE_FIXED, 4 },
 		[NM_ATT_IPACC_RSL_BSC_PORT] =	{ TLV_TYPE_FIXED, 2 },
+		[NM_ATT_IPACC_PRIM_OML_IP] =	{ TLV_TYPE_FIXED, 6 },
+		[0x95] =			{ TLV_TYPE_FIXED, 2 },
 		[0x85] =			{ TLV_TYPE_TV },
 
 	},