srsRAN/srsue/hdr/stack/upper
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
..
gw.h Reorganized priorities to avoid GW starve the CPU 2020-07-02 11:52:14 +02:00
gw_metrics.h Updated copyright 2020-03-16 11:26:06 +01:00
nas.h srsue/extnas: derive abstract 'nas_base' class from 'nas' 2020-11-09 05:34:03 +07:00
nas_common.h srsue/extnas: introduce draft implementation of 'nas_ext' class 2020-11-09 06:31:45 +07:00
nas_ext.h srsue/extnas: implement a simple UNIX domain socket server 2020-11-09 06:31:45 +07:00
nas_extif.h srsue/extnas: implement a simple UNIX domain socket server 2020-11-09 06:31:45 +07:00
nas_extif_unix.h srsue/extnas: implement a simple UNIX domain socket server 2020-11-09 06:31:45 +07:00
nas_metrics.h Updated copyright 2020-03-16 11:26:06 +01:00
pcsc_usim.h Fix issue reading MNC length in USIM. 2020-10-07 10:04:50 +01:00
tft_packet_filter.h Make sure that remote address test has a ip mask 2020-09-28 16:08:28 +02:00
usim.h Fix issue reading MNC length in USIM. 2020-10-07 10:04:50 +01:00
usim_base.h Created k_enb_context structure that holds k_enb, NCC and NH to make it easier to restore context from failed handover. 2020-10-08 09:46:34 +01:00