laforge has submitted this change. (
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, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index 30d6fa3..3eab14e 100644
--- a/src/osmo-bsc/abis_nm.c
+++ b/src/osmo-bsc/abis_nm.c
@@ -607,7 +607,7 @@
if (!Frep && Fexp) {
LOGPMO(&bts->mo, DNM, LOGL_NOTICE, "Get
Attributes Response: "
"reported feature '%s' is not supported,
while we thought it is.\n",
-
get_value_string(osmo_bts_features_descs, i));
+ 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: 7
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged