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.
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.
3 years ago
..
common rrc,s1ap: configurable target eNB TACs during LTE handover. 3 years ago
mac all: fix uninitialized variables detected by coverity 3 years ago
phy enb_phy_test: fix uninitialized memory 3 years ago
rrc cmake: fix build for cmake option BUILD_SHARED_LIBS=ON 3 years ago
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 3 years ago
upper Added GTPU bind address as output parameter 3 years ago
CMakeLists.txt gnb,stack: move gNB components into own folder 3 years ago
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. 3 years ago