Skip to content

Change variable types in statistics to accommodate more bytes and to avoid negative values

Luis Pereira requested to merge improve-statistics into develop

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

Edited by Luis Pereira

Merge request reports