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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
b7454cf5
Commit
b7454cf5
authored
Nov 20, 2025
by
Guido Casati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable DRB integrity and ciphering in F1 and N2 HO pipelines with Quectel
parent
e1dd62df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ci-scripts/conf_files/gnb-cu.sa.f1.ho.conf
ci-scripts/conf_files/gnb-cu.sa.f1.ho.conf
+2
-2
ci-scripts/conf_files/gnb.sa.band77.51prb.usrpb200.n2-ho.conf
...cripts/conf_files/gnb.sa.band77.51prb.usrpb200.n2-ho.conf
+2
-2
No files found.
ci-scripts/conf_files/gnb-cu.sa.f1.ho.conf
View file @
b7454cf5
...
@@ -53,7 +53,7 @@ security = {
...
@@ -53,7 +53,7 @@ security = {
# preferred ciphering algorithms
# preferred ciphering algorithms
# the first one of the list that an UE supports in chosen
# the first one of the list that an UE supports in chosen
# valid values: nea0, nea1, nea2, nea3
# valid values: nea0, nea1, nea2, nea3
ciphering_algorithms
= (
"nea0"
);
ciphering_algorithms
= (
"nea
2"
,
"nea
0"
);
# preferred integrity algorithms
# preferred integrity algorithms
# the first one of the list that an UE supports in chosen
# the first one of the list that an UE supports in chosen
...
@@ -63,7 +63,7 @@ security = {
...
@@ -63,7 +63,7 @@ security = {
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
drb_ciphering
=
"yes"
;
drb_ciphering
=
"yes"
;
drb_integrity
=
"
no
"
;
drb_integrity
=
"
yes
"
;
};
};
log_config
:
log_config
:
...
...
ci-scripts/conf_files/gnb.sa.band77.51prb.usrpb200.n2-ho.conf
View file @
b7454cf5
...
@@ -209,7 +209,7 @@ security = {
...
@@ -209,7 +209,7 @@ security = {
# preferred ciphering algorithms
# preferred ciphering algorithms
# the first one of the list that an UE supports in chosen
# the first one of the list that an UE supports in chosen
# valid values: nea0, nea1, nea2, nea3
# valid values: nea0, nea1, nea2, nea3
ciphering_algorithms
= (
"nea0"
);
ciphering_algorithms
= (
"nea
2"
,
"nea
0"
);
# preferred integrity algorithms
# preferred integrity algorithms
# the first one of the list that an UE supports in chosen
# the first one of the list that an UE supports in chosen
...
@@ -219,7 +219,7 @@ security = {
...
@@ -219,7 +219,7 @@ security = {
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# setting 'drb_ciphering' to "no" disables ciphering for DRBs, no matter
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
# what 'ciphering_algorithms' configures; same thing for 'drb_integrity'
drb_ciphering
=
"yes"
;
drb_ciphering
=
"yes"
;
drb_integrity
=
"
no
"
;
drb_integrity
=
"
yes
"
;
};
};
log_config
:
log_config
:
...
...
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