Skip to content

Commit

Permalink
update open5gs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lgabhishek18 committed Nov 29, 2023
1 parent c9025e2 commit 2af6942
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 2af6942

Please sign in to comment.