mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
gbproxy: add VTY node
This commit is contained in:
@@ -107,6 +107,7 @@ enum node_type {
|
||||
TS_NODE,
|
||||
SUBSCR_NODE,
|
||||
MGCP_NODE,
|
||||
GBPROXY_NODE,
|
||||
};
|
||||
|
||||
/* Node which has some commands and prompt string and configuration
|
||||
|
||||
@@ -2363,6 +2363,7 @@ gDEFUN(config_exit,
|
||||
vty->node = CONFIG_NODE;
|
||||
break;
|
||||
case MGCP_NODE:
|
||||
case GBPROXY_NODE:
|
||||
vty->node = CONFIG_NODE;
|
||||
vty->index = NULL;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user