An error occurred fetching the project authors.
  1. 03 Apr, 2021 1 commit
  2. 25 Jan, 2021 1 commit
  3. 23 Dec, 2020 1 commit
  4. 01 Jun, 2020 1 commit
  5. 29 Apr, 2020 1 commit
  6. 05 Dec, 2019 1 commit
  7. 23 Sep, 2019 1 commit
  8. 23 Mar, 2019 1 commit
  9. 06 Mar, 2019 1 commit
  10. 19 Oct, 2018 1 commit
  11. 18 Oct, 2018 1 commit
  12. 24 Sep, 2018 2 commits
  13. 20 Sep, 2018 2 commits
  14. 19 Sep, 2018 1 commit
  15. 13 Sep, 2018 1 commit
  16. 08 Feb, 2018 1 commit
  17. 21 Jul, 2017 1 commit
    • Nikos Makris's avatar
      Added functionality for UDP/TCP/SCTP transferring of data over the ASYNC channel interface. · 9db40696
      Nikos Makris authored
      Added selection of interfaces through the configuration file with a new block of statements as follows:
      
          FLEXSPLIT_INTERFACES :
          {
              DU_INTERFACE_NAME_FOR_F1U           = "lo";
              DU_IPV4_ADDRESS_FOR_F1U             = "127.0.0.1/24";
              DU_PORT_FOR_F1U			    = 2210;
      
              CU_INTERFACE_NAME_FOR_F1U           = "lo";
              CU_IPV4_ADDRESS_FOR_F1U             = "127.0.0.1";	//Address to search the DU
              CU_PORT_FOR_F1U			    = 2210;
      
              // One of TCP/UDP/SCTP
              F1_U_TRANSPORT_TYPE 		    = "UDP";
          };
      9db40696
  18. 10 Oct, 2016 2 commits
  19. 04 Oct, 2016 1 commit
  20. 15 Sep, 2016 1 commit
    • Nikos Makris's avatar
      Added support for the UL split: · 9f3b8cb9
      Nikos Makris authored
      TODO:
      1) connection to UEs is broken (tested for oaisim)
      2) Memory management problems, oaisim is exiting for large rates of traffic
      9f3b8cb9
  21. 13 Sep, 2016 1 commit
    • Nikos Makris's avatar
      First working version of the DL split. · 2eb2b5e7
      Nikos Makris authored
      TODO list:
      1) check the message handler as if the function is not present it does not return msg not handled
      2) use and check return arguments from the functions calling the data req
      3) parse the config file for the configuration arguments
      4) clean up the messy code
      5) define and use other protocols than TCP for the communication between RLC and PDCP
      2eb2b5e7
  22. 08 Sep, 2016 1 commit
  23. 05 Sep, 2016 2 commits