bsc: adjust to changed 'vamos modify' vty command syntax

Related: SYS#5315 OS#4940 Ibf53f4797d7491b17a33946fd7d920f038362b4c
Change-Id: I94988ee64edbecbe19c41d8cac5b055360f76547
This commit is contained in:
Neels Hofmeyr 2021-06-01 17:25:39 +02:00 committed by neels
parent b5b7a6ea27
commit 8746b0d9fe
1 changed files with 1 additions and 1 deletions

View File

@ -8602,7 +8602,7 @@ private function f_TC_refuse_mode_modif_to_vamos(charstring id) runs on MSC_Conn
f_establish_fully(ass_cmd, exp_compl);
f_vty_transceive(BSCVTY, "vamos modify lchan 0 0 1 0 tsc 2 3");
f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 1 sub-slot 0 modify vamos tsc 2 3");
var RSL_Message rsl;