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.
Andre Puschmann fa461f0129 rrc_nr: fix linker error in setup_release_c
move implementation to cc file to avoid

[build] /bin/ld: CMakeFiles/rrc_nr_asn1_test.dir/rrc_nr_test.cc.o: in function `asn1::rrc_nr::setup_release_c<asn1::rrc_nr::pdcch_serving_cell_cfg_s>::set_setup()':
[build] /home/anpu/src/srsLTE/lib/include/srsran/asn1/rrc_nr.h:2276: undefined reference to `asn1::rrc_nr::setup_release_c<asn1::rrc_nr::pdcch_serving_cell_cfg_s>::set(asn1::rrc_nr::setup_release_c<asn1::rrc_nr::pdcch_serving_cell_cfg_s>::types_opts::options)'
[build] clang: error: linker command failed with exit code 1 (use -v to see invocation)
4 years ago
..
asn1 rrc_nr: fix linker error in setup_release_c 4 years ago
common Added GNB MAC UL info initial interface and fix PHY implementation 4 years ago
gtpu Moved lib GTPU to its own folder 4 years ago
mac Revert UE changes 4 years ago
pdcp Moved lib PDCP to its own folder 4 years ago
phy Added GNB MAC UL info initial interface and fix PHY implementation 4 years ago
radio Protect Radio from null phy 4 years ago
rlc rlc_am_lte: avoid locking of Rx mutex twice when generating status PDU 4 years ago
srslog Remove an unsafe assert in the log backend that could be triggered under very certain circumstances. 4 years ago
system sys_metrics: reduce log level when measurement interval is shorter than expected 4 years ago
CMakeLists.txt Moved lib GTPU to its own folder 4 years ago