Change in osmo-bts[master]: common/vty.c: get rid of generic exit / end commands

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
Sat Nov 30 10:13:20 UTC 2019


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


Change subject: common/vty.c: get rid of generic exit / end commands
......................................................................

common/vty.c: get rid of generic exit / end commands

Change-Id: I425f9058ae15de929e2ba0283d4057bdf767aeeb
---
M src/common/vty.c
1 file changed, 0 insertions(+), 42 deletions(-)



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

diff --git a/src/common/vty.c b/src/common/vty.c
index 8b947a7..b2c8cf2 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -125,48 +125,6 @@
 	}
 }
 
-gDEFUN(ournode_exit, ournode_exit_cmd, "exit",
-	"Exit current node, go down to provious node")
-{
-	switch (vty->node) {
-	case PHY_INST_NODE:
-		vty->node = PHY_NODE;
-		{
-			struct phy_instance *pinst = vty->index;
-			vty->index = pinst->phy_link;
-		}
-		break;
-	case PHY_NODE:
-		vty->node = CONFIG_NODE;
-		vty->index = NULL;
-		break;
-	case TRX_NODE:
-		vty->node = BTS_NODE;
-		{
-			struct gsm_bts_trx *trx = vty->index;
-			vty->index = trx->bts;
-		}
-		break;
-	default:
-		break;
-	}
-	return CMD_SUCCESS;
-}
-
-gDEFUN(ournode_end, ournode_end_cmd, "end",
-	"End current mode and change to enable mode")
-{
-	switch (vty->node) {
-	default:
-		vty_config_unlock(vty);
-		vty->node = ENABLE_NODE;
-		vty->index = NULL;
-		vty->index_sub = NULL;
-		break;
-	}
-	return CMD_SUCCESS;
-}
-
 static const char osmobts_copyright[] =
 	"Copyright (C) 2010, 2011 by Harald Welte, Andreas Eversberg and On-Waves\r\n"
 	"License AGPLv3+: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl-3.0.html>\r\n"

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I425f9058ae15de929e2ba0283d4057bdf767aeeb
Gerrit-Change-Number: 16338
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191130/42595e07/attachment.htm>


More information about the gerrit-log mailing list