Skip to content

Commit

Permalink
Merge pull request #106 from lgabhishek18/abhishek
Browse files Browse the repository at this point in the history
update open5gs configuration
  • Loading branch information
raoufkh committed Nov 30, 2023
2 parents c9025e2 + 2af6942 commit f3cdb1c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions charts/ueransim/open5gs-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@
# Author: Abderaouf KHICHANE, Ilhem FAJJARI, Ayoub BOUSSELMI
# Software description: An open-source project providing Helm charts to deploy 5G components (Core + RAN) on top of Kubernetes
#
global:
#Global network parametes
n2network:
name: n2network
type: macvlan
masterIf: eth0
subnetIP: 10.100.50.248
cidr: 29
gatewayIP: 10.100.50.254
excludeIP: 10.100.50.254
n3network:
name: n3network
type: macvlan
masterIf: eth0
subnetIP: 10.100.50.232
cidr: 29
gatewayIP: 10.100.50.238
excludeIP: 10.100.50.238

gnb:
configuration: |-
nci: '0x000000010' # NR Cell Identity (36-bit)
Expand Down

0 comments on commit f3cdb1c

Please sign in to comment.