Changes of Revision 141
open5gs_2.5.5.12.d39ba.202211130002.dsc -> open5gs_2.5.5.13.10766.202211140002.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.5.5.12.d39ba.202211130002
6
+Version: 2.5.5.13.10766.202211140002
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
- e2dc64f69988e50cdff55d985afc6089d9404abc 11521484 open5gs_2.5.5.12.d39ba.202211130002.tar.xz
15
+ fd6675723dd3a0f326a4b06f3ba392e0f7f52dd5 11521808 open5gs_2.5.5.13.10766.202211140002.tar.xz
16
Checksums-Sha256:
17
- 25c964d54bb7549ba3414bdb090fcd0a8f95c4195dbb46406509ebc9c616a2a6 11521484 open5gs_2.5.5.12.d39ba.202211130002.tar.xz
18
+ 1109759405ea14a1413c88f729ad68afa591ad79fe760975622ca7e297737d2a 11521808 open5gs_2.5.5.13.10766.202211140002.tar.xz
19
Files:
20
- e897285f4d8ba3ed84031eb8734bf9dc 11521484 open5gs_2.5.5.12.d39ba.202211130002.tar.xz
21
+ 13c9c8aa645408b0a50bc32376f0c790 11521808 open5gs_2.5.5.13.10766.202211140002.tar.xz
22
open5gs_2.5.5.12.d39ba.202211130002.tar.xz/.tarball-version -> open5gs_2.5.5.13.10766.202211140002.tar.xz/.tarball-version
Changed
4
1
2
-2.5.5.12-d39ba.202211130002
3
+2.5.5.13-10766.202211140002
4
open5gs_2.5.5.12.d39ba.202211130002.tar.xz/debian/changelog -> open5gs_2.5.5.13.10766.202211140002.tar.xz/debian/changelog
Changed
12
1
2
-open5gs (2.5.5.12.d39ba.202211130002) unstable; urgency=medium
3
+open5gs (2.5.5.13.10766.202211140002) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom nightly feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Sun, 13 Nov 2022 00:04:35 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Mon, 14 Nov 2022 00:04:39 +0000
9
10
open5gs (2.5.5) unstable; urgency=medium
11
12
open5gs_2.5.5.12.d39ba.202211130002.tar.xz/docs/_docs/guide/01-quickstart.md -> open5gs_2.5.5.13.10766.202211140002.tar.xz/docs/_docs/guide/01-quickstart.md
Changed
68
1
2
Install the MongoDB packages.
3
```bash
4
$ sudo apt update
5
-$ sudo apt-get install -y mongodb-org
6
+$ sudo apt install -y mongodb-org
7
$ sudo systemctl start mongod (if '/usr/bin/mongod' is not running)
8
$ sudo systemctl enable mongod (ensure to automatically start it on system boot)
9
```
10
11
12
```
13
https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10/
14
+https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_11/
15
https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Testing/
16
https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Unstable/
17
https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Raspbian_10/
18
+https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Raspbian_11/
19
https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_18.04/
20
https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.04/
21
https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.10/
22
23
24
#### Nightly Builds
25
26
-Nightly bulit package are provided by Osmocom(https://osmocom.org) on OBS(https://build.opensuse.org/package/show/network:osmocom:nightly/open5gs). On *Ubuntu 20.04* you can install it like this:
27
+Nightly bulit package are provided by Osmocom(https://osmocom.org) on OBS(https://obs.osmocom.org/package/show/osmocom:nightly/open5gs). On *Ubuntu 20.04* you can install it like this:
28
29
```bash
30
$ sudo apt update
31
$ sudo apt install wget gnupg
32
-$ wget -qO - https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/Release.key | sudo apt-key add -
33
-$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/ ./' > /etc/apt/sources.list.d/open5gs.list"
34
+$ wget -qO - https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.04/Release.key | sudo apt-key add -
35
+$ sudo sh -c "echo 'deb https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.04/ ./' > /etc/apt/sources.list.d/open5gs.list"
36
$ sudo apt update
37
$ sudo apt install open5gs
38
```
39
40
Other distributions can be installed by changing the path.
41
42
```
43
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_10/
44
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_Testing/
45
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_Unstable/
46
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/Raspbian_10/
47
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.04/
48
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/
49
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.10/
50
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.04/
51
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.10/
52
-https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_22.04/
53
+https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10/
54
+https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11/
55
+https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_Testing/
56
+https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_Unstable/
57
+https://downloads.osmocom.org/packages/osmocom:/nightly/Raspbian_10/
58
+https://downloads.osmocom.org/packages/osmocom:/nightly/Raspbian_11/
59
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_18.04/
60
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.04/
61
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.10/
62
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_21.04/
63
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_21.10/
64
+https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_22.04/
65
```
66
67
#### openSUSE
68
open5gs_2.5.5.12.d39ba.202211130002.tar.xz/docs/_docs/guide/02-building-open5gs-from-sources.md -> open5gs_2.5.5.13.10766.202211140002.tar.xz/docs/_docs/guide/02-building-open5gs-from-sources.md
Changed
19
1
2
Import the public key used by the package management system.
3
4
```bash
5
+$ sudo apt update
6
+$ sudo apt install wget gnupg
7
$ wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -
8
```
9
10
11
Install the MongoDB packages.
12
```bash
13
$ sudo apt update
14
-$ sudo apt-get install -y mongodb-org
15
+$ sudo apt install -y mongodb-org
16
$ sudo systemctl start mongod (if '/usr/bin/mongod' is not running)
17
$ sudo systemctl enable mongod (ensure to automatically start it on system boot)
18
```
19