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 626259eede add helper method to obtain thread name
this is helpful to, for example, print the name of
the thread that calls a function, i.e.:

log.console("%s from %s\n", __PRETTY_FUNCTION__, thread::get_name().c_str());
5 years ago
..
backtrace.h Added backtrace print helper 6 years ago
bcd_helpers.h Fixed warning on bytes_to_mnc 5 years ago
block_queue.h fix the hanging in the UE during shutdown 6 years ago
bounded_bitset.h rework scheduler 6 years ago
buffer_pool.h fix wrong namespace definition in various places 6 years ago
common.h correct the max size for a single TB 6 years ago
config_file.h update copyright notice 6 years ago
crash_handler.h update copyright notice 6 years ago
gen_mch_tables.h update copyright notice 6 years ago
int_helpers.h More clang-format for PDCP 6 years ago
interfaces_common.h Removed srslte prefix from pdcp_config_t 6 years ago
liblte_security.h Applied clang-format to zuc_support PR. 5 years ago
liblte_ssl.h Clang-formated liblte_* 6 years ago
log.h expose debug_long to class log and use in RRC to log ASN1 structs 5 years ago
log_filter.h bigger log buffer. Now it is 1024 chars (#649) 5 years ago
logger.h bigger log buffer. Now it is 1024 chars (#649) 5 years ago
logger_file.h add stop() to logger_file 5 years ago
logger_stdout.h bigger log buffer. Now it is 1024 chars (#649) 5 years ago
mac_nr_pcap.h add MAC-NR PCAP support 5 years ago
mac_nr_pdu.h add MAC NR PDU packing and associated unit tests 5 years ago
mac_pcap.h pcap: add dtor 6 years ago
metrics_hub.h extend thread class to set unique thread name in ctor 6 years ago
multiqueue.h implemented andre's PR review requests 5 years ago
nas_pcap.h add tdd/ca support 6 years ago
netsource_handler.h add base class for socket handler using netsource object 5 years ago
pcap.h add MAC-NR PCAP support 5 years ago
pdu.h fix parsing of corrupted MAC PDUs 5 years ago
pdu_queue.h update copyright notice 6 years ago
rlc_pcap.h fix wrong namespace definition in various places 6 years ago
s1ap_pcap.h add missing license headers 6 years ago
security.h Applied clang-format to zuc_support PR. 5 years ago
snow_3g.h Unified include guards 7 years ago
stack_procedure.h added resumable procedures to make RRC and NAS non-blocking 6 years ago
thread_pool.h fix issue with thread pool shut down 5 years ago
threads.h add helper method to obtain thread name 5 years ago
timeout.h update copyright notice 6 years ago
timers.h Moving mac timers to stack timers (#638) 5 years ago
trace.h introduce new UE layer design 6 years ago
tti_sync.h fix wrong namespace definition in various places 6 years ago
tti_sync_cv.h update copyright notice 6 years ago
zuc.h Added comment to zuc.cc and zuc.h 5 years ago