An error occurred fetching the project authors.
  1. 12 Nov, 2021 1 commit
  2. 13 Oct, 2021 1 commit
  3. 29 Jul, 2021 1 commit
  4. 31 May, 2021 3 commits
  5. 30 May, 2021 1 commit
  6. 24 May, 2021 1 commit
    • Xenofon Foukas's avatar
      Fixes to L2NFAPI_NOS1 dataplane traffic forwarding · db4769bc
      Xenofon Foukas authored
      This commit fixes a bug that makes the dataplane traffic of all the
      emulated UEs to go through the interface of the first UE (oaitun_ue1).
      
      The fix uses the last octet of the IP assigned to each UE to map it to its
      UE_id, which is then used to get its RNTI and the correct PDCP queue.
      For the emulator to work properly, the routing tables of the emulated UEs
      must also be set. This patch introduces a script (setup_routes.sh) in
      cmake_targets/tools that configures the routing tables. This script
      must be run at the UE host machine once the UEs have successfully attached,
      passing the number of emulated UEs as the argument. For example, in the
      case of 16 emulated UEs, one must run "./setup_routes.sh 16".
      db4769bc
  7. 03 Apr, 2021 1 commit
  8. 27 Feb, 2021 1 commit
  9. 15 Feb, 2021 1 commit
  10. 25 Jan, 2021 1 commit
  11. 14 Jan, 2021 3 commits
  12. 12 Jan, 2021 2 commits
  13. 23 Dec, 2020 1 commit
  14. 02 Dec, 2020 1 commit
  15. 11 Nov, 2020 1 commit
  16. 13 Oct, 2020 2 commits
    • Robert Schmidt's avatar
      Remove MAX_NUMBER_NETIF and use num UE · a6126a39
      Robert Schmidt authored
      a6126a39
    • Robert Schmidt's avatar
      Remove UESIM_EXPANSION · 4c7035e6
      Robert Schmidt authored
      This completely removes the UESIM_EXPANSION define: it does not compile
      at the moment. Its function was to multiplex multiple UEs on the same
      TUN interface. However, this functionality is not needed since it is
      possible to allocate many TUN devices (i.e., >= 32).
      4c7035e6
  17. 12 Oct, 2020 1 commit
  18. 06 Aug, 2020 1 commit
  19. 18 Jun, 2020 2 commits
  20. 12 Jun, 2020 1 commit
  21. 25 May, 2020 1 commit
  22. 13 May, 2020 1 commit
  23. 10 Mar, 2020 1 commit
  24. 22 Jan, 2020 1 commit
  25. 05 Dec, 2019 1 commit
  26. 26 Sep, 2019 1 commit
  27. 24 Sep, 2019 1 commit
  28. 18 Sep, 2019 1 commit
  29. 17 Sep, 2019 1 commit
  30. 16 Sep, 2019 1 commit
  31. 14 Sep, 2019 1 commit
    • Javier Morgade's avatar
      *L2 procedures to enable mixed unicast/broadcast operation at ENB implemeted: · dc14cdc6
      Javier Morgade authored
      	-MBMS scheduler developed (oneFrame allocations implemented at this time)
      	-UE DSLCH schedulers updated: if an eMBMS session running UE DTCH, DCCH will be only scheduled at non MBSFN sufbframes
      	-eMBMS L2 procedures implemented
      	-Dedicated MBMS PDCP pipes src/sink enabled (only for TUN)
      	-BUGFIX eMBMS MAC procedures (wrong indexing at few loops)
      	-ENB FAPI updated to enable dynamic MBSFN configurations through M2AP (RRC<->MCE)
      
      	ACKNOWLEDGEMENT:
       	1. This commit was developed at Vicomtech (https://www.vicomtech.org) under UE project CDN-X-ALL: "CDN edge-cloud computing for efficient cache and reliable streaming aCROSS Aggregated unicast-multicast LinkS"
       	2. Project funded by Fed4FIRE+ OC5 (https://www.fed4fire.eu)
      Signed-off-by: default avatarJavier Morgade <javier.morgade@ieee.org>
      dc14cdc6
  32. 06 Sep, 2019 1 commit
  33. 10 May, 2019 1 commit