|
|
@ -7,11 +7,11 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
add_executable(rrc_reconfig_test rrc_reconfig_test.cc)
|
|
|
|
add_executable(rrc_reconfig_test rrc_reconfig_test.cc)
|
|
|
|
target_link_libraries(rrc_reconfig_test srsue_upper srsran_upper srsran_phy rrc_asn1)
|
|
|
|
target_link_libraries(rrc_reconfig_test srsue_upper srsran_phy srsran_asn1 rrc_asn1 srslog)
|
|
|
|
add_test(rrc_reconfig_test rrc_reconfig_test)
|
|
|
|
add_test(rrc_reconfig_test rrc_reconfig_test)
|
|
|
|
|
|
|
|
|
|
|
|
add_executable(rrc_meas_test rrc_meas_test.cc)
|
|
|
|
add_executable(rrc_meas_test rrc_meas_test.cc)
|
|
|
|
target_link_libraries(rrc_meas_test srsue_rrc srsue_upper srsran_upper srsran_pdcp srsran_phy rrc_asn1 rrc_nr_asn1)
|
|
|
|
target_link_libraries(rrc_meas_test srsue_rrc srsue_upper srsran_pdcp srsran_phy rrc_asn1 rrc_nr_asn1)
|
|
|
|
add_test(rrc_meas_test rrc_meas_test)
|
|
|
|
add_test(rrc_meas_test rrc_meas_test)
|
|
|
|
|
|
|
|
|
|
|
|
add_executable(rrc_phy_ctrl_test rrc_phy_ctrl_test.cc)
|
|
|
|
add_executable(rrc_phy_ctrl_test rrc_phy_ctrl_test.cc)
|
|
|
@ -19,11 +19,11 @@ target_link_libraries(rrc_phy_ctrl_test srsran_common srsue_rrc ${ATOMIC_LIBS})
|
|
|
|
add_test(rrc_phy_ctrl_test rrc_phy_ctrl_test)
|
|
|
|
add_test(rrc_phy_ctrl_test rrc_phy_ctrl_test)
|
|
|
|
|
|
|
|
|
|
|
|
add_executable(rrc_cell_test rrc_cell_test.cc)
|
|
|
|
add_executable(rrc_cell_test rrc_cell_test.cc)
|
|
|
|
target_link_libraries(rrc_cell_test srsue_rrc srsue_upper srsran_upper srsran_phy rrc_asn1 rrc_nr_asn1)
|
|
|
|
target_link_libraries(rrc_cell_test srsue_rrc srsue_upper srsran_pdcp srsran_phy rrc_asn1 rrc_nr_asn1)
|
|
|
|
add_test(rrc_cell_test rrc_cell_test)
|
|
|
|
add_test(rrc_cell_test rrc_cell_test)
|
|
|
|
|
|
|
|
|
|
|
|
add_executable(ue_rrc_nr_test ue_rrc_nr_test.cc)
|
|
|
|
add_executable(ue_rrc_nr_test ue_rrc_nr_test.cc)
|
|
|
|
target_link_libraries(ue_rrc_nr_test srsue_rrc_nr srsue_upper srsran_common srsran_upper srsran_phy rrc_asn1 rrc_nr_asn1)
|
|
|
|
target_link_libraries(ue_rrc_nr_test srsue_rrc_nr srsue_upper srsran_common srsran_pdcp srsran_phy rrc_asn1 rrc_nr_asn1)
|
|
|
|
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
########################################################################
|
|
|
|
# Option to run command after build (useful for remote builds)
|
|
|
|
# Option to run command after build (useful for remote builds)
|
|
|
|