aboutsummaryrefslogtreecommitdiffstats
path: root/bsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-10-12 22:52:39 +0000
committerlaforge <laforge@osmocom.org>2020-10-13 08:43:10 +0000
commitb6ed80c0c646f37ff9bb5e5ecf2e5197ee894f98 (patch)
tree44a9e3c2c84141a2294176fae998ff239289d1af /bsc
parentb2b3704d2a0289332798ba4aeff5b8e29d297ee5 (diff)
bsc: fix missing vty exit in f_vty_allow_emerg_bts()
Without this, subsequent vty commands become "% Unknown command". (Triggered by the test start vty "logp" in f_start_handler() that is going to be added by subsequent patch.) Change-Id: I51ace11883256ee0725caae46ea22adb2ea5eb39
Diffstat (limited to 'bsc')
-rw-r--r--bsc/BSC_Tests.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 9109933a..df4b45ee 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -6847,6 +6847,7 @@ private function f_vty_allow_emerg_bts(boolean allow, integer bts_nr) runs on te
}
f_vty_transceive(BSCVTY, "exit");
f_vty_transceive(BSCVTY, "exit");
+ f_vty_transceive(BSCVTY, "exit");
}
/* Begin assignmet procedure and send an EMERGENCY SETUP (RR) */