Skip to content
Snippets Groups Projects
Commit 876f2b46 authored by turletti's avatar turletti
Browse files

handle n2/n3 ifname for gnb when multus is not used

parent dd6813e6
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment