Projects
osmocom:master
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 516
View file
commit_4308ba7f375f81c9b42b8f4770ab7a703aacf378.txt
Added
View file
commit_91674ffa8a107022dfea14a49be1d74a24abaec6.txt
Deleted
View file
open5gs_2.7.2.4504.9167.dsc -> open5gs_2.7.2.4505.4308.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.2.4504.9167 +Version: 2.7.2.4505.4308 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: - 7b63adb70999e174ea10ce5689fc67c2144e9ae2 14505484 open5gs_2.7.2.4504.9167.tar.xz + 84ac69a3cc8730b4629eac3d9556ac9318c40399 14504692 open5gs_2.7.2.4505.4308.tar.xz Checksums-Sha256: - 3b961d7626d4fe7bf7d82df266d0f109dc23eb72ee6109ac41352bef2dcf8c20 14505484 open5gs_2.7.2.4504.9167.tar.xz + 1f4945968ae3e9b29b87c52b83f775f3d51d7f93275522dcb56a253f268c43ef 14504692 open5gs_2.7.2.4505.4308.tar.xz Files: - 2b4ad2975fb0cd822168edb830a1579d 14505484 open5gs_2.7.2.4504.9167.tar.xz + c6fa2c78db49addd2463c7ab744bc5e0 14504692 open5gs_2.7.2.4505.4308.tar.xz
View file
open5gs_2.7.2.4504.9167.tar.xz/.tarball-version -> open5gs_2.7.2.4505.4308.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.2.4504-9167 +2.7.2.4505-4308
View file
open5gs_2.7.2.4504.9167.tar.xz/debian/changelog -> open5gs_2.7.2.4505.4308.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.2.4504.9167) unstable; urgency=medium +open5gs (2.7.2.4505.4308) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 03 Sep 2024 13:49:26 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 03 Sep 2024 14:18:28 +0000 open5gs (2.7.2) unstable; urgency=medium
View file
open5gs_2.7.2.4504.9167.tar.xz/src/hss/hss-cx-path.c -> open5gs_2.7.2.4505.4308.tar.xz/src/hss/hss-cx-path.c
Changed
@@ -66,7 +66,7 @@ ogs_assert(msg); - ogs_debug("User-Authorization-Request"); + ogs_debug("Rx User-Authorization-Request"); /* Create answer header */ qry = *msg; @@ -163,7 +163,7 @@ ret = fd_msg_send(msg, NULL, NULL); ogs_assert(ret == 0); - ogs_debug("User-Authorization-Answer"); + ogs_debug("Tx User-Authorization-Answer"); /* Add this value to the stats */ ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0); @@ -250,7 +250,7 @@ ogs_assert(msg); - ogs_debug("Multimedia-Auth-Request"); + ogs_debug("Rx Multimedia-Auth-Request"); /* Create answer header */ qry = *msg; @@ -552,7 +552,7 @@ ret = fd_msg_send(msg, NULL, NULL); ogs_assert(ret == 0); - ogs_debug("Multimedia-Auth-Answer"); + ogs_debug("Tx Multimedia-Auth-Answer"); /* Add this value to the stats */ ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0); @@ -627,7 +627,7 @@ ogs_assert(msg); - ogs_debug("Server-Assignment-Request"); + ogs_debug("Rx Server-Assignment-Request"); /* Create answer header */ qry = *msg; @@ -812,7 +812,7 @@ ret = fd_msg_send(msg, NULL, NULL); ogs_assert(ret == 0); - ogs_debug("Server-Assignment-Answer"); + ogs_debug("Tx Server-Assignment-Answer"); /* Add this value to the stats */ ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0); @@ -875,7 +875,7 @@ ogs_assert(msg); - ogs_debug("Location-Info-Request"); + ogs_debug("Rx Location-Info-Request"); /* Create answer header */ qry = *msg; @@ -933,7 +933,7 @@ ret = fd_msg_send(msg, NULL, NULL); ogs_assert(ret == 0); - ogs_debug("Location-Info-Answer"); + ogs_debug("Tx Location-Info-Answer"); /* Add this value to the stats */ ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0);
View file
open5gs_2.7.2.4504.9167.tar.xz/src/hss/hss-s6a-path.c -> open5gs_2.7.2.4505.4308.tar.xz/src/hss/hss-s6a-path.c
Changed
@@ -101,7 +101,7 @@ ogs_assert(msg); - ogs_debug("Authentication-Information-Request"); + ogs_debug("Rx Authentication-Information-Request"); /* Create answer header */ qry = *msg; @@ -262,7 +262,7 @@ ret = fd_msg_send(msg, NULL, NULL); ogs_assert(ret == 0); - ogs_debug("Authentication-Information-Answer"); + ogs_debug("Tx Authentication-Information-Answer"); /* Add this value to the stats */ ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0); @@ -771,7 +771,7 @@ ogs_assert(msg); - ogs_debug("Update-Location-Request"); + ogs_debug("Rx Update-Location-Request"); memset(&subscription_data, 0, sizeof(ogs_subscription_data_t)); @@ -968,7 +968,7 @@ ret = fd_msg_send(msg, NULL, NULL); ogs_assert(ret == 0); - ogs_debug("Update-Location-Answer"); + ogs_debug("Tx Update-Location-Answer"); /* Add this value to the stats */ ogs_assert( pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0); @@ -1039,7 +1039,7 @@ ogs_assert(msg); - ogs_debug("Purge-UE-Request"); + ogs_debug("Rx Purge-UE-Request"); memset(&subscription_data, 0, sizeof(ogs_subscription_data_t)); @@ -1125,7 +1125,7 @@ ret = fd_msg_send(msg, NULL, NULL); ogs_assert(ret == 0); - ogs_debug("Purge-UE-Answer"); + ogs_debug("Tx Purge-UE-Answer"); /* Add this value to the stats */ ogs_assert(pthread_mutex_lock(&ogs_diam_stats_self()->stats_lock) == 0); @@ -1174,7 +1174,7 @@ struct sess_state *sess_data = NULL, *svg; struct session *session = NULL; - ogs_debug("HSS Cancel-Location-Request"); + ogs_debug("HSS Tx Cancel-Location-Request"); /* Create the random value to store with the session */ sess_data = ogs_calloc(1, sizeof(*sess_data)); @@ -1299,7 +1299,7 @@ struct session *session; int new; - ogs_debug("HSS Cancel-Location-Answer"); + ogs_debug("HSS Rx Cancel-Location-Answer"); /* Search the session, retrieve its data */ ret = fd_msg_sess_get(fd_g_config->cnf_dict, *msg, &session, &new); @@ -1348,7 +1348,7 @@ ogs_subscription_data_t subscription_data; - ogs_debug("HSS Insert-Subscriber-Data-Request"); + ogs_debug("HSS Tx Insert-Subscriber-Data-Request"); memset(&subscription_data, 0, sizeof(ogs_subscription_data_t)); @@ -1503,7 +1503,7 @@ struct session *session; int new; - ogs_debug("HSS Insert-Subscriber-Data-Answer"); + ogs_debug("HSS Rx Insert-Subscriber-Data-Answer"); /* Search the session, retrieve its data */ ret = fd_msg_sess_get(fd_g_config->cnf_dict, *msg, &session, &new);
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
.