Skip to content
Snippets Groups Projects
Select Git revision
  • develop default
  • 2023.w43
  • 2023.w42
  • 2023.w41
  • 2023.w40
  • 2023.w39
  • 2023.w38
  • 2023.w37
  • 2023.w36
  • 2023.w34
  • 2023.w33
  • 2023.w32
  • v2.0.0
  • 2023.w31
  • 2023.w30
  • 2023.w29
  • 2023.w28
  • 2023.w27
  • 2023.w26
  • 2023.w25
  • 2023.w24
21 results

LAYER2

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Robert Schmidt authored
    When the RLC layer returns error codes (like dropped packets), this is still
    counted as PDCP layer traffic. In order to reflect dropped packets or
    malfunctioning, this patch makes that upon an RLC error code, the function is
    exited immediately. In this case, it is not counted as additional PDCP traffic.
    
    An example is too much UDP traffic. If the RLC buffer is saturated and the
    packet therefore refused, incoming traffic won't be counted anymore. With this
    patch, the PDCP layer statistics won't count such traffic anymore.
    3278aa49
    History
    Name Last commit Last update
    ..