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.
6 years ago
..
demux.h introduce new UE layer design 6 years ago
dl_harq.h SRSUE: Refactored asynchronous cell and ue_radio. CA Fixed. 6 years ago
dl_sps.h introduce new UE layer design 6 years ago
mac.h stack: move initialization of log object into ctor 6 years ago
mac_metrics.h introduce new UE layer design 6 years ago
mux.h simplify SDU allocation and remove unneeded checks 6 years ago
proc.h introduce new UE layer design 6 years ago
proc_bsr.h introduce new UE layer design 6 years ago
proc_phr.h introduce new UE layer design 6 years ago
proc_ra.h SRSUE: proc_ra.h/.cc use C++11 mutex 6 years ago
proc_sr.h introduce new UE layer design 6 years ago
ul_harq.h rework MAC logical channel prioritization 6 years ago
ul_sps.h introduce new UE layer design 6 years ago