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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18604 )
Change subject: abis_nm: cosmetic: use osmo_bts_feature_name()
......................................................................
abis_nm: cosmetic: use osmo_bts_feature_name()
Change-Id: I15078ac030b0b824a554239b19bc501c624e2a87
---
M src/osmo-bsc/abis_nm.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/04/18604/1
diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index d976ea3..218c4f1 100644
--- a/src/osmo-bsc/abis_nm.c
+++ b/src/osmo-bsc/abis_nm.c
@@ -593,11 +593,11 @@
if (!f1 && f2) {
LOGP(DNM, LOGL_ERROR, "BTS%u Get Attributes Response: reported feature '%s' "
"is not supported, while we thought it is. Please fix.\n",
- bts->nr, get_value_string(osmo_bts_features_descs, i));
+ bts->nr, osmo_bts_feature_name(i));
} else if (f1 && !f2) {
LOGP(DNM, LOGL_NOTICE, "BTS%u Get Attributes Response: reported feature '%s' "
"is supported, while we thought it is not. Please fix.\n",
- bts->nr, get_value_string(osmo_bts_features_descs, i));
+ bts->nr, osmo_bts_feature_name(i));
}
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/18604
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I15078ac030b0b824a554239b19bc501c624e2a87
Gerrit-Change-Number: 18604
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200530/6c3f8c8f/attachment.htm>