1. 09 Aug, 2021 3 commits
  2. 07 Aug, 2021 1 commit
  3. 06 Aug, 2021 3 commits
  4. 04 Aug, 2021 3 commits
  5. 03 Aug, 2021 3 commits
  6. 30 Jul, 2021 3 commits
  7. 29 Jul, 2021 3 commits
  8. 28 Jul, 2021 3 commits
    • Melissa Elkadi's avatar
      IP Traffic not working, tun if established by NRUE · 97a648e3
      Melissa Elkadi authored
      Updated the configuration files. Added a sleep to
      ensure that the LTE UE gets attached to the EPC
      before the bearer is modified to be gNB. Updated
      the ifconfig tunnel up command to be brought up
      by the NR UE socket when in NSA mode. Lastly,
      started the gNB PDCP layer in S1 mode.
      97a648e3
    • David Kim's avatar
      Restored to the original OAI ue and nr-ue config file · 829bf4f8
      David Kim authored
      Restored original LOG level.
      Code cleanup to remove emptry space and added some logs.
      829bf4f8
    • David Kim's avatar
      Fixing "Unexpected ULSCH HARQ PID" issue. · 38e5415f
      David Kim authored
      1. If VNF is slower than PNF, next scheduling will be done after resync.
      2. If VNF is unstable in slot progress, next scheduling will be done in next stable status.
      3. SFN/SLOT indications are queued in nrUE.
      4. get_queue is used instead of unquque for FIFO operation.
      38e5415f
  9. 20 Jul, 2021 2 commits
  10. 19 Jul, 2021 1 commit
  11. 17 Jul, 2021 1 commit
    • Michael Cook's avatar
      Separate nfapi.conf files for proxy · 102ff853
      Michael Cook authored
      In scripts/conf_files, restore ue.nfapi.conf and nr-ue.nfapi.conf
      to the template versions.  And add proxy_ue.nfapi.conf
      proxy_nr-ue.nfapi.conf for use with emane.git's run-oai and
      multi-ue-proxy.git's run-oai.
      102ff853
  12. 07 Jul, 2021 1 commit
    • Melissa Elkadi's avatar
      Sending tunnel interface 'up' command to NR UE · 7f2e622b
      Melissa Elkadi authored
      Once the LTE UE's tunnel interface with the EPC
      is ready to be established, if we are in NSA mode,
      we do not want to launch the tunnel interface
      from the LTE UE side, but in the NR UE. Via itti_msgs
      we send the string containing the tunnel interface
      'up' command to the NR UE and bring it up from the NR UE.
      7f2e622b
  13. 05 Jul, 2021 1 commit
  14. 02 Jul, 2021 1 commit
  15. 01 Jul, 2021 2 commits
    • Melissa Elkadi's avatar
      5G Userplane working 50% of the time · 4dfe7c25
      Melissa Elkadi authored
      This commit includes several changes.
      First, it updates the way we fill the uplink
      UCI indication. This still has some todo comments
      since all the fields in this ind were hardcoded.
      It also updates the pack and unpack functions for
      the NR_UCI incations. Lastly, it includes updates
      to the gNB UCI scheduler. The updates in the gNB
      were cherry picked from develop. There are two updates
      to the VNF which allow the VNF timing/slots to be
      adjusted based on the received timing_info packets
      from the VNF. This adjustment was disabled in IISc's
      nFAPI code. For now, it is improving the timing
      between the VNF and PNF.
      4dfe7c25
    • Melissa Elkadi's avatar
      Filling, queuing and sending UCI ind to gNB · 90d56417
      Melissa Elkadi authored
      Currently, the pull8 in nFAPI of the VNF
      is failing.
      90d56417
  16. 30 Jun, 2021 1 commit
    • Melissa Elkadi's avatar
      Updating dropping of PUSCH if repeated sfn/slot · fc79bb1c
      Melissa Elkadi authored
      The previous two commits did not correctly check
      the gNB sfn and slot. The code now correctly sets
      the slot in which the PUSCH is SCHEDULED, not the slot
      the rx is expected. Also, the sfn/slot is only updated
      if we do in fact schedule a PUSCH.
      fc79bb1c
  17. 29 Jun, 2021 2 commits
  18. 28 Jun, 2021 6 commits