srsLTE/lib/include/srsran/common
David Rupprecht a9a23214b0 Added more 5G security kdfs
Added new 5G SIM functions

Added const parameters for security functions
2021-09-07 11:06:56 +02: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 Added band helper for getting band from ARFCN 2021-08-26 09:34:43 +02:00
bcd_helpers.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
bearer_manager.h workaround gcc4.8 issue with inability to derive move ctor noexcept specifier 2021-09-03 12:06:17 +02:00
block_queue.h block_queue: use class mutex to protect size() getter 2021-07-02 17:22:49 +02:00
buffer_pool.h byte_buffer: fix compilation when buffer pool log is enabled 2021-05-03 12:42:38 +02:00
byte_buffer.h byte_buffer: fix compilation when buffer pool log is enabled 2021-05-03 12:42:38 +02: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 Enhance RRC eNB events: 2021-03-31 19:37:49 +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 More NR PHY test and GNB PHY development 2021-06-28 00:27:36 +02: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 mac_pcap_base: fix race detected with TSAN 2021-06-01 22:44:12 +02: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 Added 5G NAS PCAP support 2021-06-22 09:02:07 +02:00
netsource_handler.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
network_utils.h network_utils: fix TSAN detected race 2021-07-02 17:22:49 +02:00
pcap.h Added 5G NAS PCAP support 2021-06-22 09:02:07 +02:00
phy_cfg_nr.h Initial NR PHY test scheduling for PUSCH 2021-07-08 16:47:07 +02:00
phy_cfg_nr_default.h Fix old GCC compilation 2021-08-03 10:46:13 +02:00
rlc_pcap.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
rwlock_guard.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
s1ap_pcap.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
s3g.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
security.h Added more 5G security kdfs 2021-09-07 11:06:56 +02:00
signal_handler.h signal_handler: use std::atomic for running var 2021-07-14 23:03:51 +02:00
slot_point.h sched,nr: fix sched RAR NR test; update test assert macros 2021-08-26 12:09:11 +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 rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
task_scheduler.h task_scheduler: use block_queue for internal tasks 2021-07-02 17:22:49 +02:00
test_common.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 2021-08-23 16:47:54 +02:00
test_pcap.h test_pcap: add function description 2021-07-28 10:26:09 +02:00
thread_pool.h thread_pool: add optional ID to thread pool 2021-08-02 15:18:47 +02: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 tsan: add TSAN options file to set some default flags and exclude some libs from checks 2021-05-27 17:26:39 +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 Create TTI semaphpore default constructor 2021-06-28 00:27:36 +02: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