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
..
backtrace.h Updated copyright 5 years ago
bcd_helpers.h Updated copyright 5 years ago
block_queue.h Updated copyright 5 years ago
bounded_bitset.h Updated copyright 5 years ago
buffer_pool.h Updated copyright 5 years ago
common.h Updated copyright 5 years ago
config_file.h add common signal_handler for srsUE/srsENB/srsEPC 5 years ago
crash_handler.h fix doxygen file description 5 years ago
epoll_helper.h Updated copyright 5 years ago
gen_mch_tables.h Updated copyright 5 years ago
int_helpers.h Updated copyright 5 years ago
interfaces_common.h Updated copyright 5 years ago
liblte_security.h Clang format UE, eNB and lib (#850) 5 years ago
liblte_ssl.h Updated copyright 5 years ago
log.h now the whole ue and enb mac uses the logmap 5 years ago
log_filter.h Updated copyright 5 years ago
log_helper.h log_ptr: fix issue if accessing log_ptr that was reset already 5 years ago
logger.h Updated copyright 5 years ago
logger_file.h Updated copyright 5 years ago
logger_stdout.h Updated copyright 5 years ago
logmap.h printf has already a way to pad spaces. If we use it, we can avoid accidentally adding extra logs because we did srslte::logmap::get("MAC") instead of srslte::logmap::get("MAC ") 5 years ago
mac_nr_pcap.h Updated copyright 5 years ago
mac_nr_pdu.h Updated copyright 5 years ago
mac_pcap.h Updated copyright 5 years ago
metrics_hub.h Updated copyright 5 years ago
multiqueue.h Updated copyright 5 years ago
nas_pcap.h Updated copyright 5 years ago
netsource_handler.h Updated copyright 5 years ago
network_utils.h use logmap in the whole enb and ue 5 years ago
pcap.h Updated copyright 5 years ago
pdu.h now the whole ue and enb mac uses the logmap 5 years ago
pdu_queue.h now the whole ue and enb mac uses the logmap 5 years ago
rlc_pcap.h Updated copyright 5 years ago
rwlock_guard.h Updated copyright 5 years ago
s1ap_pcap.h Updated copyright 5 years ago
security.h Updated copyright 5 years ago
signal_handler.h add common signal_handler for srsUE/srsENB/srsEPC 5 years ago
singleton.h Updated copyright 5 years ago
snow_3g.h Clang format UE, eNB and lib (#850) 5 years ago
stack_procedure.h Updated copyright 5 years ago
test_common.h printf has already a way to pad spaces. If we use it, we can avoid accidentally adding extra logs because we did srslte::logmap::get("MAC") instead of srslte::logmap::get("MAC ") 5 years ago
thread_pool.h Refactor thread_pool: use std::mutex and fix some hidden potential bugs 5 years ago
threads.h Updated copyright 5 years ago
time_prof.h now the whole ue and enb mac uses the logmap 5 years ago
timeout.h Updated copyright 5 years ago
timers.h Updated copyright 5 years ago
trace.h Updated copyright 5 years ago
tti_point.h created tti_point type and unit test. Added also the tti_point to the scheduler harqs, and rrc procedure 5 years ago
tti_sempahore.h Updated copyright 5 years ago
tti_sync.h Updated copyright 5 years ago
tti_sync_cv.h Updated copyright 5 years ago
zuc.h Added comment to zuc.cc and zuc.h 5 years ago