Projects
osmocom:master
open5gs
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 759
View file
commit_69b53add90a9479d7960b822fc60601d659c328b.txt
Added
View file
commit_f1bbd7b57f831e2a070780a7d8d5d4c73babdb59.txt
Deleted
View file
open5gs_2.7.6.4860.f1bb.dsc -> open5gs_2.7.6.4861.69b5.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.4860.f1bb +Version: 2.7.6.4861.69b5 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: - 86c46fc2dde704081f9ea7f20f3bcaa7eaef1ee5 15114184 open5gs_2.7.6.4860.f1bb.tar.xz + 583cbb943292b7ea42186513045fce530088f6b5 15114408 open5gs_2.7.6.4861.69b5.tar.xz Checksums-Sha256: - c4fd3e262e947f360f8510ea9b7f6f26fe4f1d42590b603f721be5fec331cfc4 15114184 open5gs_2.7.6.4860.f1bb.tar.xz + 1bb368a2609012d832f7e1819b1c3190f2aa9ce9138db60e118100b2356c0bf0 15114408 open5gs_2.7.6.4861.69b5.tar.xz Files: - b4c815c88f5dfe04c8d470818cbca2a9 15114184 open5gs_2.7.6.4860.f1bb.tar.xz + d40adb99658067e004c18b8bfb383e1d 15114408 open5gs_2.7.6.4861.69b5.tar.xz
View file
open5gs_2.7.6.4860.f1bb.tar.xz/.tarball-version -> open5gs_2.7.6.4861.69b5.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.6.4860-f1bb +2.7.6.4861-69b5
View file
open5gs_2.7.6.4860.f1bb.tar.xz/debian/changelog -> open5gs_2.7.6.4861.69b5.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.6.4860.f1bb) unstable; urgency=medium +open5gs (2.7.6.4861.69b5) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 12 Jan 2026 12:52:56 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 12 Jan 2026 13:22:56 +0000 open5gs (2.7.6) unstable; urgency=medium
View file
open5gs_2.7.6.4860.f1bb.tar.xz/src/sgwc/s5c-handler.c -> open5gs_2.7.6.4861.69b5.tar.xz/src/sgwc/s5c-handler.c
Changed
@@ -104,7 +104,8 @@ ogs_expect(rv == OGS_OK); if (!s11_xact) { - ogs_error("No S11 Transaction"); + ogs_error("No S11 Transaction (assoc_xact_id=%u)", + s5c_xact->assoc_xact_id); return; } @@ -359,7 +360,8 @@ ogs_expect(rv == OGS_OK); if (!s11_xact) { - ogs_error("No S11 Transaction"); + ogs_error("No S11 Transaction (assoc_xact_id=%u)", + s5c_xact->assoc_xact_id); return; } modify_action = s5c_xact->modify_action; @@ -525,7 +527,8 @@ ogs_expect(rv == OGS_OK); if (!s11_xact) { - ogs_error("No S11 Transaction"); + ogs_error("No S11 Transaction (assoc_xact_id=%u)", + s5c_xact->assoc_xact_id); return; } @@ -997,6 +1000,7 @@ sgwc_sess_t *sess, ogs_gtp_xact_t *s5c_xact, ogs_pkbuf_t *gtpbuf, ogs_gtp2_message_t *message) { + int rv; uint8_t cause_value = 0; ogs_gtp_xact_t *s11_xact = NULL; ogs_gtp2_bearer_resource_failure_indication_t *ind = NULL; @@ -1014,7 +1018,15 @@ ********************/ ogs_assert(s5c_xact); s11_xact = ogs_gtp_xact_find_by_id(s5c_xact->assoc_xact_id); - ogs_assert(s11_xact); + + rv = ogs_gtp_xact_commit(s5c_xact); + ogs_expect(rv == OGS_OK); + + if (!s11_xact) { + ogs_error("No S11 Transaction (assoc_xact_id=%u)", + s5c_xact->assoc_xact_id); + return; + } /************************ * Check Session Context
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
.