An error occurred fetching the project authors.
- 23 Mar, 2019 1 commit
-
-
Robert Schmidt authored
-
- 06 Mar, 2019 1 commit
-
-
Robert Schmidt authored
-
- 07 Feb, 2019 1 commit
-
-
Robert Schmidt authored
This adds an exit flag as well as the proto_agent_async_msg_recv_unlock() function to unlock and release the proto_agent worker thread correctly.
-
- 29 Jan, 2019 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 07 Nov, 2018 8 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The PROTO_AGENT variable holding the channel for various was named as the same one for FlexRAN. In C, global variables with the same name are merged into one, which had the effect that the same queues where used for PROTO_AGENT and FlexRAN, locking the FlexRAN RX thread. Renaming the PROTO_AGENT variable (it was introduced second) resolves this issue.
-
Robert Schmidt authored
-
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
-
Robert Schmidt authored
-
- 19 Oct, 2018 1 commit
-
-
Robert Schmidt authored
-
- 18 Oct, 2018 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 24 Sep, 2018 2 commits
-
-
Bing-Kai Hong authored
-
Navid Nikaein authored
-
- 21 Sep, 2018 2 commits
-
-
Bing-Kai Hong authored
-
Raymond Knopp authored
-
- 20 Sep, 2018 6 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
* unified CU/DU in one PROTO_AGENT instance since they are symmetric from UDP POV * delete a lot of unnecessary code * better error handling * can reciprocally send data
-
- 19 Sep, 2018 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 13 Sep, 2018 1 commit
-
-
Robert Schmidt authored
-
- 08 Feb, 2018 1 commit
-
-
Nikos Makris authored
-
- 21 Jul, 2017 1 commit
-
-
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"; };
-
- 10 Oct, 2016 2 commits
-
-
Nikos Makris authored
-
Nikos Makris authored
-
- 04 Oct, 2016 1 commit
-
-
Nikos Makris authored
-
- 15 Sep, 2016 1 commit
-
-
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
-
- 13 Sep, 2016 1 commit
-
-
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
-
- 08 Sep, 2016 1 commit
-
-
Nikos Makris authored
-
- 05 Sep, 2016 2 commits
-
-
Nikos Makris authored
-
Nikos Makris authored
-