Change in osmo-bsc[master]: deprecation: use osmo_bts_features_names()

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/.

neels gerrit-no-reply at lists.osmocom.org
Mon Apr 12 10:46:37 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/23728 )


Change subject: deprecation: use osmo_bts_features_names()
......................................................................

deprecation: use osmo_bts_features_names()

Instead of the feature description, use the short feature name, which
better matches the message "reported feature '%s'..."

Change-Id: Ie09506fbf3a1f0e899f9f4c8070e3139fd1d5e9d
---
M src/osmo-bsc/abis_nm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/28/23728/1

diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index 3eab14e..ba1075a 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",
-				       osmo_bts_feature_name(i));
+				       osmo_bts_features_name(i));
 			}
 		}
 	}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/23728
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie09506fbf3a1f0e899f9f4c8070e3139fd1d5e9d
Gerrit-Change-Number: 23728
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210412/9fee3fde/attachment.htm>


More information about the gerrit-log mailing list