srsRAN/srsue/test
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
..
phy Added noise to neighbour cell search test 2020-10-20 11:53:28 +02:00
ttcn3 fix ttcn3 to signal back to stack that a phy config has been completed 2020-10-01 11:25:21 +01:00
upper srsue/extnas: derive abstract 'nas_base' class from 'nas' 2020-11-09 05:34:03 +07:00
CMakeLists.txt moved pdu to common mac folder 2020-04-22 10:06:08 +01:00
mac_test.cc mac_test: cosmetic change 2020-10-28 12:05:53 +01:00
metrics_test.cc metrics_test: fix uninit variable 2020-10-18 15:56:16 +02:00