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
..
hdr enb,rrc: remove hard-coded SCG bearer config 3 years ago
src enb,cfg_parser: remove strict arfcn check for SA and replace with list of supported configs 3 years ago
test cmake: fix build for cmake option BUILD_SHARED_LIBS=ON 3 years ago
CMakeLists.txt Rename drb.conf to rb.conf to reflect the now configurable SRBs. 4 years ago
enb.conf.example srsenb,metrics: add PUSCH/PUCCH RSSI metrics. Add bearer DL total data metric for RLC UM 3 years ago
rb.conf.example gnb,config: Minor fixes to rb.conf.example 3 years ago
rr.conf.example lte,enb,rrc: parse cellIndividualOffset in rr.conf and propagate it to measConfig sent to UE 3 years ago
sib.conf.example change default sib and rr conf PUCCH-specific default values to decrease the size of PUCCH 4 years ago
sib.conf.mbsfn.example updating sib13 config for mbms, fixing small bug with metrics 4 years ago