srsLTE/srsenb/test
Robert Falkenberg c5d5d45574 cmake: fix build for cmake option BUILD_SHARED_LIBS=ON
The cmake option BUILD_SHARED_LIBS (off by default) causes all
libraries to be built as shared libraries if not unless explicitly
stated otherwise.
Since test-helper libraries do not export their symbols, linking
fails if built as shared library.
Therefore, this change explicitly configures these helpers as STATIC.
2022-05-11 13:45:07 +02:00
..
common rrc,s1ap: configurable target eNB TACs during LTE handover. 2022-04-06 12:16:11 +01:00
mac all: fix uninitialized variables detected by coverity 2022-04-28 15:42:08 +02:00
phy enb_phy_test: fix uninitialized memory 2022-02-08 16:04:27 +01:00
rrc cmake: fix build for cmake option BUILD_SHARED_LIBS=ON 2022-05-11 13:45:07 +02:00
s1ap asn1: use typedefs for amf_ue_ngap_id, ran_ue_ngap_id, mme_ue_s1ap_id and enb_ue_s1ap_id and changed interface to access s1ap and ngap protocol_ies 2022-01-11 22:59:38 +00:00
upper Added GTPU bind address as output parameter 2021-09-22 15:15:47 +02:00
CMakeLists.txt gnb,stack: move gNB components into own folder 2021-11-05 15:26:06 +01:00
enb_metrics_test.cc Fix a race condition in the enb csv metrics where set_handle was called while the metrics thread is running causing a race in the enb member variable. 2021-11-12 13:39:42 +01:00