Changes of Revision 127

open5gs_2.5.1.2.243b.202210300002.tar.xz/docs/_posts/2022-10-29-release-v2.5.1.md Deleted
x
 
1
@@ -1,95 +0,0 @@
2
----
3
-title: "v2.5.1 - SCP for Indirect Communication"
4
-date: 2022-10-29 12:42: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
-- AMF Support REREGISTRATION_REQUIRED in dereg notify (#1858(https://github.com/open5gs/open5gs/pull/1858)) -- mitmitmitm(https://github.com/mitmitmitm)
81
-- 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)
82
-- DBI Disable Changes Streams with mongo Version (#1833(https://github.com/open5gs/open5gs/pull/1833)) -- jmasterfunk84(https://github.com/jmasterfunk84)
83
-- SBI Added 3gpp-Sbi-Sender-Timestamp and 3gpp-Sbi-Max-Rsp-Time -- 7c8722d(https://github.com/open5gs/open5gs/commit/7c8722d9d4d2db13d889be1e5e37bc062f069396)
84
-- MME Cancel Location while Idle (#1797(https://github.com/open5gs/open5gs/pull/1797)) -- jmasterfunk84(https://github.com/jmasterfunk84)
85
-- MME Support for Insert Subscriber Data (#1794(https://github.com/open5gs/open5gs/pull/1794)) -- jmasterfunk84(https://github.com/jmasterfunk84)
86
-
87
-#### Bug Fixes
88
-- 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)
89
-- AMF Reject registration requests when pool for UE context is empty (#1828(https://github.com/open5gs/open5gs/pull/1828)) -- bmeglicit(https://github.com/bmeglicit)
90
-- AMF Increase size of TMSI pool (#1827(https://github.com/open5gs/open5gs/pull/1827)) -- bmeglicit(https://github.com/bmeglicit)
91
-- AMF/UDM Added support to subscribe to SDM changes (#1820(https://github.com/open5gs/open5gs/pull/1820)) -- bmeglicit(https://github.com/bmeglicit)
92
-- PFCP Do not check qos_flow in PFCP Report message (#1819(https://github.com/open5gs/open5gs/pull/1819)) -- ssafaorhan(https://github.com/ssafaorhan)
93
-- PFCP Fixed invalid message of Dropped DL Traffic threshold (#1817(https://github.com/open5gs/open5gs/pull/1817)) -- ssafaorhan(https://github.com/ssafaorhan)
94
-
95
-Download -- v2.5.1.tar.gz(https://github.com/open5gs/open5gs/archive/v2.5.1.tar.gz)
96
-{: .notice--info}
97
open5gs_2.5.1.2.243b.202210300002.dsc -> open5gs_2.5.3.202210310002.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.1.2.243b.202210300002
6
+Version: 2.5.3.202210310002
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
- 21b24f55633d4299e180aabc02464d61a0d25349 11489840 open5gs_2.5.1.2.243b.202210300002.tar.xz
15
+ c1d897b0981f54ec976b9c7342345c4efd878a52 11489520 open5gs_2.5.3.202210310002.tar.xz
16
 Checksums-Sha256:
17
- 77c84b5fa54abdbddb0eab512f9ac3b41f948f79a7a5db755491818b61e8763c 11489840 open5gs_2.5.1.2.243b.202210300002.tar.xz
18
+ 4cdba9f1ec97db943272da3666eeebebe42fa941613ef97126e602b926404405 11489520 open5gs_2.5.3.202210310002.tar.xz
19
 Files:
20
- 40ee04ea3315d7f42f282e97fd86eb9d 11489840 open5gs_2.5.1.2.243b.202210300002.tar.xz
21
+ 0da5ebd6ad5362b685b1fe7f35224f40 11489520 open5gs_2.5.3.202210310002.tar.xz
22
open5gs_2.5.1.2.243b.202210300002.tar.xz/.tarball-version -> open5gs_2.5.3.202210310002.tar.xz/.tarball-version Changed
4
 
1
@@ -1 +1 @@
2
-2.5.1.2-243b.202210300002
3
+2.5.3.202210310002
4
open5gs_2.5.1.2.243b.202210300002.tar.xz/configs/logrotate/open5gs.in -> open5gs_2.5.3.202210310002.tar.xz/configs/logrotate/open5gs.in Changed
10
 
1
@@ -7,7 +7,7 @@
2
     create 640 open5gs open5gs
3
 
4
     postrotate
5
-        for i in nrfd pcrfd hssd ausfd udmd udrd upfd sgwcd sgwud smfd mmed amfd; do
6
+        for i in nrfd scpd pcrfd hssd ausfd udmd udrd upfd sgwcd sgwud smfd mmed amfd; do
7
             systemctl reload open5gs-$i
8
         done
9
     endscript
10
open5gs_2.5.1.2.243b.202210300002.tar.xz/configs/newsyslog/open5gs.conf.in -> open5gs_2.5.3.202210310002.tar.xz/configs/newsyslog/open5gs.conf.in Changed
9
 
1
@@ -2,6 +2,7 @@
2
 #
3
 # logfilename                         owner:group mode count size  when  flags /pid_file        sig_num
4
 @localstatedir@/log/open5gs/nrf.log               644  14    *     $D0   GZ    @localstatedir@/run/open5gs-nrfd/pid`
5
+@localstatedir@/log/open5gs/scp.log               644  14    *     $D0   GZ    @localstatedir@/run/open5gs-scpd/pid`
6
 @localstatedir@/log/open5gs/pcrf.log               644  14    *     $D0   GZ    @localstatedir@/run/open5gs-pcrfd/pid`
7
 @localstatedir@/log/open5gs/hss.log               644  14    *     $D0   GZ    @localstatedir@/run/open5gs-hssd/pid`
8
 @localstatedir@/log/open5gs/ausf.log               644  14    *     $D0   GZ    @localstatedir@/run/open5gs-ausfd/pid`
9
open5gs_2.5.1.2.243b.202210300002.tar.xz/configs/systemd/open5gs-scpd.service.in -> open5gs_2.5.3.202210310002.tar.xz/configs/systemd/open5gs-scpd.service.in Changed
10
 
1
@@ -9,7 +9,7 @@
2
 Group=open5gs
3
 
4
 Restart=always
5
-ExecStart=@bindir@/open5gs-nrfd -c @sysconfdir@/open5gs/nrf.yaml
6
+ExecStart=@bindir@/open5gs-scpd -c @sysconfdir@/open5gs/scp.yaml
7
 RestartSec=2
8
 RestartPreventExitStatus=1
9
 ExecReload=/bin/kill -HUP $MAINPID
10
open5gs_2.5.1.2.243b.202210300002.tar.xz/debian/changelog -> open5gs_2.5.3.202210310002.tar.xz/debian/changelog Changed
72
 
1
@@ -1,8 +1,68 @@
2
-open5gs (2.5.1.2.243b.202210300002) unstable; urgency=medium
3
+open5gs (2.5.3.202210310002) unstable; urgency=medium
4
 
5
   * Automatically generated changelog entry for building the Osmocom nightly feed
6
 
7
- -- Osmocom OBS scripts <info@osmocom.org>  Sun, 30 Oct 2022 00:04:28 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org>  Mon, 31 Oct 2022 00:04:42 +0000
9
+
10
+open5gs (2.5.3) unstable; urgency=medium
11
+
12
+  * New NF - SCP(Service Communication Proxy)
13
+
14
+ -- Sukchan Lee <acetcom@gmail.com>  Mon, 31 Oct 2022 07:25:06 +0900
15
+
16
+open5gs (2.5.3~kinetic) kinetic; urgency=medium
17
+
18
+  * New NF - SCP(Service Communication Proxy)
19
+
20
+ -- Sukchan Lee <acetcom@gmail.com>  Mon, 31 Oct 2022 07:23:45 +0900
21
+
22
+open5gs (2.5.3~jammy) jammy; urgency=medium
23
+
24
+  * New NF - SCP(Service Communication Proxy)
25
+
26
+ -- Sukchan Lee <acetcom@gmail.com>  Mon, 31 Oct 2022 07:22:25 +0900
27
+
28
+open5gs (2.5.3~focal) focal; urgency=medium
29
+
30
+  * New NF - SCP(Service Communication Proxy)
31
+
32
+ -- Sukchan Lee <acetcom@gmail.com>  Mon, 31 Oct 2022 07:20:57 +0900
33
+
34
+open5gs (2.5.3~bionic) bionic; urgency=medium
35
+
36
+  * New NF - SCP(Service Communication Proxy)
37
+
38
+ -- Sukchan Lee <acetcom@gmail.com>  Mon, 31 Oct 2022 07:19:26 +0900
39
+
40
+open5gs (2.5.2) unstable; urgency=medium
41
+
42
+  * New NF - SCP(Service Communication Proxy)
43
+
44
+ -- Sukchan Lee <acetcom@gmail.com>  Sun, 30 Oct 2022 14:18:50 +0900
45
+
46
+open5gs (2.5.2~kinetic) kinetic; urgency=medium
47
+
48
+  * New NF - SCP(Service Communication Proxy)
49
+
50
+ -- Sukchan Lee <acetcom@gmail.com>  Sun, 30 Oct 2022 14:15:19 +0900
51
+
52
+open5gs (2.5.2~jammy) jammy; urgency=medium
53
+
54
+  * New NF - SCP(Service Communication Proxy)
55
+
56
+ -- Sukchan Lee <acetcom@gmail.com>  Sun, 30 Oct 2022 14:13:53 +0900
57
+
58
+open5gs (2.5.2~focal) focal; urgency=medium
59
+
60
+  * New NF - SCP(Service Communication Proxy)
61
+
62
+ -- Sukchan Lee <acetcom@gmail.com>  Sun, 30 Oct 2022 14:12:34 +0900
63
+
64
+open5gs (2.5.2~bionic) bionic; urgency=medium
65
+
66
+  * New NF - SCP(Service Communication Proxy)
67
+
68
+ -- Sukchan Lee <acetcom@gmail.com>  Sun, 30 Oct 2022 14:11:04 +0900
69
 
70
 open5gs (2.5.1) unstable; urgency=medium
71
 
72
open5gs_2.5.1.2.243b.202210300002.tar.xz/docker/webui/Dockerfile -> open5gs_2.5.3.202210310002.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.1
6
+ARG VERSION=2.5.3
7
 
8
 RUN set -e; \
9
     cd /usr/src; \
10
open5gs_2.5.3.202210310002.tar.xz/docs/_posts/2022-10-31-release-v2.5.3.md Added
98
 
1
@@ -0,0 +1,96 @@
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.1.2.243b.202210300002.tar.xz/docs/assets/webui/install -> open5gs_2.5.3.202210310002.tar.xz/docs/assets/webui/install Changed
10
 
1
@@ -10,7 +10,7 @@
2
 #
3
 
4
 PACKAGE="open5gs"
5
-VERSION="2.5.1"
6
+VERSION="2.5.3"
7
 
8
 print_status() {
9
     echo
10
open5gs_2.5.1.2.243b.202210300002.tar.xz/lib/sbi/nf-sm.c -> open5gs_2.5.3.202210310002.tar.xz/lib/sbi/nf-sm.c Changed
14
 
1
@@ -301,8 +301,10 @@
2
             break;
3
 
4
         case OGS_TIMER_NF_INSTANCE_NO_HEARTBEAT:
5
-            ogs_error("%s No heartbeat",
6
-                    NF_INSTANCE_ID(ogs_sbi_self()->nf_instance));
7
+            ogs_error("%s:%s No heartbeat",
8
+                    NF_INSTANCE_ID(ogs_sbi_self()->nf_instance),
9
+                    OpenAPI_nf_type_ToString(
10
+                        NF_INSTANCE_TYPE(ogs_sbi_self()->nf_instance)));
11
             OGS_FSM_TRAN(s, &ogs_sbi_nf_state_will_register);
12
             break;
13
 
14
open5gs_2.5.1.2.243b.202210300002.tar.xz/meson.build -> open5gs_2.5.3.202210310002.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.1',
6
+    version : '2.5.3',
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.1'
15
+libogslib_version = '2.5.3'
16
 
17
 prefix = get_option('prefix')
18
 bindir = join_paths(prefix, get_option('bindir'))
19
open5gs_2.5.1.2.243b.202210300002.tar.xz/src/scp/sbi-path.c -> open5gs_2.5.3.202210310002.tar.xz/src/scp/sbi-path.c Changed
18
 
1
@@ -379,7 +379,7 @@
2
 
3
                 v_start = v_end = NULL;
4
 
5
-                while (*p++) {
6
+                while (*p) {
7
                     if (*p == ';') {
8
                         if ((v_start && v_end) || !v_start) {
9
                             p++;
10
@@ -389,6 +389,7 @@
11
                         if (!v_start) v_start = p+1;
12
                         else if (!v_end) v_end = p;
13
                     }
14
+                    p++;
15
                 }
16
 
17
                 if (v_start && v_end) {
18
open5gs_2.5.1.2.243b.202210300002.tar.xz/tests/core/poll-test.c -> open5gs_2.5.3.202210310002.tar.xz/tests/core/poll-test.c Changed
10
 
1
@@ -22,7 +22,7 @@
2
 
3
 #define DATASTR "This is a test"
4
 #define STRLEN 8092
5
-#define PORT 7777
6
+#define PORT 47777
7
 #define NUM 100
8
 
9
 #ifndef AI_PASSIVE
10
open5gs_2.5.1.2.243b.202210300002.tar.xz/tests/core/socket-test.c -> open5gs_2.5.3.202210310002.tar.xz/tests/core/socket-test.c Changed
12
 
1
@@ -22,8 +22,8 @@
2
 
3
 #define DATASTR "This is a test"
4
 #define STRLEN 8092
5
-#define PORT 7777
6
-#define PORT2 7778
7
+#define PORT 47777
8
+#define PORT2 47778
9
 
10
 #ifndef AI_PASSIVE
11
 #define AI_PASSIVE 1
12
open5gs_2.5.1.2.243b.202210300002.tar.xz/webui/package-lock.json -> open5gs_2.5.3.202210310002.tar.xz/webui/package-lock.json Changed
16
 
1
@@ -1,12 +1,12 @@
2
 {
3
   "name": "open5gs",
4
-  "version": "2.5.1",
5
+  "version": "2.5.3",
6
   "lockfileVersion": 2,
7
   "requires": true,
8
   "packages": {
9
     "": {
10
       "name": "open5gs",
11
-      "version": "2.5.1",
12
+      "version": "2.5.3",
13
       "license": "AGPL-3.0",
14
       "dependencies": {
15
         "axios": "^0.27.2",
16
open5gs_2.5.1.2.243b.202210300002.tar.xz/webui/package.json -> open5gs_2.5.3.202210310002.tar.xz/webui/package.json Changed
9
 
1
@@ -1,6 +1,6 @@
2
 {
3
   "name": "open5gs",
4
-  "version": "2.5.1",
5
+  "version": "2.5.3",
6
   "description": "Open5gs",
7
   "main": "index.js",
8
   "repository": "https://github.com/open5gs/open5gs/webui",
9