1. 27 Oct, 2023 8 commits
  2. 23 Oct, 2023 8 commits
  3. 20 Oct, 2023 9 commits
  4. 17 Oct, 2023 3 commits
    • Robert Schmidt's avatar
      Auto-detect if terminal supports colors · bab4ad2d
      Robert Schmidt authored
      This enables build_oai to detect if the output terminal supports colors.
      If it does, it will use colors in its output. If it does not, it will
      just print the text, without color codes, improving legibility.
      bab4ad2d
    • Robert Schmidt's avatar
      Remove unused color codes · 09af6d1c
      Robert Schmidt authored
      09af6d1c
    • 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
  5. 16 Oct, 2023 4 commits
  6. 14 Oct, 2023 3 commits
  7. 13 Oct, 2023 3 commits
  8. 12 Oct, 2023 2 commits