Skip to content

Commit

Permalink
Open5gs update (#162)
Browse files Browse the repository at this point in the history
* versions, values and templates

* open5gs charts updated

* openverso to gradiant

* srsran version update and openverso ->> gradiant

* schemas updated

* Fixed charts versions

* Fix zmq name

* 5g enabled

* default values fixed
  • Loading branch information
jpontongradiant authored Feb 16, 2024
1 parent 47148b0 commit a43b195
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions charts/open5gs-nssf/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"sst": {
"type": "integer"
},
"sd": {
"type": "string"
},
"uri": {
"type": "string"
}
Expand Down
2 changes: 1 addition & 1 deletion charts/srsran-4g-zmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ue:
resources: {}

enb:
mme: mme
mme: open5gs-mme-s1ap
mcc: '999'
mnc: '70'
tac: '0001'
Expand Down
6 changes: 3 additions & 3 deletions charts/srsran-4g/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ device:
args: auto

enb:
mcc: '001'
mnc: '01'
mcc: '999'
mnc: '70'
tac: '0001'
mme: mme
mme: open5gs-mme-s1ap
resources:
limits:
ettus.com/usrp: 1

0 comments on commit a43b195

Please sign in to comment.