diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index c26afcc70..e24356a96 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -2833,7 +2833,7 @@ private function f_power_from_band(in BtsBand band, out IntegerRecord min_dbm_le } private function f_vty_get_bts0_band() runs on test_CT return BtsBand { - return f_vty_transceive_match_regex(BTSVTY, "show bts 0", "BTS 0 is of \w+ type in band (\w+),*", 0); + return f_vty_transceive_match_regex(BTSVTY, "show bts 0", "BTS 0 is of*type* in band (\w+),*", 0); } testcase TC_rsl_ms_pwr_dyn_ass_updown() runs on test_CT {