Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
cn5g
oai-cn5g-fed
Commits
876f2b46
Commit
876f2b46
authored
3 weeks ago
by
turletti
Browse files
Options
Downloads
Patches
Plain Diff
handle n2/n3 ifname for gnb when multus is not used
parent
dd6813e6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
charts/oai-5g-ran/oai-gnb/values.yaml
+3
-3
3 additions, 3 deletions
charts/oai-5g-ran/oai-gnb/values.yaml
with
3 additions
and
3 deletions
charts/oai-5g-ran/oai-gnb/values.yaml
+
3
−
3
View file @
876f2b46
...
...
@@ -51,7 +51,7 @@ multus:
create
:
@
MULTUS_GNB_N3@
ipAdd
:
"
@IP_GNB_N3@"
netmask
:
"
@NETMASK_GNB_N3@"
name
:
"
GNB_N3_IF_NAME"
name
:
"
@
GNB_N3_IF_NAME
@
"
# if mac is empty then it will be removed
mac
:
"
@MAC_GNB_N3@"
# if gateway is empty then it will be removed
...
...
@@ -95,8 +95,8 @@ config:
sst
:
"
1"
#currently only 4 standard values are allowed 1,2,3,4 # configured by demo-oai.sh script
usrp
:
"
@RRU_TYPE@"
#allowed values rfsim, b2xx, n3xx or x3xx
amfIpAddress
:
"
@AMF_IP_ADDRESS@"
# amf ip-address or service-name oai-amf-svc
n2IfName
:
"
@N2_IF_NAME@"
# n2 or eth0 if no multus
n3IfName
:
"
@N3_IF_NAME@"
# n3 or eth0 if no multus
n2IfName
:
"
@
GNB_
N2_IF_NAME@"
# n2 or eth0 if no multus
n3IfName
:
"
@
GNB_
N3_IF_NAME@"
# n3 or eth0 if no multus
## Debugging section
start
:
...
...
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