srsRAN/srsue/src/stack
Vadim Yanitskiy 900ad92912 srsue/extnas: implement a simple UNIX domain socket server
Unfortunately, the existing networking API (common/network_utils.h)
lacks the UNIX domain socket support, and it turned to be easier
to implement a simple, single client server using Boost.Asio.

The server runs in its own thread with a blocking Tx queue, and
calls a user definted callback on receipt of any data from client.
Multiple client connections are not supported and will be rejected.
2020-11-09 06:31:45 +07:00
..
mac proc_bsr: fix race condition in BSR reporting 2020-10-28 12:05:53 +01:00
rrc rrc,sync: fix two uninit vars 2020-10-25 14:42:30 +01:00
upper srsue/extnas: implement a simple UNIX domain socket server 2020-11-09 06:31:45 +07:00
CMakeLists.txt add srsue::rrc_nr srsue::ue_stack_nr 2020-05-29 14:11:23 +01:00
ue_stack_lte.cc srsue/extnas: implement a simple UNIX domain socket server 2020-11-09 06:31:45 +07:00
ue_stack_nr.cc pdcp,rlc: refactor SDU queueing policy 2020-07-13 17:05:28 +02:00