srsRAN/srsue/src/stack/upper
Vadim Yanitskiy 2b1ded220e srsue/extnas: derive abstract 'nas_base' class from 'nas'
This is the first step towards the goal of having an external NAS
interface.  The new 'nas_base' class becomes a parent of 'nas',
combining all interfaces and the basic (common) API.

The 'ue_stack_lte' now holds a unique_ptr of type 'srsue::nas_base',
so the underlying NAS implementation (built-in or external) can
be choosen at run-time depending on configuration.

The implementation specific configuration now needs to be passed
to the constructor instead, not to the init() method as was before.
2020-11-09 05:34:03 +07:00
..
CMakeLists.txt Updated copyright 2020-03-16 11:26:06 +01:00
gw.cc - Rename out_stream function to console. 2020-09-29 17:38:13 +02:00
nas.cc srsue/extnas: derive abstract 'nas_base' class from 'nas' 2020-11-09 05:34:03 +07:00
pcsc_usim.cc Fix issue reading MNC length in USIM. 2020-10-07 10:04:50 +01:00
tft_packet_filter.cc tf_packet_filter: Improve support for the different filter types 2020-09-28 16:08:28 +02:00
usim.cc Fix issue reading MNC length in USIM. 2020-10-07 10:04:50 +01:00
usim_base.cc 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