Change variable types in statistics to accommodate more bytes and to avoid negative values
Compare changes
Files
3- Luis Pereira authored
This reverts commit eca68ea8.
@@ -582,7 +582,7 @@ static void handle_dl_harq(module_id_t mod_id,
When running gNB for a long time and transferring high amount of data, statistics become negative (and later in an arithmetic overflow) because they are too short for such amount of bytes. Example: UE 0: ulsch_total_bytes_scheduled -1804219593, ulsch_total_bytes_received -1804223769
This reverts commit eca68ea8.