Projects
osmocom:master
open5gs
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 671
View file
commit_d7875898895f17c386f2057e4a201411098a398b.txt
Added
View file
commit_f23d7a5e959acd8f37b925dc29b85f26b7d391cb.txt
Deleted
View file
open5gs_2.7.6.4741.f23d.dsc -> open5gs_2.7.6.4742.d787.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 +Version: 2.7.6.4742.d787 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: - b337bdb34e0c92a61ff74f76961ee175e2710f10 15033588 open5gs_2.7.6.4741.f23d.tar.xz + 3f32eba1bb6f8727330c10ada16c62e64a770214 15032984 open5gs_2.7.6.4742.d787.tar.xz Checksums-Sha256: - c7e71d47e653b4d14b2412b7be05ec57371b2d15c8450fb0a9b7daaa9cc3b73f 15033588 open5gs_2.7.6.4741.f23d.tar.xz + b65573ba4670c5d68311a0dfc421651633fdcbb18819da60e31e0efca306eca7 15032984 open5gs_2.7.6.4742.d787.tar.xz Files: - 88154b260a24280e0049f0092a38f4db 15033588 open5gs_2.7.6.4741.f23d.tar.xz + ea860b45a3021b9e29d9716adb474ef9 15032984 open5gs_2.7.6.4742.d787.tar.xz
View file
open5gs_2.7.6.4741.f23d.tar.xz/.tarball-version -> open5gs_2.7.6.4742.d787.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.6.4741-f23d +2.7.6.4742-d787
View file
open5gs_2.7.6.4741.f23d.tar.xz/debian/changelog -> open5gs_2.7.6.4742.d787.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.6.4741.f23d) unstable; urgency=medium +open5gs (2.7.6.4742.d787) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 02 Aug 2025 06:15:51 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 03 Aug 2025 07:34:07 +0000 open5gs (2.7.6) unstable; urgency=medium
View file
open5gs_2.7.6.4741.f23d.tar.xz/src/mme/mme-fd-path.c -> open5gs_2.7.6.4742.d787.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.tar.xz/src/smf/gy-path.c -> open5gs_2.7.6.4742.d787.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
.