mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
VTY: Remove some more SUBSCR_NODE related code
SUBSCR_NODE has been eliminated recently, so this is dead code.
This commit is contained in:
@@ -66,11 +66,6 @@ int bsc_vty_go_parent(struct vty *vty)
|
||||
vty->index = ts->trx;
|
||||
}
|
||||
break;
|
||||
case SUBSCR_NODE:
|
||||
vty->node = VIEW_NODE;
|
||||
subscr_put(vty->index);
|
||||
vty->index = NULL;
|
||||
break;
|
||||
default:
|
||||
vty->node = CONFIG_NODE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user