Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alex037yang
OpenXG-RAN
Commits
ff6174ae
Commit
ff6174ae
authored
Feb 16, 2016
by
Aikaterini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix SoDERA RRH config
parent
2343d3fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+10
-6
No files found.
cmake_targets/CMakeLists.txt
View file @
ff6174ae
...
...
@@ -1561,11 +1561,7 @@ target_link_libraries (lte-softmodem-nos1
target_link_libraries
(
lte-softmodem-nos1
${
LIBXML2_LIBRARIES
}
)
target_link_libraries
(
lte-softmodem-nos1 pthread m
${
CONFIG_LIBRARIES
}
rt crypt
${
CRYPTO_LIBRARIES
}
${
OPENSSL_LIBRARIES
}
${
NETTLE_LIBRARIES
}
${
option_HW_lib
}
${
option_TP_lib
}
${
XFORMS_LIBRARIES
}
)
target_link_libraries
(
lte-softmodem-nos1
${
LIBBOOST_LIBRARIES
}
)
if
(
${
RF_BOARD
}
STREQUAL
"OAI_LMSSDR"
)
add_dependencies
(
lte-softmodem LMS7002M LMS_SDR Si5351C
)
add_dependencies
(
lte-softmodem-nos1 LMS7002M LMS_SDR Si5351C
)
endif
(
${
RF_BOARD
}
STREQUAL
"OAI_LMSSDR"
)
target_link_libraries
(
lte-softmodem-nos1
${
LIB_LMS_LIBRARIES
}
)
# rrh
################################
...
...
@@ -1579,7 +1575,6 @@ add_executable(rrh_gw
${
HW_SOURCE
}
${
TRANSPORT_SOURCE
}
)
# assert
target_include_directories
(
rrh_gw PRIVATE
${
OPENAIR_DIR
}
/common/utils/itti
)
target_link_libraries
(
rrh_gw
-Wl,--start-group
...
...
@@ -1587,12 +1582,21 @@ target_link_libraries(rrh_gw
-Wl,--end-group
)
target_link_libraries
(
rrh_gw rt pthread m
)
target_link_libraries
(
rrh_gw
${
option_HW_lib
}
${
option_TP_lib
}
${
LIBBOOST_LIBRARIES
}
)
target_link_libraries
(
rrh_gw
${
LIB_LMS_LIBRARIES
}
)
Message
(
"-- option_HW_lib=
${
option_HW_lib
}
"
)
Message
(
"-- HW_SOURCE=
${
HW_SOURCE
}
"
)
Message
(
"-- option_TP_lib=
${
option_TP_lib
}
"
)
Message
(
"-- TRANSPORT_SOURCE=
${
TRANSPORT_SOURCE
}
"
)
if
(
${
RF_BOARD
}
STREQUAL
"OAI_LMSSDR"
)
add_dependencies
(
lte-softmodem LMS7002M LMS_SDR Si5351C
)
add_dependencies
(
lte-softmodem-nos1 LMS7002M LMS_SDR Si5351C
)
add_dependencies
(
rrh_gw LMS7002M LMS_SDR Si5351C
)
endif
(
${
RF_BOARD
}
STREQUAL
"OAI_LMSSDR"
)
# USIM process
#################
#add_executable(usim
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment