An error occurred fetching the project authors.
  1. 12 Oct, 2020 1 commit
  2. 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
  3. 07 Nov, 2018 1 commit
    • Robert Schmidt's avatar
      Sanitize link_manager interface, correct in FlexRAN/PROTO_AGENT · 0efde021
      Robert Schmidt authored
      This commit cleans up the link_manager interface:
      * don't provide peer_addr/port in create_link_manager() (for TCP/SCTP it is not
        needed, so in the UDP case in needs to be set explicitly)
      * Make FlexRAN connect again (correct hardcoded address)
      * Fix FlexRAN: retain the manager pointer
      * Fix FlexRAN: store receive_queue pointer
      * the link_manager's sender thread passes the correct peer_addr/port for the
        UDP case
      0efde021
  4. 20 Sep, 2018 1 commit
    • Robert Schmidt's avatar
      Improve UDP support of ASYNC_IF · f060385b
      Robert Schmidt authored
      * peer_addr is now const
      * new_link_udp_server() can bind to address or INADDR_ANY
      * socket_udp_receive() happens without a loop
      * socket_udp_send() happens without a loop
      * sending in two packets (first size, then data) is only performed for TCP,
        SCTP, not for UDP anymore (it is unreliable, so we could miss something and
        will receive complete garbage)
      f060385b
  5. 19 Sep, 2018 1 commit
  6. 23 Oct, 2017 1 commit
  7. 14 Aug, 2017 1 commit
  8. 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
  9. 05 Dec, 2016 1 commit
  10. 05 Sep, 2016 1 commit
  11. 29 Aug, 2016 1 commit
  12. 06 Oct, 2015 1 commit
  13. 09 Apr, 2015 1 commit
  14. 14 Aug, 2014 1 commit
  15. 22 Jul, 2014 1 commit
  16. 25 Jun, 2013 1 commit