Changes of Revision 38

commit_406e3f07dc22d754870d0c383dff36e8070dd867.txt Added
commit_5fd4fe93796aa6599052f5be7f5298edb7f7278b.txt Deleted
open5gs_2.5.3.1.5fd4f.tar.xz/docs/_posts/2022-10-31-release-v2.5.3.md Deleted
x
 
1
@@ -1,96 +0,0 @@
2
----
3
-title: "v2.5.3 - SCP for Indirect Communication"
4
-date: 2022-10-31 07:17:00 +0900
5
-categories:
6
-  - Release
7
-tags:
8
-  - News
9
-  - Release
10
-head_inline: "<style> ul { padding-bottom: 1em; } .blue { color: blue; }</style>"
11
----
12
-
13
-#### New Feature
14
-
15
-SCP(Service Communication Proxy) is added to support Indirect Communication based on TS29.500. The default Open5GS configuration is provided as an indirect communication using SCP.
16
-
17
-- amf.yaml If NFs are configured to use Delegated Discovery through the SCP, you do not need to set up NRF.
18
-
19
-```
20
-amf:
21
-    sbi:
22
-      - addr: 127.0.0.5
23
-        port: 7777
24
-
25
-scp:
26
-    sbi:
27
-      - addr: 127.0.1.10
28
-        port: 7777
29
-
30
-#nrf:
31
-#    sbi:
32
-#      - addr:
33
-#          - 127.0.0.10
34
-#          - ::1
35
-#        port: 7777
36
-```
37
-
38
-- scp.yaml NRF is needed for Delegated Discovery in SCP configuration.
39
-
40
-```
41
-scp:
42
-    sbi:
43
-      - addr: 127.0.1.10
44
-        port: 7777
45
-
46
-#
47
-# next_scp:
48
-#    sbi:
49
-#      addr: 127.0.1.11
50
-#      port: 7777
51
-#
52
-
53
-nrf:
54
-    sbi:
55
-      - addr:
56
-          - 127.0.0.10
57
-          - ::1
58
-        port: 7777
59
-```
60
-
61
-- nrf.yaml If there is an SCP in the NRF configuration, a notification(nnrf-nfm/nf-status-notify) is sent through an indirect communication.
62
-
63
-```
64
-nrf:
65
-    sbi:
66
-      addr:
67
-        - 127.0.0.10
68
-        - ::1
69
-      port: 7777
70
-
71
-scp:
72
-    sbi:
73
-      - addr: 127.0.1.10
74
-        port: 7777
75
-```
76
-
77
-
78
-#### Enhancements
79
-- WebUI/DB Fixed the WebUI to Support MongoDB 6.0 (#1824(https://github.com/open5gs/open5gs/issues/1824)) -- bmeglicit(https://github.com/bmeglicit)
80
-- NAS Discard NAS message if integrity is failed (#1848(https://github.com/open5gs/open5gs/pull/1848)) -- jmasterfunk84(https://github.com/jmasterfunk84)
81
-- AMF Support REREGISTRATION_REQUIRED in dereg notify (#1858(https://github.com/open5gs/open5gs/pull/1858)) -- mitmitmitm(https://github.com/mitmitmitm)
82
-- SMF Support Security Indication IE for 5G-SA UP integrity and confidentiality(#1851(https://github.com/open5gs/open5gs/discussions/1851)) -- irazairspan(https://github.com/irazairspan)
83
-- DBI Disable Changes Streams with mongo Version (#1833(https://github.com/open5gs/open5gs/pull/1833)) -- jmasterfunk84(https://github.com/jmasterfunk84)
84
-- SBI Added 3gpp-Sbi-Sender-Timestamp and 3gpp-Sbi-Max-Rsp-Time -- 7c8722d(https://github.com/open5gs/open5gs/commit/7c8722d9d4d2db13d889be1e5e37bc062f069396)
85
-- MME Cancel Location while Idle (#1797(https://github.com/open5gs/open5gs/pull/1797)) -- jmasterfunk84(https://github.com/jmasterfunk84)
86
-- MME Support for Insert Subscriber Data (#1794(https://github.com/open5gs/open5gs/pull/1794)) -- jmasterfunk84(https://github.com/jmasterfunk84)
87
-
88
-#### Bug Fixes
89
-- SGW-C Fixed the bug of SGW-C session deletion (#1825(https://github.com/open5gs/open5gs/pull/1825)) -- dai9000(https://github.com/dai9000), cmmacneill53(https://github.com/cmmacneill53)
90
-- AMF Reject registration requests when pool for UE context is empty (#1828(https://github.com/open5gs/open5gs/pull/1828)) -- bmeglicit(https://github.com/bmeglicit)
91
-- AMF Increase size of TMSI pool (#1827(https://github.com/open5gs/open5gs/pull/1827)) -- bmeglicit(https://github.com/bmeglicit)
92
-- AMF/UDM Added support to subscribe to SDM changes (#1820(https://github.com/open5gs/open5gs/pull/1820)) -- bmeglicit(https://github.com/bmeglicit)
93
-- PFCP Do not check qos_flow in PFCP Report message (#1819(https://github.com/open5gs/open5gs/pull/1819)) -- ssafaorhan(https://github.com/ssafaorhan)
94
-- PFCP Fixed invalid message of Dropped DL Traffic threshold (#1817(https://github.com/open5gs/open5gs/pull/1817)) -- ssafaorhan(https://github.com/ssafaorhan)
95
-
96
-Download -- v2.5.2.tar.gz(https://github.com/open5gs/open5gs/archive/v2.5.2.tar.gz)
97
-{: .notice--info}
98
open5gs_2.5.3.1.5fd4f.dsc -> open5gs_2.5.4.dsc Changed
22
 
1
@@ -2,7 +2,7 @@
2
 Source: open5gs
3
 Binary: open5gs-common, open5gs-mme, open5gs-sgwc, open5gs-smf, open5gs-amf, open5gs-sgwu, open5gs-upf, open5gs-hss, open5gs-pcrf, open5gs-nrf, open5gs-scp, open5gs-ausf, open5gs-udm, open5gs-pcf, open5gs-nssf, open5gs-bsf, open5gs-udr, open5gs, open5gs-dbg
4
 Architecture: any
5
-Version: 2.5.3.1.5fd4f
6
+Version: 2.5.4
7
 Maintainer: Harald Welte <laforge@gnumonks.org>
8
 Uploaders: Sukchan Lee <acetcom@gmail.com>
9
 Homepage: https://open5gs.org
10
@@ -31,8 +31,8 @@
11
  open5gs-udr deb net optional arch=any
12
  open5gs-upf deb net optional arch=any
13
 Checksums-Sha1:
14
- 4fd459b4fc1342c9b14c36d039e6d37a5fdba62e 11489300 open5gs_2.5.3.1.5fd4f.tar.xz
15
+ 7eea8c97fd9cd7141d3e95b1bc5689eb1ed6ce64 11489036 open5gs_2.5.4.tar.xz
16
 Checksums-Sha256:
17
- a89aa585fa3772733c277ff7b596dfc24ef8bd6cbe9664f86ac91887d0a8b8a4 11489300 open5gs_2.5.3.1.5fd4f.tar.xz
18
+ 66cb3b6f55e96d37a63345f197fe207d66e47e2bb576b95161dc46d122ab6370 11489036 open5gs_2.5.4.tar.xz
19
 Files:
20
- 9ee33f0218de51546ef87c8f6146609a 11489300 open5gs_2.5.3.1.5fd4f.tar.xz
21
+ d5c050c2af671987ab819dc6839c46e0 11489036 open5gs_2.5.4.tar.xz
22
open5gs_2.5.3.1.5fd4f.tar.xz/.tarball-version -> open5gs_2.5.4.tar.xz/.tarball-version Changed
4
 
1
@@ -1 +1 @@
2
-2.5.3.1-5fd4f
3
+2.5.4
4
open5gs_2.5.3.1.5fd4f.tar.xz/debian/changelog -> open5gs_2.5.4.tar.xz/debian/changelog Changed
37
 
1
@@ -1,8 +1,32 @@
2
-open5gs (2.5.3.1.5fd4f) unstable; urgency=medium
3
+open5gs (2.5.4) unstable; urgency=medium
4
 
5
-  * Automatically generated changelog entry for building the Osmocom master feed
6
+  * New NF - SCP(Service Communication Proxy)
7
 
8
- -- Osmocom OBS scripts <info@osmocom.org>  Tue, 01 Nov 2022 12:05:44 +0000
9
+ -- Sukchan Lee <acetcom@gmail.com>  Tue, 01 Nov 2022 21:14:56 +0900
10
+
11
+open5gs (2.5.4~kinetic) kinetic; urgency=medium
12
+
13
+  * New NF - SCP(Service Communication Proxy)
14
+
15
+ -- Sukchan Lee <acetcom@gmail.com>  Tue, 01 Nov 2022 21:12:25 +0900
16
+
17
+open5gs (2.5.4~jammy) jammy; urgency=medium
18
+
19
+  * New NF - SCP(Service Communication Proxy)
20
+
21
+ -- Sukchan Lee <acetcom@gmail.com>  Tue, 01 Nov 2022 21:11:03 +0900
22
+
23
+open5gs (2.5.4~focal) focal; urgency=medium
24
+
25
+  * New NF - SCP(Service Communication Proxy)
26
+
27
+ -- Sukchan Lee <acetcom@gmail.com>  Tue, 01 Nov 2022 21:09:21 +0900
28
+
29
+open5gs (2.5.4~bionic) bionic; urgency=medium
30
+
31
+  * New NF - SCP(Service Communication Proxy)
32
+
33
+ -- Sukchan Lee <acetcom@gmail.com>  Tue, 01 Nov 2022 21:07:58 +0900
34
 
35
 open5gs (2.5.3) unstable; urgency=medium
36
 
37
open5gs_2.5.3.1.5fd4f.tar.xz/docker/README.md -> open5gs_2.5.4.tar.xz/docker/README.md Changed
30
 
1
@@ -80,19 +80,21 @@
2
 * Version Change
3
   
4
   ```
5
-  $ vi meson.build
6
-  $ ./misc/git-version-gen . > .tarball-version 2>/dev/null
7
-  ```
8
-
9
-* WebUI Version Change
10
-
11
-  ```
12
+  $ cat ./meson.build
13
   $ cat ./docker/webui/Dockerfile
14
   $ cat ./webui/package.json
15
   $ cat ./webui/package-lock.json
16
   $ cat ./docs/assets/webui/install
17
   ```
18
 
19
+* New NF
20
+  ```
21
+  $ cat debian/control
22
+  $ cat configs/systemd/open5gs-scpd.service.in
23
+  $ cat configs/logrotate/open5gs.in
24
+  $ cat configs/newsyslog/open5gs.conf.in
25
+  ```
26
+
27
 * Upload OpenBuildService
28
   
29
   ```
30
open5gs_2.5.3.1.5fd4f.tar.xz/docker/webui/Dockerfile -> open5gs_2.5.4.tar.xz/docker/webui/Dockerfile Changed
10
 
1
@@ -3,7 +3,7 @@
2
 MAINTAINER Sukchan Lee <acetcom@gmail.com>
3
 
4
 ARG PACKAGE=open5gs
5
-ARG VERSION=2.5.3
6
+ARG VERSION=2.5.4
7
 
8
 RUN set -e; \
9
     cd /usr/src; \
10
open5gs_2.5.4.tar.xz/docs/_posts/2022-11-01-release-v2.5.4.md Added
98
 
1
@@ -0,0 +1,96 @@
2
+---
3
+title: "v2.5.4 - SCP for Indirect Communication"
4
+date: 2022-11-01 21:07:00 +0900
5
+categories:
6
+  - Release
7
+tags:
8
+  - News
9
+  - Release
10
+head_inline: "<style> ul { padding-bottom: 1em; } .blue { color: blue; }</style>"
11
+---
12
+
13
+#### New Feature
14
+
15
+SCP(Service Communication Proxy) is added to support Indirect Communication based on TS29.500. The default Open5GS configuration is provided as an indirect communication using SCP.
16
+
17
+- amf.yaml If NFs are configured to use Delegated Discovery through the SCP, you do not need to set up NRF.
18
+
19
+```
20
+amf:
21
+    sbi:
22
+      - addr: 127.0.0.5
23
+        port: 7777
24
+
25
+scp:
26
+    sbi:
27
+      - addr: 127.0.1.10
28
+        port: 7777
29
+
30
+#nrf:
31
+#    sbi:
32
+#      - addr:
33
+#          - 127.0.0.10
34
+#          - ::1
35
+#        port: 7777
36
+```
37
+
38
+- scp.yaml NRF is needed for Delegated Discovery in SCP configuration.
39
+
40
+```
41
+scp:
42
+    sbi:
43
+      - addr: 127.0.1.10
44
+        port: 7777
45
+
46
+#
47
+# next_scp:
48
+#    sbi:
49
+#      addr: 127.0.1.11
50
+#      port: 7777
51
+#
52
+
53
+nrf:
54
+    sbi:
55
+      - addr:
56
+          - 127.0.0.10
57
+          - ::1
58
+        port: 7777
59
+```
60
+
61
+- nrf.yaml If there is an SCP in the NRF configuration, a notification(nnrf-nfm/nf-status-notify) is sent through an indirect communication.
62
+
63
+```
64
+nrf:
65
+    sbi:
66
+      addr:
67
+        - 127.0.0.10
68
+        - ::1
69
+      port: 7777
70
+
71
+scp:
72
+    sbi:
73
+      - addr: 127.0.1.10
74
+        port: 7777
75
+```
76
+
77
+
78
+#### Enhancements
79
+- WebUI/DB Fixed the WebUI to Support MongoDB 6.0 (#1824(https://github.com/open5gs/open5gs/issues/1824)) -- bmeglicit(https://github.com/bmeglicit)
80
+- NAS Discard NAS message if integrity is failed (#1848(https://github.com/open5gs/open5gs/pull/1848)) -- jmasterfunk84(https://github.com/jmasterfunk84)
81
+- AMF Support REREGISTRATION_REQUIRED in dereg notify (#1858(https://github.com/open5gs/open5gs/pull/1858)) -- mitmitmitm(https://github.com/mitmitmitm)
82
+- SMF Support Security Indication IE for 5G-SA UP integrity and confidentiality(#1851(https://github.com/open5gs/open5gs/discussions/1851)) -- irazairspan(https://github.com/irazairspan)
83
+- DBI Disable Changes Streams with mongo Version (#1833(https://github.com/open5gs/open5gs/pull/1833)) -- jmasterfunk84(https://github.com/jmasterfunk84)
84
+- SBI Added 3gpp-Sbi-Sender-Timestamp and 3gpp-Sbi-Max-Rsp-Time -- 7c8722d(https://github.com/open5gs/open5gs/commit/7c8722d9d4d2db13d889be1e5e37bc062f069396)
85
+- MME Cancel Location while Idle (#1797(https://github.com/open5gs/open5gs/pull/1797)) -- jmasterfunk84(https://github.com/jmasterfunk84)
86
+- MME Support for Insert Subscriber Data (#1794(https://github.com/open5gs/open5gs/pull/1794)) -- jmasterfunk84(https://github.com/jmasterfunk84)
87
+
88
+#### Bug Fixes
89
+- SGW-C Fixed the bug of SGW-C session deletion (#1825(https://github.com/open5gs/open5gs/pull/1825)) -- dai9000(https://github.com/dai9000), cmmacneill53(https://github.com/cmmacneill53)
90
+- AMF Reject registration requests when pool for UE context is empty (#1828(https://github.com/open5gs/open5gs/pull/1828)) -- bmeglicit(https://github.com/bmeglicit)
91
+- AMF Increase size of TMSI pool (#1827(https://github.com/open5gs/open5gs/pull/1827)) -- bmeglicit(https://github.com/bmeglicit)
92
+- AMF/UDM Added support to subscribe to SDM changes (#1820(https://github.com/open5gs/open5gs/pull/1820)) -- bmeglicit(https://github.com/bmeglicit)
93
+- PFCP Do not check qos_flow in PFCP Report message (#1819(https://github.com/open5gs/open5gs/pull/1819)) -- ssafaorhan(https://github.com/ssafaorhan)
94
+- PFCP Fixed invalid message of Dropped DL Traffic threshold (#1817(https://github.com/open5gs/open5gs/pull/1817)) -- ssafaorhan(https://github.com/ssafaorhan)
95
+
96
+Download -- v2.5.4.tar.gz(https://github.com/open5gs/open5gs/archive/v2.5.4.tar.gz)
97
+{: .notice--info}
98
open5gs_2.5.3.1.5fd4f.tar.xz/docs/assets/webui/install -> open5gs_2.5.4.tar.xz/docs/assets/webui/install Changed
10
 
1
@@ -10,7 +10,7 @@
2
 #
3
 
4
 PACKAGE="open5gs"
5
-VERSION="2.5.3"
6
+VERSION="2.5.4"
7
 
8
 print_status() {
9
     echo
10
open5gs_2.5.3.1.5fd4f.tar.xz/meson.build -> open5gs_2.5.4.tar.xz/meson.build Changed
19
 
1
@@ -16,7 +16,7 @@
2
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
3
 
4
 project('open5gs', 'c', 'cpp',
5
-    version : '2.5.3',
6
+    version : '2.5.4',
7
     license : 'AGPL-3.0-or-later',
8
     meson_version : '>= 0.43.0',
9
     default_options : 
10
@@ -24,7 +24,7 @@
11
     ,
12
 )
13
 
14
-libogslib_version = '2.5.3'
15
+libogslib_version = '2.5.4'
16
 
17
 prefix = get_option('prefix')
18
 bindir = join_paths(prefix, get_option('bindir'))
19
open5gs_2.5.3.1.5fd4f.tar.xz/webui/package-lock.json -> open5gs_2.5.4.tar.xz/webui/package-lock.json Changed
16
 
1
@@ -1,12 +1,12 @@
2
 {
3
   "name": "open5gs",
4
-  "version": "2.5.3",
5
+  "version": "2.5.4",
6
   "lockfileVersion": 2,
7
   "requires": true,
8
   "packages": {
9
     "": {
10
       "name": "open5gs",
11
-      "version": "2.5.3",
12
+      "version": "2.5.4",
13
       "license": "AGPL-3.0",
14
       "dependencies": {
15
         "axios": "^0.27.2",
16
open5gs_2.5.3.1.5fd4f.tar.xz/webui/package.json -> open5gs_2.5.4.tar.xz/webui/package.json Changed
9
 
1
@@ -1,6 +1,6 @@
2
 {
3
   "name": "open5gs",
4
-  "version": "2.5.3",
5
+  "version": "2.5.4",
6
   "description": "Open5gs",
7
   "main": "index.js",
8
   "repository": "https://github.com/open5gs/open5gs/webui",
9