Commit f4ac4fee authored by Robert Schmidt's avatar Robert Schmidt Committed by Thomas Laurent

Apply 1 suggestion(s) to 1 file(s)

parent 86ebebf3
......@@ -1135,7 +1135,7 @@ class OaiCiTest():
logging.debug(f'\033[94m{mibMsg}\033[0m')
frequency_found = True
except Exception as e:
logging.error(f'\033[91m Measured Carrier Frequency not found \033[0m')
logging.error(f'\033[91m UE did not find PBCH\033[0m')
result = re.search("PLMN MCC (?P<mcc>\d{1,3}), MNC (?P<mnc>\d{1,3}), TAC", str(line))
if result is not None and (not plmn_found):
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment