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
..
gtpu.h update copyright notice 6 years ago
ipv6.h move own ipv6 header definition into own header file and use it in tft filter 5 years ago
pdcp.h stack: move initialization of log object into ctor 5 years ago
pdcp_entity.h added _t to unique_byte_buffer type 6 years ago
pdcp_interface.h added _t to unique_byte_buffer type 6 years ago
rlc.h stack: move initialization of log object into ctor 5 years ago
rlc_am.h rlc: fix class member initialization 5 years ago
rlc_common.h remove init for all RLC TM/UM/AM 6 years ago
rlc_interface.h increasing rlc UM window size for eMBMS, small adjustment to eMBMS PHY common 6 years ago
rlc_metrics.h update copyright notice 6 years ago
rlc_tm.h rlc: fix class member initialization 5 years ago
rlc_tx_queue.h added _t to unique_byte_buffer type 6 years ago
rlc_um.h rlc: fix class member initialization 5 years ago