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
This commit is contained in:
Neels Hofmeyr 2020-10-12 22:52:39 +00:00 committed by laforge
parent b2b3704d2a
commit b6ed80c0c6
1 changed files with 1 additions and 0 deletions

View File

@ -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) */