Projects
osmocom:master
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 53
View file
commit_10766521e5fc4c311cabf85a0a4fd789df5789c6.txt
Added
View file
commit_d39bafc6d60455944b7022d36f9cc6c7779cd825.txt
Deleted
View file
open5gs_2.5.5.12.d39ba.dsc -> open5gs_2.5.5.13.10766.dsc
Changed
@@ -2,7 +2,7 @@ Source: open5gs 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 Architecture: any -Version: 2.5.5.12.d39ba +Version: 2.5.5.13.10766 Maintainer: Harald Welte <laforge@gnumonks.org> Uploaders: Sukchan Lee <acetcom@gmail.com> Homepage: https://open5gs.org @@ -31,8 +31,8 @@ open5gs-udr deb net optional arch=any open5gs-upf deb net optional arch=any Checksums-Sha1: - 3d6458835c7743b5efd1064fb6e3fb30b202c192 11521432 open5gs_2.5.5.12.d39ba.tar.xz + 48e24e42d99f1a660186b8172511d3dcc79ca2a4 11521648 open5gs_2.5.5.13.10766.tar.xz Checksums-Sha256: - 4d962c1072379a5ecd484348c3bfc0728fde3edb4f7940416ecede03f934e72c 11521432 open5gs_2.5.5.12.d39ba.tar.xz + 428c3903daf5a4407b1bc3c4cd116cfa515529940eff0033ea3781f1f336e3ff 11521648 open5gs_2.5.5.13.10766.tar.xz Files: - 1abc2c919e4cc3b3f6e075816ab3f596 11521432 open5gs_2.5.5.12.d39ba.tar.xz + 894e3ccbbc62d9ccb7514fc0bda13f4f 11521648 open5gs_2.5.5.13.10766.tar.xz
View file
open5gs_2.5.5.12.d39ba.tar.xz/.tarball-version -> open5gs_2.5.5.13.10766.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.5.5.12-d39ba +2.5.5.13-10766
View file
open5gs_2.5.5.12.d39ba.tar.xz/debian/changelog -> open5gs_2.5.5.13.10766.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.5.5.12.d39ba) unstable; urgency=medium +open5gs (2.5.5.13.10766) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 12 Nov 2022 02:03:26 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 13 Nov 2022 00:52:41 +0000 open5gs (2.5.5) unstable; urgency=medium
View file
open5gs_2.5.5.12.d39ba.tar.xz/docs/_docs/guide/01-quickstart.md -> open5gs_2.5.5.13.10766.tar.xz/docs/_docs/guide/01-quickstart.md
Changed
@@ -91,7 +91,7 @@ Install the MongoDB packages. ```bash $ sudo apt update -$ sudo apt-get install -y mongodb-org +$ sudo apt install -y mongodb-org $ sudo systemctl start mongod (if '/usr/bin/mongod' is not running) $ sudo systemctl enable mongod (ensure to automatically start it on system boot) ``` @@ -123,9 +123,11 @@ ``` https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10/ +https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_11/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Testing/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Unstable/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Raspbian_10/ +https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Raspbian_11/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_18.04/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.04/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.10/ @@ -136,13 +138,13 @@ #### Nightly Builds -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: +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: ```bash $ sudo apt update $ sudo apt install wget gnupg -$ wget -qO - https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/Release.key | sudo apt-key add - -$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/ ./' > /etc/apt/sources.list.d/open5gs.list" +$ wget -qO - https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.04/Release.key | sudo apt-key add - +$ sudo sh -c "echo 'deb https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.04/ ./' > /etc/apt/sources.list.d/open5gs.list" $ sudo apt update $ sudo apt install open5gs ``` @@ -150,16 +152,18 @@ Other distributions can be installed by changing the path. ``` -https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_10/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_Testing/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_Unstable/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/Raspbian_10/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.04/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.10/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.04/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.10/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_22.04/ +https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10/ +https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11/ +https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_Testing/ +https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_Unstable/ +https://downloads.osmocom.org/packages/osmocom:/nightly/Raspbian_10/ +https://downloads.osmocom.org/packages/osmocom:/nightly/Raspbian_11/ +https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_18.04/ +https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.04/ +https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_20.10/ +https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_21.04/ +https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_21.10/ +https://downloads.osmocom.org/packages/osmocom:/nightly/xUbuntu_22.04/ ``` #### openSUSE
View file
open5gs_2.5.5.12.d39ba.tar.xz/docs/_docs/guide/02-building-open5gs-from-sources.md -> open5gs_2.5.5.13.10766.tar.xz/docs/_docs/guide/02-building-open5gs-from-sources.md
Changed
@@ -16,6 +16,8 @@ Import the public key used by the package management system. ```bash +$ sudo apt update +$ sudo apt install wget gnupg $ wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - ``` @@ -28,7 +30,7 @@ Install the MongoDB packages. ```bash $ sudo apt update -$ sudo apt-get install -y mongodb-org +$ sudo apt install -y mongodb-org $ sudo systemctl start mongod (if '/usr/bin/mongod' is not running) $ sudo systemctl enable mongod (ensure to automatically start it on system boot) ```
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.