Skip to content

Fix UL CL Scenario for QoS

Stefan Spettel requested to merge fix_ul_cl_tutorial_for_qos into develop

Issue Description

  • For QoS (oai-cn5g-smf!242 (merged)) to work end to end, we need to set SDF filter in Downlink
  • In the CI, when we do a traceroute to 1.1.1.1, the ICMP replies regarding TTL are sent from 192.168.76.160, which is not forwarded in DL due to the new SDF filter in DL direction

Fix

  • Set the edge route to 192.168.76.160
  • Do the traceroute to 192.168.75.160 / 192.168.76.160
  • Grep only the last line to verify it it actually worked
  • Keep the traceroute to 1.1.1.1 for the other cases (gnbsim-vpp2 and gnbsim-vpp2)

Merge request reports