An error occurred fetching the project authors.
  1. 23 Mar, 2019 1 commit
  2. 06 Mar, 2019 1 commit
  3. 07 Feb, 2019 1 commit
  4. 29 Jan, 2019 2 commits
  5. 07 Nov, 2018 8 commits
  6. 19 Oct, 2018 1 commit
  7. 18 Oct, 2018 2 commits
  8. 24 Sep, 2018 2 commits
  9. 21 Sep, 2018 2 commits
  10. 20 Sep, 2018 6 commits
  11. 19 Sep, 2018 2 commits
  12. 13 Sep, 2018 1 commit
  13. 08 Feb, 2018 1 commit
  14. 21 Jul, 2017 1 commit
    • Nikos Makris's avatar
      Added functionality for UDP/TCP/SCTP transferring of data over the ASYNC channel interface. · 53eca930
      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";
          };
      53eca930
  15. 10 Oct, 2016 2 commits
  16. 04 Oct, 2016 1 commit
  17. 15 Sep, 2016 1 commit
    • Nikos Makris's avatar
      Added support for the UL split: · 985040eb
      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
      985040eb
  18. 13 Sep, 2016 1 commit
    • Nikos Makris's avatar
      First working version of the DL split. · b5e5a861
      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
      b5e5a861
  19. 08 Sep, 2016 1 commit
  20. 05 Sep, 2016 2 commits