1. 12 Dec, 2023 8 commits
  2. 11 Dec, 2023 4 commits
  3. 08 Dec, 2023 7 commits
  4. 07 Dec, 2023 3 commits
  5. 05 Dec, 2023 9 commits
  6. 04 Dec, 2023 4 commits
  7. 01 Dec, 2023 3 commits
  8. 30 Nov, 2023 2 commits
    • Sriharsha Korada's avatar
      F1AP and E1AP interface changes for QoS · ed29252c
      Sriharsha Korada authored
      - Implement: Extend the F1 encoding and decoding with Qos
      - Implement: E1 decoding for QoS
      - Fix: Modify the UE_MODIFICATION_REQUEST_MSG towards DU to contain QoS info based on E1AP context response
      - Fix: Modify the E1AP and F1AP message structures
      - Fill the Qos configuration to send to MAC
      ed29252c
    • Robert Schmidt's avatar
      Correctly read node_id (gNB ID) for RRC · 8e990850
      Robert Schmidt authored
      The node ID (which corresponds to the gNB ID) should be read in all
      cases of execution, not only CU.
      8e990850