Change in osmo-bsc[master]: vty: hide 'mscpool roundrobin next'

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

laforge gerrit-no-reply at lists.osmocom.org
Sun Jun 21 16:09:11 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18873 )

Change subject: vty: hide 'mscpool roundrobin next'
......................................................................

vty: hide 'mscpool roundrobin next'

The 'mscpool roundrobin next' command is intended for use only by ttcn3 tests.
Hide it.

Change-Id: Ie8799b61b74cfb34acd5aa4aeb1fb69ae7d216e2
---
M src/osmo-bsc/bsc_vty.c
1 file changed, 7 insertions(+), 7 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

Objections:
  neels: I would prefer this is not merged as is



diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c
index 1ab10d3..9896bff 100644
--- a/src/osmo-bsc/bsc_vty.c
+++ b/src/osmo-bsc/bsc_vty.c
@@ -6286,13 +6286,13 @@
 }
 
 /* Hidden since it exists only for use by ttcn3 tests */
-DEFUN(mscpool_roundrobin_next, mscpool_roundrobin_next_cmd,
-      "mscpool roundrobin next " MSC_NR_RANGE,
-      "MSC pooling: load balancing across multiple MSCs.\n"
-      "Adjust current state of the MSC round-robin algorithm (for testing).\n"
-      "Set the MSC nr to direct the next new subscriber to (for testing).\n"
-      "MSC number, as in the config file; if the number does not exist,"
-      " the round-robin continues to the next valid number.\n")
+DEFUN_HIDDEN(mscpool_roundrobin_next, mscpool_roundrobin_next_cmd,
+	     "mscpool roundrobin next " MSC_NR_RANGE,
+	     "MSC pooling: load balancing across multiple MSCs.\n"
+	     "Adjust current state of the MSC round-robin algorithm (for testing).\n"
+	     "Set the MSC nr to direct the next new subscriber to (for testing).\n"
+	     "MSC number, as in the config file; if the number does not exist,"
+	     " the round-robin continues to the next valid number.\n")
 {
 	bsc_gsmnet->mscs_round_robin_next_nr = atoi(argv[0]);
 	return CMD_SUCCESS;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie8799b61b74cfb34acd5aa4aeb1fb69ae7d216e2
Gerrit-Change-Number: 18873
Gerrit-PatchSet: 6
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200621/949947a3/attachment.htm>


More information about the gerrit-log mailing list