mirror of https://github.com/pvnis/srsRAN_4G.git
ue,rrc: move NR RRC into own folder
parent
74fda904ac
commit
a15962c817
@ -0,0 +1,13 @@
|
|||||||
|
#
|
||||||
|
# Copyright 2013-2021 Software Radio Systems Limited
|
||||||
|
#
|
||||||
|
# By using this file, you agree to the terms and conditions set
|
||||||
|
# forth in the LICENSE file which can be found at the top level of
|
||||||
|
# the distribution.
|
||||||
|
#
|
||||||
|
|
||||||
|
add_subdirectory(test)
|
||||||
|
|
||||||
|
set(SOURCES rrc_nr.cc)
|
||||||
|
add_library(srsue_rrc_nr STATIC ${SOURCES})
|
||||||
|
|
@ -0,0 +1,10 @@
|
|||||||
|
#
|
||||||
|
# Copyright 2013-2021 Software Radio Systems Limited
|
||||||
|
#
|
||||||
|
# By using this file, you agree to the terms and conditions set
|
||||||
|
# forth in the LICENSE file which can be found at the top level of
|
||||||
|
# the distribution.
|
||||||
|
#
|
||||||
|
|
||||||
|
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_pdcp srsran_phy rrc_asn1 rrc_nr_asn1)
|
Loading…
Reference in New Issue