srsRAN/srsue/test/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 added unit test for meas cells 2020-10-02 17:53:02 +01:00
nas_test.cc srsue/extnas: derive abstract 'nas_base' class from 'nas' 2020-11-09 05:34:03 +07:00
pcsc_usim_test.cc Updated copyright 2020-03-16 11:26:06 +01:00
rrc_cell_test.cc rrc::meas_cell now uses stack timers instead of system timers. 2020-10-02 17:53:02 +01:00
rrc_meas_test.cc srsue/extnas: derive abstract 'nas_base' class from 'nas' 2020-11-09 05:34:03 +07:00
rrc_phy_ctrl_test.cc rrc_phy_ctrl_test: fix uninit memory 2020-10-18 15:56:16 +02:00
rrc_reconfig_test.cc Updated copyright 2020-03-16 11:26:06 +01:00
tft_test.cc Make sure that remote address test has a ip mask 2020-09-28 16:08:28 +02:00
usim_test.cc Updated copyright 2020-03-16 11:26:06 +01:00