Change in osmo-bts[master]: vty: mark 'rtp bind-ip' deprecated, not hidden

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 Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Sep 24 16:09:54 UTC 2018


Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/11074


Change subject: vty: mark 'rtp bind-ip' deprecated, not hidden
......................................................................

vty: mark 'rtp bind-ip' deprecated, not hidden

The command implementation says "deprecated", so then the vty command attribute
should also be DEPRECATED. It will be hidden from online docs and vty
reference.

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



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

diff --git a/src/common/vty.c b/src/common/vty.c
index 6061335..f918f57 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -464,7 +464,7 @@
 
 #define RTP_STR "RTP parameters\n"
 
-DEFUN_HIDDEN(cfg_bts_rtp_bind_ip,
+DEFUN_DEPRECATED(cfg_bts_rtp_bind_ip,
       cfg_bts_rtp_bind_ip_cmd,
       "rtp bind-ip A.B.C.D",
       RTP_STR "RTP local bind IP Address\n" "RTP local bind IP Address\n")

-- 
To view, visit https://gerrit.osmocom.org/11074
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I23e620f1b947e129989fe69c6380c91b9abf7021
Gerrit-Change-Number: 11074
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180924/5ef75cf5/attachment.htm>


More information about the gerrit-log mailing list