Skip to content
Snippets Groups Projects
Commit 2ff64a29 authored by Sagar Arora's avatar Sagar Arora :bicyclist_tone1:
Browse files

(fix) helm chart had wrong version of mysql

parents cfa65c09 6c6af85a
No related branches found
Tags v1.4.0
1 merge request!58(fix) helm chart had wrong version of mysql
......@@ -25,7 +25,7 @@ dependencies:
- condition: mysql.enabled
name: mysql
repository: "file://../mysql"
version: 5.7.30
version: 1.6.9
- condition: oai-nrf.enabled
name: oai-nrf
repository: "file://../oai-nrf"
......
......@@ -76,6 +76,8 @@ oai-amf:
sd0: "10203"
sst1: "1"
sd1: "1"
sst2: "4"
sd2: "4"
mcc: "208"
mnc: "99"
regionId: "128"
......
......@@ -23,7 +23,7 @@ dependencies:
- condition: mysql.enabled
name: mysql
repository: "file://../mysql"
version: 5.7.30
version: 1.6.9
- condition: oai-nrf.enabled
name: oai-nrf
repository: "file://../oai-nrf"
......
......@@ -42,6 +42,8 @@ oai-amf:
sd0: "10203"
sst1: "1"
sd1: "1"
sst2: "2"
sd2: "2"
mcc: "208"
mnc: "99"
regionId: "128"
......
......@@ -30,7 +30,7 @@ dependencies:
- condition: mysql.enabled
name: mysql
repository: "file://../mysql"
version: 5.7.30
version: 1.6.9
- condition: oai-nssf.enabled
name: oai-nssf
repository: "file://../oai-nssf"
......
......@@ -86,6 +86,8 @@ oai-amf:
sd0: "10203"
sst1: "1"
sd1: "1"
sst2: "2"
sd2: "2"
mcc: "208"
mnc: "99"
regionId: "128"
......
......@@ -86,7 +86,7 @@ config:
nssaiSst: "1" #currently only 4 standard values are allowed 1,2,3,4
nssaiSd0: "0027db" #values in hexa-decimal format
nssaiSd1: "112233"
amfIpAddress: "172.17.0.5" # amf ip-address or service-name
amfIpAddress: "172.17.0.5" # amf ip-address
gnbNgaIfName: "eth0" # net1 in case multus create is true that means another interface is created for ngap interface, n2 to communicate with amf
gnbNgaIpAddress: "status.podIP" # n2IPadd in case multus create is true
gnbNguIfName: "eth0" #net2 in case multus create is true gtu interface for upf/spgwu
......
......@@ -83,7 +83,7 @@ config:
nssaiSst: "1" #currently only 4 standard values are allowed 1,2,3,4
nssaiSd0: "0027db" #values in hexa-decimal format
nssaiSd1: "112233"
amfIpAddress: "127.0.0.1" # amf ip-address or service-name
amfIpAddress: "127.0.0.1" # Not mandatory, you can leave it like this in coming release it will be removed
gnbNgaIfName: "eth0" # net1 in case multus create is true that means another interface is created for ngap interface, n2 to communicate with amf
gnbNgaIpAddress: "status.podIP" # n2IPadd in case multus create is true
gnbNguIfName: "eth0" #net2 in case multus create is true gtu interface for upf/spgwu
......
......@@ -83,7 +83,7 @@ config:
nssaiSst: "1" #currently only 4 standard values are allowed 1,2,3,4
nssaiSd0: "0027db" #values in hexa-decimal format
nssaiSd1: "112233"
amfIpAddress: "172.17.0.8" # amf ip-address or service-name
amfIpAddress: "172.17.0.8" # amf ip-address
gnbNgaIfName: "eth0" # net1 in case multus create is true that means another interface is created for ngap interface, n2 to communicate with amf
gnbNgaIpAddress: "status.podIP" # n2IPadd in case multus create is true
gnbNguIfName: "eth0" #net2 in case multus create is true gtu interface for upf/spgwu
......
......@@ -64,7 +64,7 @@ multus:
config:
timeZone: "Europe/Paris"
rfSimulator: "172.17.0.9" # ip-address of gnb rf-sim
rfSimulator: "172.17.0.11" # ip-address of gnb rf-sim
fullImsi: "208990100001121" # make sure all the below entries are present in the subscriber database
fullKey: "fec86ba6eb707ed08905757b1bb44b8f"
opc: "C42449363BBAD02B66D16BC975D77CC1"
......
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