An error occurred fetching the project authors.
  1. 17 Oct, 2023 1 commit
    • Rúben Soares da Silva's avatar
      Change PDU_Length and TLV length calculation to be inline with SCF 222.10.02 · bfd12e4a
      Rúben Soares da Silva authored
      PDU Length is as per SCF 222.10.02: The total length (in bytes) of the
      PDU description and  PDU data, without the padding bytes. From
      TX_DATA.request we get 8 (2 bytes PDU_Length + 2 bytes PDU_Index + 4
      bytes num_TLV ) and from each TLV we get 4 + value size ( 2 bytes tag +
      2 bytes length + value size without pading)
      
      Therefore, add function to compute PDU_length() value for
      TX_Data.request, taking into account how many TLVs there are.
      compute_PDU_length() does not rely on access to `nfapi_nr_pdu_t`.
      Put it into nr_mac_common.c to avoid introducing dependencies.
      bfd12e4a
  2. 29 Sep, 2023 1 commit
  3. 22 Sep, 2023 1 commit
    • Robert Schmidt's avatar
      Move MIB to MAC · 5d0ae84a
      Robert Schmidt authored
      The MasterInformationBlock is handled at the DU and sent to the CU in
      the F1 Setup Response. Hence, move it down to the MAC. Furthermore:
      
      - Change type because MIB_PDU_t is 4G type
      - Simplify schedule_nr_mib()
      5d0ae84a
  4. 08 Sep, 2023 1 commit
  5. 23 Aug, 2023 1 commit
  6. 19 Aug, 2023 1 commit
  7. 18 Aug, 2023 1 commit
  8. 11 Aug, 2023 1 commit
  9. 08 Aug, 2023 1 commit
  10. 04 Aug, 2023 1 commit
  11. 27 Jul, 2023 1 commit
  12. 20 Jul, 2023 1 commit
  13. 26 Jun, 2023 1 commit
  14. 10 Jun, 2023 1 commit
  15. 08 Jun, 2023 2 commits
  16. 06 Jun, 2023 1 commit
  17. 05 Jun, 2023 1 commit
  18. 05 May, 2023 1 commit
  19. 28 Apr, 2023 1 commit
  20. 19 Apr, 2023 1 commit
  21. 17 Apr, 2023 1 commit
  22. 07 Apr, 2023 1 commit
  23. 18 Mar, 2023 1 commit
  24. 15 Mar, 2023 1 commit
  25. 09 Mar, 2023 2 commits
  26. 23 Feb, 2023 7 commits
  27. 14 Jan, 2023 2 commits
  28. 27 Dec, 2022 2 commits
  29. 15 Dec, 2022 1 commit
  30. 14 Dec, 2022 1 commit