An error occurred fetching the project authors.
  1. 05 Jun, 2024 2 commits
  2. 15 May, 2024 1 commit
  3. 10 Apr, 2024 1 commit
  4. 04 Apr, 2024 1 commit
  5. 13 Mar, 2024 1 commit
  6. 16 Feb, 2024 1 commit
  7. 09 Jan, 2024 1 commit
  8. 19 Dec, 2023 1 commit
  9. 12 Dec, 2023 2 commits
  10. 21 Nov, 2023 1 commit
  11. 20 Nov, 2023 2 commits
  12. 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
  13. 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
  14. 23 Aug, 2023 1 commit
  15. 04 Aug, 2023 1 commit
  16. 27 Jul, 2023 1 commit
  17. 25 May, 2023 1 commit
  18. 28 Apr, 2023 1 commit
  19. 19 Apr, 2023 1 commit
  20. 07 Apr, 2023 1 commit
  21. 15 Mar, 2023 1 commit
  22. 23 Feb, 2023 5 commits
  23. 21 Feb, 2023 1 commit
  24. 14 Jan, 2023 2 commits
  25. 27 Dec, 2022 2 commits
  26. 15 Dec, 2022 2 commits
  27. 17 Nov, 2022 1 commit
  28. 27 Oct, 2022 1 commit
  29. 26 Sep, 2022 1 commit
  30. 12 Sep, 2022 1 commit