Projects
osmocom:nightly
open5gs
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 1136
View file
open5gs_2.7.6.4741.f23d.202508022026.dsc -> open5gs_2.7.6.4742.d787.202508032026.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.4741.f23d.202508022026 +Version: 2.7.6.4742.d787.202508032026 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: - faa16ed5b1c66e96e1e4ddbbce89338494ab0e1d 15035032 open5gs_2.7.6.4741.f23d.202508022026.tar.xz + d8ec04f3a798a88aa78a3bf785139ab3e57ddfb1 15033848 open5gs_2.7.6.4742.d787.202508032026.tar.xz Checksums-Sha256: - bb6e26a5c13e0138d63512236a89db4d13101af90c2c57cc47382e513c5105b0 15035032 open5gs_2.7.6.4741.f23d.202508022026.tar.xz + a9c22c3c3fbc0a24a991d7f1dd45086b3739ec04a114482fbf7b573516911614 15033848 open5gs_2.7.6.4742.d787.202508032026.tar.xz Files: - 9a69ec81b2bcedae51678c6c31948ca2 15035032 open5gs_2.7.6.4741.f23d.202508022026.tar.xz + 5de2bd117aaecf9143b9cf76e976ab0e 15033848 open5gs_2.7.6.4742.d787.202508032026.tar.xz
View file
open5gs_2.7.6.4741.f23d.202508022026.tar.xz/.tarball-version -> open5gs_2.7.6.4742.d787.202508032026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.6.4741-f23d.202508022026 +2.7.6.4742-d787.202508032026
View file
open5gs_2.7.6.4741.f23d.202508022026.tar.xz/debian/changelog -> open5gs_2.7.6.4742.d787.202508032026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.6.4741.f23d.202508022026) unstable; urgency=medium +open5gs (2.7.6.4742.d787.202508032026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 02 Aug 2025 20:27:56 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 03 Aug 2025 20:27:57 +0000 open5gs (2.7.6) unstable; urgency=medium
View file
open5gs_2.7.6.4741.f23d.202508022026.tar.xz/src/mme/mme-fd-path.c -> open5gs_2.7.6.4742.d787.202508032026.tar.xz/src/mme/mme-fd-path.c
Changed
@@ -2107,6 +2107,12 @@ ogs_debug("Cancel-Location-Request"); + /* Create answer header */ + qry = *msg; + ret = fd_msg_new_answer_from_req(fd_g_config->cnf_dict, msg, 0); + ogs_assert(ret == 0); + ans = *msg; + /* Allocate message structure early for proper cleanup */ s6a_message = ogs_calloc(1, sizeof(ogs_diam_s6a_message_t)); if (!s6a_message) { @@ -2118,16 +2124,6 @@ s6a_message->cmd_code = OGS_DIAM_S6A_CMD_CODE_CANCEL_LOCATION; clr_message = &s6a_message->clr_message; - /* Create answer header */ - qry = *msg; - ret = fd_msg_new_answer_from_req(fd_g_config->cnf_dict, msg, 0); - if (ret != 0) { - ogs_error("Failed to create answer message"); - result_code = OGS_DIAM_UNABLE_TO_DELIVER; - goto error_out; - } - ans = *msg; - /* Get User-Name AVP */ ret = fd_msg_search_avp(qry, ogs_diam_user_name, &avp); ogs_assert(ret == 0); @@ -2239,7 +2235,7 @@ ret = ogs_diam_message_experimental_rescode_set(ans, result_code); ogs_assert(ret == 0); } else { - ret = fd_msg_rescode_set(ans, (char*)"OGS_DIAM_UNABLE_TO_DELIVER", + ret = fd_msg_rescode_set(ans, (char*)"DIAMETER_UNABLE_TO_COMPLY", NULL, NULL, 1); ogs_assert(ret == 0); } @@ -2298,6 +2294,12 @@ ogs_debug("Insert-Subscriber-Data-Request"); + /* Create answer header */ + qry = *msg; + ret = fd_msg_new_answer_from_req(fd_g_config->cnf_dict, msg, 0); + ogs_assert(ret == 0); + ans = *msg; + /* Allocate message structure early for proper cleanup */ s6a_message = ogs_calloc(1, sizeof(ogs_diam_s6a_message_t)); if (!s6a_message) { @@ -2310,12 +2312,6 @@ idr_message = &s6a_message->idr_message; subscription_data = &idr_message->subscription_data; - /* Create answer header */ - qry = *msg; - ret = fd_msg_new_answer_from_req(fd_g_config->cnf_dict, msg, 0); - ogs_assert(ret == 0); - ans = *msg; - /* Get User-Name AVP */ ret = fd_msg_search_avp(qry, ogs_diam_user_name, &avp); ogs_assert(ret == 0); @@ -2512,7 +2508,7 @@ "or no Subscriber-Data for IMSI%s", imsi_bcd); /* Set the Origin-Host, Origin-Realm, and Result-Code AVPs */ ret = fd_msg_rescode_set( - ans, (char*)"OGS_DIAM_UNABLE_TO_DELIVER", NULL, NULL, 1); + ans, (char*)"DIAMETER_UNABLE_TO_COMPLY", NULL, NULL, 1); ogs_assert(ret == 0); goto outnoexp; }
View file
open5gs_2.7.6.4741.f23d.202508022026.tar.xz/src/smf/gy-path.c -> open5gs_2.7.6.4742.d787.202508032026.tar.xz/src/smf/gy-path.c
Changed
@@ -1347,6 +1347,11 @@ ogs_debug("Re-Auth-Request"); + /* Create answer header */ + ret = fd_msg_new_answer_from_req(fd_g_config->cnf_dict, msg, 0); + ogs_assert(ret == 0); + ans = *msg; + /* Allocate gy_message early for proper cleanup */ gy_message = ogs_calloc(1, sizeof(ogs_diam_gy_message_t)); if (!gy_message) { @@ -1358,15 +1363,6 @@ /* Set Credit Control Command */ gy_message->cmd_code = OGS_DIAM_GY_CMD_RE_AUTH; - /* Create answer header */ - ret = fd_msg_new_answer_from_req(fd_g_config->cnf_dict, msg, 0); - if (ret != 0) { - ogs_error("Failed to create answer message"); - result_code = OGS_DIAM_OUT_OF_SPACE; - goto error_out; - } - ans = *msg; - /* Retrieve session state */ ret = fd_sess_state_retrieve(smf_gy_reg, session, &sess_data); ogs_assert(ret == 0);
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
.