Projects
osmocom:nightly
open5gs
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 1320
View file
open5gs_2.7.6.4865.cd12.202601301800.dsc -> open5gs_2.7.6.4866.7d00.202601311800.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-sepp, open5gs-ausf, open5gs-udm, open5gs-pcf, open5gs-nssf, open5gs-bsf, open5gs-udr, open5gs, open5gs-dbg Architecture: any -Version: 2.7.6.4865.cd12.202601301800 +Version: 2.7.6.4866.7d00.202601311800 Maintainer: Harald Welte <laforge@gnumonks.org> Uploaders: Sukchan Lee <acetcom@gmail.com> Homepage: https://open5gs.org @@ -32,8 +32,8 @@ open5gs-udr deb net optional arch=any open5gs-upf deb net optional arch=any Checksums-Sha1: - 336ba290439a72c131714d07b35614253bd95239 15115896 open5gs_2.7.6.4865.cd12.202601301800.tar.xz + a05ec5b548f623515927067306ca172f442a23eb 15115712 open5gs_2.7.6.4866.7d00.202601311800.tar.xz Checksums-Sha256: - a9175d0b31a8d798d9b1cb745b9215a60286850d962348019bad614880ad8a60 15115896 open5gs_2.7.6.4865.cd12.202601301800.tar.xz + d6d6bedf020c1f392ddebddde679c3eacf8c575e150abc9f5e4cff9d8af9adc1 15115712 open5gs_2.7.6.4866.7d00.202601311800.tar.xz Files: - ce3782648d20a40c45356eb9aa86f29f 15115896 open5gs_2.7.6.4865.cd12.202601301800.tar.xz + 0908e73089075621b633a18e5bcf7914 15115712 open5gs_2.7.6.4866.7d00.202601311800.tar.xz
View file
open5gs_2.7.6.4865.cd12.202601301800.tar.xz/.tarball-version -> open5gs_2.7.6.4866.7d00.202601311800.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.6.4865-cd12.202601301800 +2.7.6.4866-7d00.202601311800
View file
open5gs_2.7.6.4865.cd12.202601301800.tar.xz/debian/changelog -> open5gs_2.7.6.4866.7d00.202601311800.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.6.4865.cd12.202601301800) unstable; urgency=medium +open5gs (2.7.6.4866.7d00.202601311800) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 30 Jan 2026 18:01:57 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sat, 31 Jan 2026 18:01:54 +0000 open5gs (2.7.6) unstable; urgency=medium
View file
open5gs_2.7.6.4865.cd12.202601301800.tar.xz/lib/sbi/path.c -> open5gs_2.7.6.4866.7d00.202601311800.tar.xz/lib/sbi/path.c
Changed
@@ -660,7 +660,12 @@ #endif } - return ogs_sbi_send_request_with_sepp_discovery(client, xact); + if (ogs_sbi_send_request_with_sepp_discovery(client, xact) == false) { + ogs_sbi_xact_remove(xact); + return false; + } + + return true; } bool ogs_sbi_send_request_with_sepp_discovery( @@ -687,7 +692,6 @@ ogs_error("No SEPP(%p) and NRF(%p) %s", sepp_client, nrf_client, client->fqdn); - ogs_sbi_xact_remove(xact); return false; } else if (!sepp_client) { @@ -697,7 +701,6 @@ xact->target_apiroot = ogs_sbi_client_apiroot(client); if (!xact->target_apiroot) { ogs_error("ogs_strdup(xact->target_apiroot) failed"); - ogs_sbi_xact_remove(xact); return false; } @@ -705,7 +708,6 @@ OpenAPI_nf_type_SEPP, xact->requester_nf_type, NULL); if (!nrf_request) { ogs_error("ogs_nnrf_disc_build_discover() failed"); - ogs_sbi_xact_remove(xact); return false; } @@ -714,7 +716,6 @@ OGS_UINT_TO_POINTER(xact->id)); if (rc == false) { ogs_error("ogs_sbi_client_send_request() failed"); - ogs_sbi_xact_remove(xact); } ogs_sbi_request_free(nrf_request); @@ -728,7 +729,6 @@ OGS_UINT_TO_POINTER(xact->id)); if (rc == false) { ogs_error("ogs_sbi_send_request_to_client() failed"); - ogs_sbi_xact_remove(xact); } return rc;
View file
open5gs_2.7.6.4865.cd12.202601301800.tar.xz/tests/af/sbi-path.c -> open5gs_2.7.6.4866.7d00.202601311800.tar.xz/tests/af/sbi-path.c
Changed
@@ -84,6 +84,7 @@ r = ogs_sbi_discover_and_send(xact); if (r != OGS_OK) { ogs_error("af_sbi_discover_and_send() failed"); + ogs_sbi_xact_remove(xact); return; } }
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
.