Changes of Revision 36
commit_9a7b75eb3bce995cffefd17be69e9a3057d21dbc.txt
Deleted
commit_e9db0b0889569afe5efc822e5e47cf2de5049a14.txt
Added
open5gs_2.5.2.tar.xz/docs/_posts/2022-10-30-release-v2.5.2.md
Deleted
x
1
2
----
3
-title: "v2.5.2 - 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
-- 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.2.dsc -> open5gs_2.5.3.dsc
Changed
22
1
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.2
6
+Version: 2.5.3
7
Maintainer: Harald Welte <laforge@gnumonks.org>
8
Uploaders: Sukchan Lee <acetcom@gmail.com>
9
Homepage: https://open5gs.org
10
11
open5gs-udr deb net optional arch=any
12
open5gs-upf deb net optional arch=any
13
Checksums-Sha1:
14
- 56841cb481cb2b365107615f7d6842afd012e501 11488844 open5gs_2.5.2.tar.xz
15
+ fe7094b8aa8cffcb542434f24e6e5b0512f73743 11489140 open5gs_2.5.3.tar.xz
16
Checksums-Sha256:
17
- 5c156366229b918cc386274784afd288952b3d821af3bc18d33bf9eccdf11228 11488844 open5gs_2.5.2.tar.xz
18
+ 9708b442e700b18e633a886fd350f80eab024c7726fcae56d0d56ca192dc7443 11489140 open5gs_2.5.3.tar.xz
19
Files:
20
- db0e72303e002cb9a33ed731777159d9 11488844 open5gs_2.5.2.tar.xz
21
+ 454edc0994b134140320fd3dc41f0639 11489140 open5gs_2.5.3.tar.xz
22
open5gs_2.5.2.tar.xz/.tarball-version -> open5gs_2.5.3.tar.xz/.tarball-version
Changed
4
1
2
-2.5.2
3
+2.5.3
4
open5gs_2.5.2.tar.xz/configs/logrotate/open5gs.in -> open5gs_2.5.3.tar.xz/configs/logrotate/open5gs.in
Changed
10
1
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.2.tar.xz/configs/newsyslog/open5gs.conf.in -> open5gs_2.5.3.tar.xz/configs/newsyslog/open5gs.conf.in
Changed
9
1
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.2.tar.xz/configs/systemd/open5gs-scpd.service.in -> open5gs_2.5.3.tar.xz/configs/systemd/open5gs-scpd.service.in
Changed
10
1
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.2.tar.xz/debian/changelog -> open5gs_2.5.3.tar.xz/debian/changelog
Changed
35
1
2
+open5gs (2.5.3) unstable; urgency=medium
3
+
4
+ * New NF - SCP(Service Communication Proxy)
5
+
6
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 31 Oct 2022 07:25:06 +0900
7
+
8
+open5gs (2.5.3~kinetic) kinetic; urgency=medium
9
+
10
+ * New NF - SCP(Service Communication Proxy)
11
+
12
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 31 Oct 2022 07:23:45 +0900
13
+
14
+open5gs (2.5.3~jammy) jammy; urgency=medium
15
+
16
+ * New NF - SCP(Service Communication Proxy)
17
+
18
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 31 Oct 2022 07:22:25 +0900
19
+
20
+open5gs (2.5.3~focal) focal; urgency=medium
21
+
22
+ * New NF - SCP(Service Communication Proxy)
23
+
24
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 31 Oct 2022 07:20:57 +0900
25
+
26
+open5gs (2.5.3~bionic) bionic; urgency=medium
27
+
28
+ * New NF - SCP(Service Communication Proxy)
29
+
30
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 31 Oct 2022 07:19:26 +0900
31
+
32
open5gs (2.5.2) unstable; urgency=medium
33
34
* New NF - SCP(Service Communication Proxy)
35
open5gs_2.5.2.tar.xz/docker/webui/Dockerfile -> open5gs_2.5.3.tar.xz/docker/webui/Dockerfile
Changed
10
1
2
MAINTAINER Sukchan Lee <acetcom@gmail.com>
3
4
ARG PACKAGE=open5gs
5
-ARG VERSION=2.5.2
6
+ARG VERSION=2.5.3
7
8
RUN set -e; \
9
cd /usr/src; \
10
open5gs_2.5.3.tar.xz/docs/_posts/2022-10-31-release-v2.5.3.md
Added
98
1
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.2.tar.xz/docs/assets/webui/install -> open5gs_2.5.3.tar.xz/docs/assets/webui/install
Changed
10
1
2
#
3
4
PACKAGE="open5gs"
5
-VERSION="2.5.2"
6
+VERSION="2.5.3"
7
8
print_status() {
9
echo
10
open5gs_2.5.2.tar.xz/meson.build -> open5gs_2.5.3.tar.xz/meson.build
Changed
19
1
2
# along with this program. If not, see <https://www.gnu.org/licenses/>.
3
4
project('open5gs', 'c', 'cpp',
5
- version : '2.5.2',
6
+ version : '2.5.3',
7
license : 'AGPL-3.0-or-later',
8
meson_version : '>= 0.43.0',
9
default_options :
10
11
,
12
)
13
14
-libogslib_version = '2.5.2'
15
+libogslib_version = '2.5.3'
16
17
prefix = get_option('prefix')
18
bindir = join_paths(prefix, get_option('bindir'))
19
open5gs_2.5.2.tar.xz/webui/package-lock.json -> open5gs_2.5.3.tar.xz/webui/package-lock.json
Changed
16
1
2
{
3
"name": "open5gs",
4
- "version": "2.5.2",
5
+ "version": "2.5.3",
6
"lockfileVersion": 2,
7
"requires": true,
8
"packages": {
9
"": {
10
"name": "open5gs",
11
- "version": "2.5.2",
12
+ "version": "2.5.3",
13
"license": "AGPL-3.0",
14
"dependencies": {
15
"axios": "^0.27.2",
16
open5gs_2.5.2.tar.xz/webui/package.json -> open5gs_2.5.3.tar.xz/webui/package.json
Changed
9
1
2
{
3
"name": "open5gs",
4
- "version": "2.5.2",
5
+ "version": "2.5.3",
6
"description": "Open5gs",
7
"main": "index.js",
8
"repository": "https://github.com/open5gs/open5gs/webui",
9