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
zzha zzha
OpenXG-RAN
Commits
10383fca
Commit
10383fca
authored
Jul 17, 2023
by
mir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Crypt library dependencies removed
parent
91a7dc80
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
CMakeLists.txt
CMakeLists.txt
+1
-5
No files found.
CMakeLists.txt
View file @
10383fca
...
@@ -321,8 +321,6 @@ add_library(s1ap
...
@@ -321,8 +321,6 @@ add_library(s1ap
)
)
target_link_libraries
(
s1ap PUBLIC asn1_s1ap
)
target_link_libraries
(
s1ap PUBLIC asn1_s1ap
)
target_link_libraries
(
s1ap PRIVATE nr_rrc asn1_nr_rrc_hdrs lte_rrc
)
target_link_libraries
(
s1ap PRIVATE nr_rrc asn1_nr_rrc_hdrs lte_rrc
)
target_include_directories
(
s1ap PRIVATE
${
libcrypt_INCLUDE_DIRS
}
)
target_link_libraries
(
s1ap PUBLIC
${
libcrypt_LIBRARIES
}
)
# NGAP
# NGAP
##############
##############
...
@@ -344,8 +342,6 @@ add_library(ngap
...
@@ -344,8 +342,6 @@ add_library(ngap
)
)
target_link_libraries
(
ngap PUBLIC asn1_ngap
)
target_link_libraries
(
ngap PUBLIC asn1_ngap
)
target_link_libraries
(
ngap PRIVATE asn1_lte_rrc_hdrs asn1_nr_rrc_hdrs
)
target_link_libraries
(
ngap PRIVATE asn1_lte_rrc_hdrs asn1_nr_rrc_hdrs
)
target_include_directories
(
ngap PRIVATE
${
libcrypt_INCLUDE_DIRS
}
)
target_link_libraries
(
ngap PRIVATE
${
libcrypt_LIBRARIES
}
)
#M2AP
#M2AP
##############
##############
...
@@ -1442,7 +1438,7 @@ add_library(e1_if
...
@@ -1442,7 +1438,7 @@ add_library(e1_if
${
NR_RRC_DIR
}
/cucp_cuup_e1ap.c
${
NR_RRC_DIR
}
/cucp_cuup_e1ap.c
)
)
target_link_libraries
(
e1_if PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs asn1_f1ap SECURITY
${
OPENSSL_LIBRARIES
}
crypt
e1ap GTPV1U
)
target_link_libraries
(
e1_if PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs asn1_f1ap SECURITY
${
OPENSSL_LIBRARIES
}
e1ap GTPV1U
)
add_library
(
e1_pdcp_if
add_library
(
e1_pdcp_if
${
OPENAIR2_DIR
}
/LAYER2/nr_pdcp/nr_pdcp_e1_api.c
${
OPENAIR2_DIR
}
/LAYER2/nr_pdcp/nr_pdcp_e1_api.c
...
...
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