We truncated the diff of some files because they were too big.
If you want to see the full diff for every file, click here.
Changes of Revision 468
open5gs_2.6.4.109.d54a2.202310012026.dsc -> open5gs_2.6.5.2.309a6.202310022026.dsc
Changed
x
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.6.4.109.d54a2.202310012026
6
+Version: 2.6.5.2.309a6.202310022026
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
- 766394e1cb44e60c9c1895c84e5a1dde55a9ef8b 14396384 open5gs_2.6.4.109.d54a2.202310012026.tar.xz
15
+ 70d8580f0efd88051b9453bba62730349753f201 14419816 open5gs_2.6.5.2.309a6.202310022026.tar.xz
16
Checksums-Sha256:
17
- 269c2016451fea4c5d5328dcee6e952b37c7789f058db67603a05ab01cdb7da6 14396384 open5gs_2.6.4.109.d54a2.202310012026.tar.xz
18
+ c9882c2f5e3181cda708ed0c5fc6799f6a82fe6c1b9fa7089b7259d7e87964d0 14419816 open5gs_2.6.5.2.309a6.202310022026.tar.xz
19
Files:
20
- 3ef7929199973df6c524e71779b5533d 14396384 open5gs_2.6.4.109.d54a2.202310012026.tar.xz
21
+ 5427d54dab4549903ce48cc843ec5339 14419816 open5gs_2.6.5.2.309a6.202310022026.tar.xz
22
open5gs_2.6.4.109.d54a2.202310012026.tar.xz/.tarball-version -> open5gs_2.6.5.2.309a6.202310022026.tar.xz/.tarball-version
Changed
4
1
2
-2.6.4.109-d54a2.202310012026
3
+2.6.5.2-309a6.202310022026
4
open5gs_2.6.4.109.d54a2.202310012026.tar.xz/debian/changelog -> open5gs_2.6.5.2.309a6.202310022026.tar.xz/debian/changelog
Changed
42
1
2
-open5gs (2.6.4.109.d54a2.202310012026) unstable; urgency=medium
3
+open5gs (2.6.5.2.309a6.202310022026) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom nightly feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Sun, 01 Oct 2023 20:27:51 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Mon, 02 Oct 2023 20:27:50 +0000
9
+
10
+open5gs (2.6.5) unstable; urgency=medium
11
+
12
+ * Bug Fixes
13
+
14
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 02 Oct 2023 19:59:36 +0900
15
+
16
+open5gs (2.6.5~lunar) lunar; urgency=medium
17
+
18
+ * Bug Fixes
19
+
20
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 02 Oct 2023 19:56:38 +0900
21
+
22
+open5gs (2.6.5~jammy) jammy; urgency=medium
23
+
24
+ * Bug Fixes
25
+
26
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 02 Oct 2023 19:53:19 +0900
27
+
28
+open5gs (2.6.5~focal) focal; urgency=medium
29
+
30
+ * Bug Fixes
31
+
32
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 02 Oct 2023 19:51:35 +0900
33
+
34
+open5gs (2.6.5~bionic) bionic; urgency=medium
35
+
36
+ * Bug Fixes
37
+
38
+ -- Sukchan Lee <acetcom@gmail.com> Mon, 02 Oct 2023 19:48:37 +0900
39
40
open5gs (2.6.4) unstable; urgency=medium
41
42
open5gs_2.6.4.109.d54a2.202310012026.tar.xz/docs/_docs/tutorial/05-roaming.md -> open5gs_2.6.5.2.309a6.202310022026.tar.xz/docs/_docs/tutorial/05-roaming.md
Changed
201
1
2
3
#### Build & Install
4
5
-We'll start with the `roaming-tier2` branch from now on.
6
+We'll start with the `roaming-tier3` branch from now on.
7
```
8
$ git clone https://github.com/open5gs/open5gs
9
$ cd open5gs
10
-$ git checkout roaming-tier2
11
+$ git checkout roaming-tier3
12
$ meson build --prefix=`pwd`/install
13
$ ninja -C build install
14
```
15
16
For routing to Home PLMN, NRF, AUSF and UDM address in H-PLMN shall use FQDN format, so please edit the /etc/hosts file as follows.
17
18
```diff
19
-$ diff -u hosts /etc/hosts
20
---- hosts 2023-07-09 17:26:50.775626909 +0900
21
-+++ /etc/hosts 2023-07-09 17:27:14.941277632 +0900
22
-@@ -1,6 +1,13 @@
23
-127.0.0.1 localhost
24
-127.0.1.1 open5gs
25
-
26
-+127.0.3.10 nrf.5gc.mnc001.mcc001.3gppnetwork.org
27
-+127.0.3.11 ausf.5gc.mnc001.mcc001.3gppnetwork.org
28
-+127.0.3.12 udm.5gc.mnc001.mcc001.3gppnetwork.org
29
+$ diff -u hosts.old hosts.new
30
+--- hosts.old 2023-10-02 11:58:54.261154726 +0900
31
++++ hosts.new 2023-10-02 11:59:02.868771248 +0900
32
+@@ -1,6 +1,18 @@
33
+ 127.0.0.1 localhost
34
+ 127.0.1.1 open5gs
35
+
36
++127.0.1.10 nrf.5gc.mnc070.mcc999.3gppnetwork.org
37
++127.0.1.11 ausf.5gc.mnc070.mcc999.3gppnetwork.org
38
++127.0.1.12 udm.5gc.mnc070.mcc999.3gppnetwork.org
39
+
40
-+127.0.1.15 sepp1.localdomain
41
-+127.0.2.15 sepp2.localdomain
42
++127.0.2.10 nrf.5gc.mnc001.mcc001.3gppnetwork.org
43
++127.0.2.11 ausf.5gc.mnc001.mcc001.3gppnetwork.org
44
++127.0.2.12 udm.5gc.mnc001.mcc001.3gppnetwork.org
45
+
46
-# The following lines are desirable for IPv6 capable hosts
47
-::1 ip6-localhost ip6-loopback
48
-fe00::0 ip6-localnet
49
++127.0.3.10 nrf.5gc.mnc010.mcc315.3gppnetwork.org
50
++127.0.3.11 ausf.5gc.mnc010.mcc315.3gppnetwork.org
51
++127.0.3.12 udm.5gc.mnc010.mcc315.3gppnetwork.org
52
++
53
+ # The following lines are desirable for IPv6 capable hosts
54
+ ::1 ip6-localhost ip6-loopback
55
+ fe00::0 ip6-localnet
56
```
57
58
-Note that we are using 5gc.mnc010.mcc001.3gppnetwork.org for our home network domain for NRF, AUSF and UDM. However, SEPP can be routed without following this home network domain naming, so sepp.localdomain is used for convenience.
59
60
#### Running V-PLMN 5G Core and H-PLMN 5G Core in the Single Host
61
62
-H-PLMN 5G Core requires root privileges as it uses reserved ports such as http(80) or https(443).
63
+5G Core requires root privileges as it uses reserved ports such as http(80) or https(443).
64
65
```
66
-$ sudo ./build/tests/app/5gc -c ./build/configs/examples/roaming-lbo-hplmn.yaml
67
-Open5GS daemon v2.6.4-15-gab42065
68
+$ sudo ./build/tests/app/5gc -c ./build/configs/examples/5gc-sepp1-999-70.yaml
69
+$ sudo ./build/tests/app/5gc -c ./build/configs/examples/5gc-sepp2-001-01.yaml
70
+$ sudo ./build/tests/app/5gc -c ./build/configs/examples/5gc-sepp3-315-010.yaml
71
```
72
73
-Since V-PLMN Core uses port 7777, it can be run without root privileges.
74
+Performs a test of UE access while roaming subscribed to H-PLMN.
75
```
76
-$ ./build/tests/app/5gc -c ./build/configs/examples/roaming-lbo-vplmn.yaml
77
-Open5GS daemon v2.6.4-15-gab42065
78
+$ ./build/tests/registration/registration -c ./build/configs/examples/gnb-999-70-ue-001-01.yaml simple-test
79
+$ ./build/tests/registration/registration -c ./build/configs/examples/gnb-999-70-ue-315-010.yaml simple-test
80
+$ ./build/tests/registration/registration -c ./build/configs/examples/gnb-001-01-ue-999-70.yaml simple-test
81
+$ ./build/tests/registration/registration -c ./build/configs/examples/gnb-001-01-ue-315-010.yaml simple-test
82
+$ ./build/tests/registration/registration -c ./build/configs/examples/gnb-315-010-ue-999-70.yaml simple-test
83
+$ ./build/tests/registration/registration -c ./build/configs/examples/gnb-315-010-ue-001-01.yaml simple-test
84
```
85
86
-Performs a test of UE access while roaming subscribed to H-PLMN.
87
+You can see the sample traffic. -- 5g-roaming-lbo.pcapng({{ site.url }}{{ site.baseurl }}/assets/pcapng/5g_roaming_lbo.pcapng).
88
+
89
+
90
+## 2. Roaming Deployment
91
+
92
+### VM and Subscriber Information
93
+
94
+Each VMs are as follows.
95
+
96
+- VM1
97
```
98
-./build/tests/registration/registration -c ./build/configs/examples/001-01.yaml simple-test
99
+Hostname: sepp1.localdomain
100
+PLMN-ID: MNC(999), MNC(70)
101
+IP Address: 10.10.1.5
102
+N32-c: 10.10.1.251
103
+N32-c: 10.10.1.252
104
```
105
106
-A UE subscribed to V-PLMN connects without roaming.
107
+- VM2
108
```
109
-./build/tests/registration/registration -c ./build/configs/examples/999-01.yaml simple-test
110
+Hostname: sepp2.localdomain
111
+PLMN-ID: MNC(001), MNC(01)
112
+IP Address: 10.10.2.5
113
+N32-c: 10.10.2.251
114
+N32-c: 10.10.2.252
115
```
116
117
-## 2. Roaming Deployment
118
+- VM3
119
+```
120
+Hostname: sepp3.localdomain
121
+PLMN-ID: MNC(003), MNC(03)
122
+IP Address: 10.10.3.5
123
+N32-c: 10.10.3.251
124
+N32-c: 10.10.3.252
125
+```
126
127
-#### vNRF and hNRF
128
-We plan to use 001-01 for the Home PLMN and 999-70 for the Visited PLMN. To do so, serving PLMN ID shall be set in the NRF. NF PLMN ID is configured with the same PLMN ID as the NRF during the NFProfile registration process.
129
+- Subscriber
130
+```
131
+imsi-999700000000001
132
+imsi-001010000000001
133
+imsi-315010000000001
134
+```
135
136
-Note that visited NRF can use IP address, but home NRF should follow TS23.003(28.3.2.3.2 Format of NRF FQDN) for routing.
137
+### Setting for VM1
138
139
-- Create h-nrf.yaml for Home PLMN
140
+- Edit /etc/hosts
141
142
-```
143
-$ cp install/etc/open5gs/nrf.yaml install/etc/open5gs/h-nrf.yaml
144
-```
145
+```diff
146
+ $ diff -u hosts.old hosts.new
147
+--- hosts.old 2023-10-02 12:22:41.320546720 +0900
148
++++ hosts.new 2023-10-02 12:22:33.576884651 +0900
149
+@@ -1,6 +1,10 @@
150
+ 127.0.0.1 localhost
151
+ 127.0.1.1 open5gs
152
+
153
++127.0.0.10 nrf.5gc.mnc070.mcc999.3gppnetwork.org
154
++127.0.0.11 ausf.5gc.mnc070.mcc999.3gppnetwork.org
155
++127.0.0.12 udm.5gc.mnc070.mcc999.3gppnetwork.org
156
++
157
+ # The following lines are desirable for IPv6 capable hosts
158
+ ::1 ip6-localhost ip6-loopback
159
+ fe00::0 ip6-localnet
160
+ ```
161
+
162
+NRF shall follow TS23.003(28.3.2.3.2 Format of NRF FQDN) for routing.
163
164
-- Update h-nrf.yaml
165
+- Update nrf.yaml
166
167
```diff
168
-$ diff -u install/etc/open5gs/nrf.yaml install/etc/open5gs/h-nrf.yaml
169
---- install/etc/open5gs/nrf.yaml 2023-08-06 22:46:02.263941577 +0900
170
-+++ install/etc/open5gs/h-nrf.yaml 2023-08-06 23:08:22.562644531 +0900
171
-@@ -9,11 +9,10 @@
172
-nrf:
173
- serving: # 5G roaming requires PLMN in NRF
174
- - plmn_id:
175
-- mcc: 999
176
-- mnc: 70
177
-+ mcc: 001
178
-+ mnc: 01
179
- sbi:
180
-- - address: 127.0.0.10
181
-- port: 7777
182
-+ - address: nrf.5gc.mnc001.mcc001.3gppnetwork.org
183
+$ diff --git a/configs/open5gs/nrf.yaml.in b/configs/open5gs/nrf.yaml.in
184
+index 3996b2bd9..e57f286b7 100644
185
+--- a/configs/open5gs/nrf.yaml.in
186
++++ b/configs/open5gs/nrf.yaml.in
187
+@@ -13,8 +13,7 @@ nrf:
188
+ mnc: 70
189
+ sbi:
190
+ server:
191
+- - address: 127.0.0.10
192
+- port: 7777
193
++ - address: nrf.5gc.mnc070.mcc999.3gppnetwork.org
194
195
-################################################################################
196
-# SBI Server
197
+ ################################################################################
198
+ # SBI Server
199
```
200
201
open5gs_2.6.4.109.d54a2.202310012026.tar.xz/docs/_posts/2023-05-21-release-v2.6.4.md -> open5gs_2.6.5.2.309a6.202310022026.tar.xz/docs/_posts/2023-05-21-release-v2.6.4.md
Changed
8
1
2
---
3
-title: "v2.6.4 - Bug Fixed"
4
+title: "v2.6.4 - Bug Fixes"
5
date: 2023-05-21 08:49:00 +0900
6
categories:
7
- Release
8
open5gs_2.6.5.2.309a6.202310022026.tar.xz/docs/_posts/2023-10-02-release-v2.6.5.md
Added
17
1
2
+---
3
+title: "v2.6.5 - Ubuntu 23.04(lunar) Release"
4
+date: 2023-10-02 20:11: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
+See Release Note(https://github.com/open5gs/open5gs/releases/tag/v2.6.5)
14
+
15
+Download -- v2.6.5.tar.gz(https://github.com/open5gs/open5gs/archive/v2.6.5.tar.gz)
16
+{: .notice--info}
17
open5gs_2.6.4.109.d54a2.202310012026.tar.xz/docs/assets/pcapng/5g_roaming_lbo.pcapng -> open5gs_2.6.5.2.309a6.202310022026.tar.xz/docs/assets/pcapng/5g_roaming_lbo.pcapng
Changed
open5gs_2.6.4.109.d54a2.202310012026.tar.xz/docs/assets/webui/install -> open5gs_2.6.5.2.309a6.202310022026.tar.xz/docs/assets/webui/install
Changed
10
1
2
#
3
4
PACKAGE="open5gs"
5
-VERSION="2.6.3"
6
+VERSION="2.6.5"
7
8
print_status() {
9
echo
10
open5gs_2.6.4.109.d54a2.202310012026.tar.xz/meson.build -> open5gs_2.6.5.2.309a6.202310022026.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.6.4',
6
+ version : '2.6.5',
7
license : 'AGPL-3.0-or-later',
8
meson_version : '>= 0.43.0',
9
default_options :
10
11
,
12
)
13
14
-libogslib_version = '2.6.4'
15
+libogslib_version = '2.6.5'
16
17
prefix = get_option('prefix')
18
bindir = join_paths(prefix, get_option('bindir'))
19