srsLTE/lib/include/srsran/common
faluco c9c2d6982f Implement a function to remove emergency handlers when a signal is raised.
Make PCAP handlers deregister from this list when they are destructed. This avoid the signal handler calling destructed objects under very rare circumstances.
2022-02-09 18:11:20 +01:00
..
backtrace.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
backward.hpp backward: fix compile error on aarch64 2021-04-26 09:43:58 +02:00
band_helper.h rrc,gnb: move non-phy fields out of phy_cell_nr_t 2022-02-08 18:21:07 +01:00
bcd_helpers.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
bearer_manager.h nr,gnb,stack: add bearer manager to gNB stack to correctly map between eps bearer ids and lcids 2021-11-26 20:33:47 +00:00
block_queue.h Port misc SSN changes to dev. 2021-11-16 14:46:51 +01:00
buffer_pool.h asn1: use byte buffer pool for temporary variable length field generation instead of stack array 2022-01-11 22:59:38 +00:00
byte_buffer.h nr,gnb: small gnb interface refactors and fix of byte buffer operator= 2021-11-04 18:05:14 +00:00
common.h Added check for consequetive KOs in MAC. Change set_activity_user to pass activity and max KOs to RRC and trigger RLF timeout. 2021-04-01 13:21:43 +01:00
common_helper.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
common_lte.h gtpu: renamed lcid to eps_bearer_id as parte of the refactor of gtpu to use eps_bearer_ids 2021-09-02 17:12:04 +02:00
common_nr.h sched: created class common to LTE and NR for ue buffer status management 2021-09-01 20:08:11 +02:00
config_file.h config_file: print message when config file couldn't be read 2021-07-06 21:57:44 +02:00
crash_handler.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
enb_events.h Report the SIB9 home enb name in the enb sector start/sector stop events. 2021-09-07 16:36:56 +02:00
epoll_helper.h epoll_helper: use std::atomic to protect exit called from different thread 2021-05-26 14:25:38 +02:00
gen_mch_tables.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
int_helpers.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
interfaces_common.h Radio: add support for file-based RF device abstraction 2022-02-01 10:47:51 +01:00
liblte_security.h USIM functions for res star 2021-09-07 11:06:56 +02:00
log_helper.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
mac_pcap.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
mac_pcap_base.h Implement a function to remove emergency handlers when a signal is raised. 2022-02-09 18:11:20 +01:00
mac_pcap_net.h network utils refactor - renaming of socket handle to unique socket and cleanup of its methods 2021-04-02 11:42:50 +01:00
metrics_hub.h Initialize metrics in hub 2021-04-15 21:32:35 +02:00
multiqueue.h simplification of multiqueue design. 2021-05-24 17:24:12 +02:00
nas_pcap.h Implement a function to remove emergency handlers when a signal is raised. 2022-02-09 18:11:20 +01:00
netsource_handler.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
network_utils.h nr,gnb: updates in parsing and phy files to allow the splitting of NR and LTE stacks 2021-11-04 15:24:57 +00:00
ngap_pcap.h Implement a function to remove emergency handlers when a signal is raised. 2022-02-09 18:11:20 +01:00
pcap.h Added option to save NGAP pcaps. 2021-11-23 17:12:53 +00:00
phy_cfg_nr.h rrc,gnb: move non-phy fields out of phy_cell_nr_t 2022-02-08 18:21:07 +01:00
phy_cfg_nr_default.h Packed NR TDD config in duplex configuration and created test case for FDD 2021-09-21 18:11:16 +02:00
rlc_pcap.h Some LGTM fixes (#3564) 2021-10-26 21:15:36 +02:00
rwlock_guard.h mac: apply changes by PR reviewers 2021-10-13 11:12:03 +02:00
s1ap_pcap.h Implement a function to remove emergency handlers when a signal is raised. 2022-02-09 18:11:20 +01:00
s3g.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
security.h ue,rrc_nr,nas_5g: Introduce NR AS Key derivation and update context handling in 5G NAS 2022-01-25 14:24:58 +01:00
slot_point.h sched,nr: use formatting %d to represent slot index 2021-10-04 13:43:56 +02:00
ssl.h Added kdf common 2021-09-07 11:06:56 +02:00
stack_procedure.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
standard_streams.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
string_helpers.h Cleaned string helpers 2021-09-16 15:24:32 +02:00
task_scheduler.h task_scheduler: use block_queue for internal tasks 2021-07-02 17:22:49 +02:00
test_common.h nr,gnb,rrc: add rrc nr message handler and send functions to establish an SA RRC connection 2021-11-12 14:46:44 +00:00
test_pcap.h test_pcap: add function description 2021-07-28 10:26:09 +02:00
thread_pool.h nr,sched,test: update sched nr test to better reflect MAC-PHY FAPI 2021-10-14 19:27:52 +01:00
threads.h threads: fix race in stopping periodic thread 2021-06-01 22:44:12 +02:00
time_prof.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
timeout.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
timers.h timers,feature: make timers thread-safe by using atomic to store timers state. 2021-05-31 23:26:36 +01:00
trace.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
tsan_options.h Whitelist a reported deadlock involving read lock. 2021-10-29 12:45:47 +02:00
tti_point.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 2021-08-23 16:47:54 +02:00
tti_sempahore.h Avoid poping queue if empty 2022-01-24 10:09:17 +01:00
tti_sync.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
tti_sync_cv.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
zuc.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00