1. 26 Nov, 2021 1 commit
  2. 24 Nov, 2021 1 commit
  3. 23 Nov, 2021 12 commits
  4. 22 Nov, 2021 9 commits
  5. 19 Nov, 2021 15 commits
  6. 18 Nov, 2021 2 commits
    • Melissa Elkadi's avatar
      Fixing formatting for if statement · a279503d
      Melissa Elkadi authored
      a279503d
    • Melissa Elkadi's avatar
      This commit allows IP traffic to work for 2 UEs in NSA mode · 6f69e836
      Melissa Elkadi authored
      The nr_rrc_ue_process_RadioBearerConfig() function
      call in the RRC layer of the NRUE was removed when
      it should not have been for NSA mode. This is now
      added back in for NSA mode. Also, the call to
      pdcp_run should only be when were NOT in NOS1 mode
      and ARE in SA mode. This was fixed as well.
      
      Ue-to-Ue IP traffic in NSA works, but eventually
      the NSA UE will crash due to an incorrect PDCCH
      configuration. This is a bug we will need to look
      into. It doesnt always crash, only about 40% of
      the time. And even when the NRUE does crash, it
      happens towards the end of the simulation.
      6f69e836