This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Max gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/297
Add missing names for Abis NM objects
Change-Id: I742c6a1965c4da6623b08637639b1fe4d285d42c
---
M src/gsm/abis_nm.c
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/97/297/1
diff --git a/src/gsm/abis_nm.c b/src/gsm/abis_nm.c
index 6a1831c..469f95f 100644
--- a/src/gsm/abis_nm.c
+++ b/src/gsm/abis_nm.c
@@ -344,6 +344,10 @@
/*! \brief Human-readable strings for A-bis OML Object Class */
const struct value_string abis_nm_obj_class_names[] = {
+ { NM_OC_IPAC_E1_TRUNK, "IPAC E1-TRUNK" },
+ { NM_OC_IPAC_E1_PORT, "IPAC E1-PORT" },
+ { NM_OC_IPAC_E1_CHAN, "IPAC E1-CHAN" },
+ { NM_OC_IPAC_CLK_MODULE,"IPAC CLK-MODULE" },
{ NM_OC_SITE_MANAGER, "SITE-MANAGER" },
{ NM_OC_BTS, "BTS" },
{ NM_OC_RADIO_CARRIER, "RADIO-CARRIER" },
--
To view, visit https://gerrit.osmocom.org/297
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I742c6a1965c4da6623b08637639b1fe4d285d42c
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>