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
lizhongxiao
OpenXG-RAN
Commits
29b6011b
Commit
29b6011b
authored
Mar 02, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove build_oai option for core simulators: they don't compile
parent
3b7d6377
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
cmake_targets/build_oai
cmake_targets/build_oai
+0
-15
No files found.
cmake_targets/build_oai
View file @
29b6011b
...
@@ -300,10 +300,6 @@ function main() {
...
@@ -300,10 +300,6 @@ function main() {
SIMUS_PHY
=
1
SIMUS_PHY
=
1
echo_info
"Will compile dlsim, ulsim, ..."
echo_info
"Will compile dlsim, ulsim, ..."
shift
;;
shift
;;
-S
|
--core_simulators
)
SIMUS_CORE
=
1
echo_info
"Will compile security unitary tests"
shift
;;
-s
|
--check
)
-s
|
--check
)
OAI_TEST
=
1
OAI_TEST
=
1
echo_info
"Will run auto-tests"
echo_info
"Will run auto-tests"
...
@@ -622,17 +618,6 @@ function main() {
...
@@ -622,17 +618,6 @@ function main() {
compilations
$BUILD_DIR
coding
compilations
$BUILD_DIR
coding
fi
fi
###################
# Core simulators #
###################
if
[
"
$SIMUS_CORE
"
=
"1"
]
;
then
echo_info
"Compiling security unitary tests simulators"
simlist
=
"secu_knas_encrypt_eia1 secu_kenb aes128_ctr_encrypt aes128_ctr_decrypt secu_knas_encrypt_eea2 secu_knas secu_knas_encrypt_eea1 kdf aes128_cmac_encrypt secu_knas_encrypt_eia2"
for
f
in
$simlist
;
do
compilations
$BUILD_DIR
test_
$f
done
fi
######################
######################
# Optional libraries #
# Optional libraries #
######################
######################
...
...
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