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 62e4bd9469 log_ptr: fix issue if accessing log_ptr that was reset already
during deinit of the UE/eNB it could happen that the log_ptr
was already set to null but the stack thread was still accessing
it through log_h->info()

i've moved the old macro into a new header and used as as much
as possible. there are still places in the code where similar
macros are used but we would need to change the variable name
to replace them
5 years ago
..
demux.h now the whole ue and enb mac uses the logmap 5 years ago
dl_harq.h now the whole ue and enb mac uses the logmap 5 years ago
dl_sps.h Updated copyright 5 years ago
mac.h fix uninit vars reported by Coverity 5 years ago
mac_metrics.h Normalize throughput in CSV/stdout metrics with respect to number of TTIs 5 years ago
mux.h now the whole ue and enb mac uses the logmap 5 years ago
proc.h Updated copyright 5 years ago
proc_bsr.h move write_pdu_pcch and write_pdu_bcch_bch to stack thread 5 years ago
proc_phr.h move write_pdu_pcch and write_pdu_bcch_bch to stack thread 5 years ago
proc_ra.h Improve robustness in RF Overflow (#1124) 5 years ago
proc_sr.h now the whole ue and enb mac uses the logmap 5 years ago
ul_harq.h log_ptr: fix issue if accessing log_ptr that was reset already 5 years ago
ul_sps.h Updated copyright 5 years ago