srsLTE/lib/test
Andre Puschmann 58763fb714 stack: move initialization of log object into ctor
this fixes the issue when the stack is torn down if, for example,
the radio couldn't be loaded correctly. it will hence call stop() on all stack
components which are not initialzized yet, and logging therefore doesn't work.
the log object is know during contruction time and therefore can be passed
in as soon as possible.
2019-06-27 14:51:33 +02:00
..
asn1 Starting to add packing and unpacking tests to activate EPS bearer context request. 2019-06-07 21:40:03 +02:00
common fix MAC PDU padding with only padding and add test accordingly 2019-06-26 17:57:25 +02:00
phy Solved PHY unit test memory leaks 2019-04-30 15:56:47 +02:00
upper stack: move initialization of log object into ctor 2019-06-27 14:51:33 +02:00
CMakeLists.txt update copyright notice 2019-04-29 09:20:02 +02:00