1. 28 Sep, 2021 2 commits
  2. 27 Sep, 2021 1 commit
  3. 26 Sep, 2021 1 commit
    • Remi Hardy's avatar
      integration_2021_wk37 · 314760ac
      Remi Hardy authored
      MR !1272 : \[DOC\] NR feature set update  
      MR !1244 : \[DOC\] Update SA tutorial  
      MR !1269 : \[CI\] dashboard creds and executor change  
      MR !1262 : \[CI\] jenkins pipe to write test results to mysql  
      MR !1250 : NR_NSA_no_msg3_retransmission  
      MR !1264 : NR_UE_IF_FREQ (IF frequency command line option at OAI UE)
      314760ac
  4. 24 Sep, 2021 6 commits
  5. 21 Sep, 2021 2 commits
  6. 20 Sep, 2021 1 commit
  7. 18 Sep, 2021 1 commit
  8. 16 Sep, 2021 3 commits
  9. 15 Sep, 2021 2 commits
  10. 14 Sep, 2021 3 commits
  11. 13 Sep, 2021 1 commit
  12. 10 Sep, 2021 1 commit
    • Remi Hardy's avatar
      integration_2021_wk36 · de553cd1
      Remi Hardy authored
      MR !1252 : Bugfix nr rlc w36
      Fix a bug about segmentation present in both NR RLC AM and NR RLC UM.
      
      MR !1253 : minor: T tracer: be more verbose for DLSCH DCI
      
      MR !1254 : fix for pointa computation in sib1
      Fix computation of pointA in SIB1
      
      MR !1217 : fix-physim-run-script-on-cluster
      oai-nr-dlsim may seem fine but in fact, test21 may or may not be executed. 
      On some run example, we do not have finished message on nr-dlsim pod.
      
      MR !1255 : Attempt to fix nr-dlsim Test 21 (4x4 MIMO, 2 Layers)
      de553cd1
  13. 09 Sep, 2021 6 commits
  14. 08 Sep, 2021 4 commits
  15. 07 Sep, 2021 4 commits
  16. 06 Sep, 2021 2 commits
    • Cedric Roux's avatar
      nr: add security section to gnb config files · 4877d56a
      Cedric Roux authored
      The configuration files named "gnb*conf" have been modified.
      Other configuration files were left unmodified.
      4877d56a
    • Cedric Roux's avatar
      gnb sa: improve security · eeca3836
      Cedric Roux authored
      Note: some modifications have been done to the UE too, but for syntactic
      reasons. The UE may fail to work, not tested.
      
      For the UE, we have the problem of handling properly SecurityModeCommand.
      We don't verify its integrity. This is a bit complicated to handle properly
      and may require some API changes in the PDCP layer. So, as of today, the
      integrity of this message is not verified.
      
      Also, NSA mode has been touched, but it should not be a problem. But not
      tested, so not sure.
      eeca3836