Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
1450e2fb
Commit
1450e2fb
authored
2 years ago
by
laurent
Browse files
Options
Downloads
Patches
Plain Diff
issue 545
parent
5bf454c7
No related branches found
No related tags found
3 merge requests
!1757
Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
,
!1576
integration_2022_wk22
,
!1566
issue 545
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_targets/build_oai
+3
-3
3 additions, 3 deletions
cmake_targets/build_oai
with
3 additions
and
3 deletions
cmake_targets/build_oai
+
3
−
3
View file @
1450e2fb
...
@@ -713,11 +713,11 @@ function main() {
...
@@ -713,11 +713,11 @@ function main() {
# simlist="ldpctest"
# simlist="ldpctest"
for
f
in
$simlist
;
do
for
f
in
$simlist
;
do
compilations
\
compilations
\
ran_build
$f
\
$BUILD_DIR
$f
\
$f
$dbin
/
$f
.
$REL
$f
$dbin
/
$f
.
$REL
done
done
compilations
\
compilations
\
ran_build
coding
\
$BUILD_DIR
coding
\
libcoding.so
$dbin
/libcoding.so
libcoding.so
$dbin
/libcoding.so
fi
fi
...
@@ -729,7 +729,7 @@ function main() {
...
@@ -729,7 +729,7 @@ function main() {
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"
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
for
f
in
$simlist
;
do
compilations
\
compilations
\
ran_build
test_
$f
\
$BUILD_DIR
test_
$f
\
test_
$f
$dbin
/test_
$f
.
$REL
test_
$f
$dbin
/test_
$f
.
$REL
done
done
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment