You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
gw.h moved gw metrics out of stack_metrics_t 5 years ago
gw_metrics.h introduce new UE layer design 6 years ago
nas.h stack: move initialization of log object into ctor 5 years ago
nas_common.h add NAS metrics struct and move NAS states into common header 6 years ago
nas_metrics.h add NAS metrics struct and move NAS states into common header 6 years ago
pcsc_usim.h stack: move initialization of log object into ctor 5 years ago
tft_packet_filter.h remove hard-coded LCID for dedicated bearer in GW 5 years ago
usim.h stack: move initialization of log object into ctor 5 years ago
usim_base.h stack: move initialization of log object into ctor 5 years ago