Skip to content

Commit 5dfaf33

Browse files
authored
Updates to use NGAP 3GPP rel 18 and create minor release (#146)
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
1 parent 689bfc4 commit 5dfaf33

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

5g-control-plane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: SD-Core 5G control plane services
1010
name: 5g-control-plane
1111
icon: https://guide.opencord.org/logos/cord.svg
1212

13-
version: 4.0.0
13+
version: 4.1.0
1414

1515
dependencies:
1616
- name: mongodb

5g-control-plane/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ images:
77
repository: "ghcr.io/omec-project/" # default GitHub Registry
88
tags:
99
init: pod-init:rel-1.2.3
10-
amf: 5gc-amf:rel-3.0.0
10+
amf: 5gc-amf:rel-3.1.0
1111
ausf: 5gc-ausf:rel-3.0.0
1212
nrf: 5gc-nrf:rel-3.0.0
1313
nssf: 5gc-nssf:rel-3.0.0
1414
pcf: 5gc-pcf:rel-3.0.0
15-
smf: 5gc-smf:rel-4.0.0
15+
smf: 5gc-smf:rel-4.1.0
1616
udm: 5gc-udm:rel-3.0.0
1717
udr: 5gc-udr:rel-3.0.0
1818
webui: 5gc-webui:rel-3.0.0
1919
metricfunc: metricfunc:rel-2.0.0
20-
sctplb: sctplb:rel-1.7.4
20+
sctplb: sctplb:rel-1.8.0
2121
upfadapter: upfadapter:rel-2.1.3
2222
pullPolicy: IfNotPresent
2323

5g-ran-sim/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ description: 5G RAN Simulator Service
88
name: 5g-ran-sim
99
icon: https://guide.opencord.org/logos/cord.svg
1010

11-
version: 3.0.0
11+
version: 3.1.0

5g-ran-sim/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ images:
66
repository: "ghcr.io/omec-project/" # default GitHub Registry
77
tags:
88
init: pod-init:rel-1.2.3
9-
gnbsim: 5gc-gnbsim:rel-2.0.0
9+
gnbsim: 5gc-gnbsim:rel-2.1.0
1010
pullPolicy: IfNotPresent
1111

1212
nodeSelectors:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2-dev
1+
4.1.0

sdcore-helm-charts/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: sd-core
1010
description: SD-Core control plane services
1111
icon: https://guide.opencord.org/logos/cord.svg
1212
type: application
13-
version: 4.0.1
13+
version: 4.1.0
1414
home: https://opennetworking.org/sd-core/
1515
maintainers:
1616
- name: SD-Core Support
@@ -28,7 +28,7 @@ dependencies:
2828
condition: omec-sub-provision.enable
2929

3030
- name: 5g-control-plane
31-
version: 4.0.0
31+
version: 4.1.0
3232
repository: "file://../5g-control-plane"
3333
condition: 5g-control-plane.enable5G
3434

@@ -39,6 +39,6 @@ dependencies:
3939
condition: omec-user-plane.enable
4040

4141
- name: 5g-ran-sim
42-
version: 3.0.0
42+
version: 3.1.0
4343
repository: "file://../5g-ran-sim"
4444
condition: 5g-ran-sim.enable

0 commit comments

Comments
 (0)