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. 25 Sep, 2023 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w38' into 'develop' · 9127258a
      Robert Schmidt authored
      integration_2023_w38
      
      See merge request oai/openairinterface5g!2354
      
      * !2296 rfsimulator optimization
      * !2344 NR UE DCI config small fixes
      * !2342 Fix for PBCH decoding
      * !2347 Handle NAS registration accept inside NAS downlink
      * !2350 Tutorials: upgrade UHD version to 4.5.0.0
      * !2351 NR UE HARQ fix
      * !2304 Use F1 internally: F1 Setup
      * !2306 nr_ulsim and nr_dlsim logging and help modifications
      * !2305 NR UE RRC bearers management
      * !2353 Fix documentation references to "telnetsrv"
      9127258a
  3. 24 Sep, 2023 4 commits
  4. 22 Sep, 2023 34 commits