srsLTE/srsue/test
Andre Puschmann 3573644624 srsue: fix stdout metrics print when scells aren't configured yet
during MAC reset, scells are reset to and their PCI is set to UINT32_MAX
which results in malformatted stdout prints, see below:

Random Access Transmission: seq=16, ra-rnti=0x2
Random Access Transmission: seq=14, ra-rnti=0x2
 0   4   -24    24  -1.1u   1.0   140  0.50    0.0     0%   0.0   0.0    0.0    0.0    67%
 14294967295   0.0   0.0  -1.1u   0.0   0.0   0.0    0.0     0%   0.0   0.0    0.0    0.0     0%
 24294967295   0.0   0.0  -1.1u   0.0   0.0   0.0    0.0     0%   0.0   0.0    0.0    0.0     0%
 34294967295   0.0   0.0  -1.1u   0.0   0.0   0.0    0.0     0%   0.0   0.0    0.0    0.0     0%

this patch checks the configured PCI value against UINT32_MAX and
prints "n/a" in case the scells aren't set yet.
2020-12-28 21:21:44 +01:00
..
phy Move rat type to common header 2020-12-16 14:12:38 +01:00
ttcn3 Rename meas_cell to meas_cell_eutra 2020-12-16 14:12:38 +01:00
upper Extended measurements interrat nr r15 testcase with measurements 2020-12-16 14:12:38 +01:00
CMakeLists.txt change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
mac_test.cc change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
metrics_test.cc srsue: fix stdout metrics print when scells aren't configured yet 2020-12-28 21:21:44 +01:00