Skip to content
Changes in this tag:

MR !1460 fixes NR RLC
- correct use of sn_end instead of so_end (big problem)
- same computation for sn_count (minor problem)

MR !1452 fix for Nid_cell != 0
- fixes related to Nid_cell (used for dmrs and scrambling) to allow it
  work with a Nid_cell different from 0

MR !1241 address sanitizer in physims
- run (most) physical simulators with the address sanitizer

MR !1468 repair F1 split
- correctly initialize PDCP in F1 (on CU)
- support reconfiguratino of No of HARQ processes (could also prevent a
  segv on RRC Reestablishment)

MR !1434 ULINFO cleanup
- This struct is used to store the uplink 5G nFAPI messages between the
  proxy and the gNB MAC layer. The original OAI implementation utilizes
  a similarly named variable (UL_info) to store the uplink 5G nFAPI
  messages between the PHY and MAC layer. This commit will utilize the
  original UL_info variable prior to calling the handle functions. These
  changes allow us to make minimal changes to the nFAPI handle functions
  and modifies the NR_UL_Indication parent function instead.