Skip to content
Snippets Groups Projects
Commit 4106a3a0 authored by hardy's avatar hardy
Browse files

fix rt stats bug for enb (skip)

parent 0165719a
No related branches found
No related tags found
4 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1314Integration_2021_wk45_c,!1307WIP: [CI] real time stats and monitoring update
......@@ -1005,6 +1005,7 @@ class RANManagement():
if (os.path.isfile('./nrL1_stats.log')) and (os.path.isfile('./nrL1_stats.log')):
stat_files_present=True
else:
stat_files_present=False
logging.debug("NR Stats files for RT analysis not found")
if stat_files_present:
nrL1_stats = open('./nrL1_stats.log', 'r')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment