Projects
osmocom:master
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 189
View file
commit_6b17bffdfd7de38848ac2290cdfaa6237a95cb8b.txt
Deleted
View file
commit_a73814dad2cfcf9b583e8a06e1c74c2805b2bb42.txt
Added
View file
open5gs_2.6.1.10.a7381.dsc
Added
@@ -0,0 +1,38 @@ +Format: 3.0 (native) +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.6.1.10.a7381 +Maintainer: Harald Welte <laforge@gnumonks.org> +Uploaders: Sukchan Lee <acetcom@gmail.com> +Homepage: https://open5gs.org +Standards-Version: 4.3.0 +Vcs-Browser: https://github.com/open5gs/open5gs +Vcs-Git: git://github.com/open5gs/open5gs +Build-Depends: debhelper (>= 11), git, pkg-config, meson (>= 0.43.0), cmake, flex, bison, libgnutls28-dev, libgcrypt-dev, libssl-dev, libidn11-dev, libmongoc-dev, libbson-dev, libsctp-dev, libyaml-dev, libmicrohttpd-dev, libcurl4-gnutls-dev, libnghttp2-dev, libtins-dev, libtalloc-dev +Package-List: + open5gs deb net optional arch=any + open5gs-amf deb net optional arch=any + open5gs-ausf deb net optional arch=any + open5gs-bsf deb net optional arch=any + open5gs-common deb net optional arch=any + open5gs-dbg deb net optional arch=any + open5gs-hss deb net optional arch=any + open5gs-mme deb net optional arch=any + open5gs-nrf deb net optional arch=any + open5gs-nssf deb net optional arch=any + open5gs-pcf deb net optional arch=any + open5gs-pcrf deb net optional arch=any + open5gs-scp deb net optional arch=any + open5gs-sgwc deb net optional arch=any + open5gs-sgwu deb net optional arch=any + open5gs-smf deb net optional arch=any + open5gs-udm deb net optional arch=any + open5gs-udr deb net optional arch=any + open5gs-upf deb net optional arch=any +Checksums-Sha1: + 8a37bbc243a86b68e9ad4c11159d4fa717403490 14107932 open5gs_2.6.1.10.a7381.tar.xz +Checksums-Sha256: + e58eee15ab716110090367c9044ed05576fbe59f9f58aa23fb1a82be9504f8f6 14107932 open5gs_2.6.1.10.a7381.tar.xz +Files: + 98d240b5a940d6de694385420d5bd54a 14107932 open5gs_2.6.1.10.a7381.tar.xz
View file
open5gs_2.6.1.9.6b17bf.tar.xz/.tarball-version -> open5gs_2.6.1.10.a7381.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.6.1.9-6b17bf +2.6.1.10-a7381
View file
open5gs_2.6.1.9.6b17bf.tar.xz/debian/changelog -> open5gs_2.6.1.10.a7381.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.6.1.9.6b17bf) unstable; urgency=medium +open5gs (2.6.1.10.a7381) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 15 Mar 2023 11:57:59 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sat, 18 Mar 2023 07:36:02 +0000 open5gs (2.6.1) unstable; urgency=medium
View file
open5gs_2.6.1.9.6b17bf.tar.xz/src/amf/namf-handler.c -> open5gs_2.6.1.10.a7381.tar.xz/src/amf/namf-handler.c
Changed
@@ -944,17 +944,20 @@ } if (UDM_SDM_SUBSCRIBED(amf_ue)) { - ogs_assert(true == amf_ue_sbi_discover_and_send( + r = amf_ue_sbi_discover_and_send( OGS_SBI_SERVICE_TYPE_NUDM_SDM, NULL, amf_nudm_sdm_build_subscription_delete, - amf_ue, state, NULL)); + amf_ue, state, NULL); + ogs_expect(r == OGS_OK); + ogs_assert(r != OGS_ERROR); } else if (PCF_AM_POLICY_ASSOCIATED(amf_ue)) { - ogs_assert(true == - amf_ue_sbi_discover_and_send( + r = amf_ue_sbi_discover_and_send( OGS_SBI_SERVICE_TYPE_NPCF_AM_POLICY_CONTROL, NULL, amf_npcf_am_policy_control_build_delete, - amf_ue, state, NULL)); + amf_ue, state, NULL); + ogs_expect(r == OGS_OK); + ogs_assert(r != OGS_ERROR); } } else if (ambr_changed) {
View file
open5gs_2.6.1.9.6b17bf.dsc
Deleted
@@ -1,38 +0,0 @@ -Format: 3.0 (native) -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.6.1.9.6b17bf -Maintainer: Harald Welte <laforge@gnumonks.org> -Uploaders: Sukchan Lee <acetcom@gmail.com> -Homepage: https://open5gs.org -Standards-Version: 4.3.0 -Vcs-Browser: https://github.com/open5gs/open5gs -Vcs-Git: git://github.com/open5gs/open5gs -Build-Depends: debhelper (>= 11), git, pkg-config, meson (>= 0.43.0), cmake, flex, bison, libgnutls28-dev, libgcrypt-dev, libssl-dev, libidn11-dev, libmongoc-dev, libbson-dev, libsctp-dev, libyaml-dev, libmicrohttpd-dev, libcurl4-gnutls-dev, libnghttp2-dev, libtins-dev, libtalloc-dev -Package-List: - open5gs deb net optional arch=any - open5gs-amf deb net optional arch=any - open5gs-ausf deb net optional arch=any - open5gs-bsf deb net optional arch=any - open5gs-common deb net optional arch=any - open5gs-dbg deb net optional arch=any - open5gs-hss deb net optional arch=any - open5gs-mme deb net optional arch=any - open5gs-nrf deb net optional arch=any - open5gs-nssf deb net optional arch=any - open5gs-pcf deb net optional arch=any - open5gs-pcrf deb net optional arch=any - open5gs-scp deb net optional arch=any - open5gs-sgwc deb net optional arch=any - open5gs-sgwu deb net optional arch=any - open5gs-smf deb net optional arch=any - open5gs-udm deb net optional arch=any - open5gs-udr deb net optional arch=any - open5gs-upf deb net optional arch=any -Checksums-Sha1: - a4c96d50efe6eedb8978730b31ca9ca2fcea6b43 14108512 open5gs_2.6.1.9.6b17bf.tar.xz -Checksums-Sha256: - 03a7155a6bbb976406e0bd64419da839e4bfc75c181731a1d154e82e5db84add 14108512 open5gs_2.6.1.9.6b17bf.tar.xz -Files: - 356ee200744f20599cfa0b2227c62e38 14108512 open5gs_2.6.1.9.6b17bf.tar.xz
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
.