From 1cdf1d76ae63b1491c1d3277b707464a16eeac70 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 8 Nov 2018 16:43:09 +0100 Subject: abis_nm: Add support to parse OML IP and Unit Id in Get Attributes Change-Id: Ia05e0b8fe3e28aaf2b2253d018f0614e83e23caa --- include/osmocom/bsc/abis_nm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom/bsc/abis_nm.h') diff --git a/include/osmocom/bsc/abis_nm.h b/include/osmocom/bsc/abis_nm.h index ef9e4f5fc..45bbe2c02 100644 --- a/include/osmocom/bsc/abis_nm.h +++ b/include/osmocom/bsc/abis_nm.h @@ -67,6 +67,8 @@ struct abis_nm_cfg { extern int abis_nm_rcvmsg(struct msgb *msg); int abis_nm_tlv_parse(struct tlv_parsed *tp, struct gsm_bts *bts, const uint8_t *buf, int len); +int abis_nm_tlv_attr_primary_oml(struct tlv_parsed *tp, struct in_addr *ia, uint16_t *oml_port); +int abis_nm_tlv_attr_unit_id(struct tlv_parsed *tp, char* unit_id, size_t buf_len); int abis_nm_rx(struct msgb *msg); int abis_nm_opstart(struct gsm_bts *bts, uint8_t obj_class, uint8_t i0, uint8_t i1, uint8_t i2); int abis_nm_chg_adm_state(struct gsm_bts *bts, uint8_t obj_class, uint8_t i0, -- cgit v1.2.3