Remove misleading PUSCH decoding

PUSCH decoding is started multiple times in nr_ulsch_procedures() for
each ULSCH segment, and stopped once inside
phy_procedures_gNB_uespec_RX(). Not only is it not clear if that works
with the API, it also might measure more than just PUSCH decoding.

Remove the PUSCH decoding, it is misleading. Check L1 RX processing
instead.
This commit is contained in:
Robert Schmidt
2024-02-07 17:46:15 +01:00
parent 418024835b
commit 362bc481bd
10 changed files with 0 additions and 19 deletions

View File

@@ -15,7 +15,6 @@ Ref :
DLSCH encoding : 137.0
L1 Rx processing : 345.0
PUSCH inner-receiver : 210.0
PUSCH decoding : 2200.0
Schedule Response : 48.0
DL & UL scheduling timing : 13.0
UL Indication : 3.0
@@ -29,7 +28,6 @@ DeviationThreshold :
DLSCH encoding : 0.25
L1 Rx processing : 0.25
PUSCH inner-receiver : 0.25
PUSCH decoding : 0.25
Schedule Response : 0.25
DL & UL scheduling timing : 0.25
UL Indication : 0.25