Change in osmo-bts[master]: vty: fix the use of deprecated osmo_bts_feature_name()

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.org
Tue Apr 27 17:01:34 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/23916 )


Change subject: vty: fix the use of deprecated osmo_bts_feature_name()
......................................................................

vty: fix the use of deprecated osmo_bts_feature_name()

Change-Id: I67863da286b0fd1ec42088bce12d3c76e4be30ba
---
M src/common/vty.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/16/23916/1

diff --git a/src/common/vty.c b/src/common/vty.c
index 45ee32c..0064ee0 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -998,7 +998,7 @@
 	for (i = 0, no_features = true; i < _NUM_BTS_FEAT; i++) {
 		if (osmo_bts_has_feature(bts->features, i)) {
 			vty_out(vty, "    %03u ", i);
-			vty_out(vty, "%-40s%s", osmo_bts_feature_name(i), VTY_NEWLINE);
+			vty_out(vty, "%-40s%s", osmo_bts_features_desc(i), VTY_NEWLINE);
 			no_features = false;
 		}
 	}

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I67863da286b0fd1ec42088bce12d3c76e4be30ba
Gerrit-Change-Number: 23916
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210427/345bc8a8/attachment.htm>


More information about the gerrit-log mailing list