An error occurred fetching the project authors.
  1. 10 Oct, 2020 1 commit
  2. 18 Sep, 2020 1 commit
  3. 05 Sep, 2020 1 commit
  4. 02 Sep, 2020 1 commit
  5. 06 Apr, 2020 2 commits
  6. 01 Apr, 2020 2 commits
    • Robert Schmidt's avatar
      Rename UE_list_t to UE_info_t, UE_list_t separate struct · 8ffe5b49
      Robert Schmidt authored
      UE_list_t is now used as a separate list. It can be e.g. used in the
      scheduler to mark groups of users. The original UE_list_t is renamed to
      UE_info_t to reflect that it is a container for information about UEs.
      8ffe5b49
    • Robert Schmidt's avatar
      Remove useless mac_proto.h include · ffc4f464
      Robert Schmidt authored
      When a header is changed, all including files need to be recompiled,
      too. Thus, including a header needlessly all over the place drives
      compile times up without any reason.
      ffc4f464
  7. 12 Feb, 2020 1 commit
  8. 22 Jan, 2020 1 commit
  9. 20 Jan, 2020 1 commit
    • Robert Schmidt's avatar
      FlexRAN: reimplement timers without ITTI · b6d466d7
      Robert Schmidt authored
      The timer code used to trigger periodic statistics message sending used
      ITTI. Together with a high frequency reporting (e.g. 1ms), this resulted
      in high CPU usage. This commit reimplements this:
      * using a thread that is synchronized to the RU (if there is no MAC, we
        assume there is no RU generating a tick so we create the tick source
        ourselves)
      * no RB trees but plain arrays
      * smaller interface for users
      * slight user interface changes
      * remove stopped timer state: such timer might be simply removed
      * remove one-shot timers
      b6d466d7
  10. 14 Dec, 2019 1 commit
  11. 23 Sep, 2019 1 commit
  12. 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
  13. 22 Jul, 2019 1 commit
  14. 16 Jul, 2019 2 commits
  15. 01 Jul, 2019 1 commit
  16. 08 Jun, 2019 1 commit
  17. 18 May, 2019 1 commit
  18. 15 Apr, 2019 2 commits
  19. 05 Apr, 2019 2 commits
  20. 04 Apr, 2019 1 commit
  21. 26 Mar, 2019 1 commit
  22. 26 Feb, 2019 2 commits
  23. 25 Feb, 2019 1 commit
  24. 14 Feb, 2019 1 commit
  25. 19 Jan, 2019 1 commit
  26. 18 Jan, 2019 1 commit
    • Robert Schmidt's avatar
      F1AP: when UL_sync failure, send UEContextRelReq · 7df82575
      Robert Schmidt authored
      When a phone loses connection, it should not simply be removed but first
      CU should be informed which will send a ContextRelCmd. Correspondingly,
      when the RRC releases the UE, it does not send a UE Context Release Req
      7df82575
  27. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  28. 07 Nov, 2018 2 commits
  29. 02 Nov, 2018 1 commit
  30. 17 Oct, 2018 1 commit
  31. 14 Sep, 2018 1 commit
  32. 03 Sep, 2018 1 commit
    • Robert Schmidt's avatar
      FlexRAN: Handle slice configuration · fcaf2371
      Robert Schmidt authored
      Incoming slice configuration changes are buffered in an intermediate structure.
      The MAC scheduler periodically polls the agent about changes. If there has been
      a slice configuration change, apply it.
      fcaf2371
  33. 27 Aug, 2018 1 commit