mirror of https://github.com/pvnis/srsRAN_4G.git
mac_nr: move UE MAC class into own subfolder
this should simplify further MAC NR extensions and lead to a more organized folder structuremaster
parent
1a23b2f9bb
commit
73cb0dabf2
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright 2013-2020 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.
|
||||
#
|
||||
|
||||
set(SOURCES mac_nr.cc)
|
||||
add_library(srsue_mac_nr STATIC ${SOURCES})
|
Loading…
Reference in New Issue