1. 24 Mar, 2025 2 commits
  2. 21 Mar, 2025 3 commits
    • Raghavendra Dinavahi's avatar
      Initialising dl,ul freq in psbchsim · 2a2ebfe8
      Raghavendra Dinavahi authored
      2a2ebfe8
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/issue-920-fix-crash-sctp' into integration_2025_w12 (!3315) · f6e3ea48
      Robert Schmidt authored
      SCTP: avoid assert on partial SCTP message
      
      The receive buffer for SCTP, before this branch, is 8192. If a message
      is larger, we receive only a partial message, which makes the gNB abort.
      Remove the abort to not be susceptible to a message intended to crash
      the gNB.
      
      also, increase the receive buffer to be more forgiving for large messages
      
      Closes: #920
      f6e3ea48
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/issue-915' into integration_2025_w12 (!3319) · 9c0eaefb
      Robert Schmidt authored
      Disable EPS NAS security algorithms in 5GMM UE capabilities
      
      OAI nrUE is not supporting multiple RATs, therefore the EPS NAS security
      algorithms bit in 5GMM UE capabilities is not relevant.
      
      This bit is only relevant if N26 interface is supported by the AMF and
      the UE is supporting S1 mode, meaning that the UE is connected to a 4G
      LTE network,  via the S1 interface (eNB - MME/SGW). When the UE performs
      an inter-system change from N1 mode to S1 mode, it transitions from 5GC
      to the EPC: at network level this happens over the N26 interface (which
      connects the 5G AMF to the 4G MME).
      
      In this transition is where the EPS security context becomes relevant:
      the UE does not know about the N26 interface, however is the AMF that
      can tell the UE, e.g. during the registration procedure, if the UE sets
      the S1 mode bit to "S1 mode supported" in the 5GMM capability IE, and
      the AMF supports the N26 interface, the AMF will include the Selected
      EPS NAS security algorithms IE in the SECURITY MODE COMMAND message,
      which is what happened in #915.
      
      Closes: #915
      9c0eaefb
  3. 20 Mar, 2025 5 commits
  4. 19 Mar, 2025 1 commit
  5. 18 Mar, 2025 5 commits
  6. 17 Mar, 2025 6 commits
  7. 14 Mar, 2025 3 commits
  8. 13 Mar, 2025 5 commits
  9. 12 Mar, 2025 10 commits