Admin message

The codebase for this oai/cn5g repository has officially moved to GitHub. Read the full migration announcement and details (https://github.com/orgs/openairinterface/discussions/3).

Expired
Milestone Mar 30, 2025–Apr 30, 2025

TODO

  1. Extract all bpf max size variables to a config file
  2. re-implement the functions: modifyBpfSession, createBpfSession to manage rules separately: create/update/delete(far), create/update/delete(pdr), create/update/delete(qer)
  3. check for uplink direction if needed to add treatment for downlink (in case of re-impleting fucntions in 2, im not sure that is needed)
  4. remove unused ebpf maps as they take memory
  5. refactore the code of the sessionManager and sessionProgramManager to create a global class as EbpfSession
  6. refactoring the code to avoid inclusion of headers
  7. improve the tree architecture of the code
  8. split the spgw-tiny from ebpf
  9. Fix the issue of bpf_tc_hook_create with bpf_tc_query(&hook, &ingress_hook)
  10. Fix the r2q value when creating qdiscs and classes
  11. Shall we add prio, burst, and cburst to the qdiscs and classes?
  12. SDF: Shall we accept sdf like: permit out 6 from .... and permit out ip from any 80,8080-9090 to ... ({6}, {single port, port range})?
  13. Shall we split and distinguish the XDP uplink and Downlink to reduce the search within the maps and remove some maps on uplink such as sdf filter? Adopted solution : Split the Uplink Data-Path from downlink Data-Path to reduce the CPU footprint, and keep using global eBPF Maps to reduce the memory usage. The number of entries in most maps is not x2 since we are most of the time using the same information for uplink and downlink
  14. SEID is encoded on 64 bits, but the maps and XDP progs use u32
  15. Fix the issue of tc egress versus tc filter
  • Work items 0
  • Merge requests 0
  • Participants 0
  • Labels 0
Loading
Loading
Loading
Loading
0% complete
0%
Start date
Mar 30, 2025
Mar 30
-
Apr 30 2025
Due date
Apr 30, 2025 (Past due)
0
Work items 0 New issue
Open: 0 Closed: 0
0
Merge requests 0
Open: 0 Closed: 0 Merged: 0
0
Releases
None
Reference: oai/cn5g/oai-cn5g-upf%"TODO"