aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bsc/osmo_bsc_main.c')
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 3069cc02f..5e08e2ea2 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -609,6 +609,15 @@ static int bsc_vty_go_parent(struct vty *vty)
vty->index = ts->trx;
}
break;
+ case ACC_RAMP_NODE:
+ vty->node = BTS_NODE;
+ {
+ /* set vty->index correctly ! */
+ struct acc_ramp *acc_ramp = vty->index;
+ vty->index = acc_ramp->bts;
+ vty->index_sub = &acc_ramp->bts->description;
+ }
+ break;
case OML_NODE:
case OM2K_NODE:
vty->node = ENABLE_NODE;