Projects
osmocom:nightly
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 593
View file
open5gs_2.7.0.81.8762.202402032026.dsc -> open5gs_2.7.0.82.82398.202402042026.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.0.81.8762.202402032026 +Version: 2.7.0.82.82398.202402042026 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: - 62dc8a18d5165e05e2134fb176eb6de128efb433 14472348 open5gs_2.7.0.81.8762.202402032026.tar.xz + 49804be4b814a38b756b0c8927003e49899b825e 14472220 open5gs_2.7.0.82.82398.202402042026.tar.xz Checksums-Sha256: - 79fe728cca3b14534cd31b51e651fdab031d5a0241059593cf530163185f4fc1 14472348 open5gs_2.7.0.81.8762.202402032026.tar.xz + 1fe8a7d7882c59b4a09ef7137d68ca90b4edf443f19f66ccf5e2b53941224d44 14472220 open5gs_2.7.0.82.82398.202402042026.tar.xz Files: - f2eb025aaefa491d833406fc1c9ba67b 14472348 open5gs_2.7.0.81.8762.202402032026.tar.xz + 8c266cc5f1bfce8f1ea769b0081cf562 14472220 open5gs_2.7.0.82.82398.202402042026.tar.xz
View file
open5gs_2.7.0.81.8762.202402032026.tar.xz/.tarball-version -> open5gs_2.7.0.82.82398.202402042026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.0.81-8762.202402032026 +2.7.0.82-82398.202402042026
View file
open5gs_2.7.0.81.8762.202402032026.tar.xz/debian/changelog -> open5gs_2.7.0.82.82398.202402042026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.0.81.8762.202402032026) unstable; urgency=medium +open5gs (2.7.0.82.82398.202402042026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 03 Feb 2024 20:27:34 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 04 Feb 2024 20:27:35 +0000 open5gs (2.7.0) unstable; urgency=medium
View file
open5gs_2.7.0.81.8762.202402032026.tar.xz/lib/sbi/nnrf-build.c -> open5gs_2.7.0.82.82398.202402042026.tar.xz/lib/sbi/nnrf-build.c
Changed
@@ -242,12 +242,6 @@ return NULL; } - if (service_map == true) { - NFProfile->nf_service_list = NFServiceList; - } else { - NFProfile->nf_services = NFServiceList; - } - ogs_list_for_each(&nf_instance->nf_service_list, nf_service) { OpenAPI_nf_service_t *NFService = NULL; @@ -290,6 +284,16 @@ } } + if (NFServiceList->count) { + if (service_map == true) { + NFProfile->nf_service_list = NFServiceList; + } else { + NFProfile->nf_services = NFServiceList; + } + } + else + OpenAPI_list_free(NFServiceList); + InfoList = OpenAPI_list_create(); ogs_assert(InfoList);
View file
open5gs_2.7.0.81.8762.202402032026.tar.xz/src/upf/context.c -> open5gs_2.7.0.82.82398.202402042026.tar.xz/src/upf/context.c
Changed
@@ -857,12 +857,16 @@ unsigned int i; for (i = 0; i < OGS_ARRAY_SIZE(sess->urr_acc); i++) { if (sess->urr_acci.t_time_threshold) { + ogs_timer_delete(sess->urr_acci.t_time_threshold); + sess->urr_acci.t_time_threshold = NULL; + } + if (sess->urr_acci.t_validity_time) { ogs_timer_delete(sess->urr_acci.t_validity_time); sess->urr_acci.t_validity_time = NULL; + } + if (sess->urr_acci.t_time_quota) { ogs_timer_delete(sess->urr_acci.t_time_quota); sess->urr_acci.t_time_quota = NULL; - ogs_timer_delete(sess->urr_acci.t_time_threshold); - sess->urr_acci.t_time_threshold = NULL; } } }
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
.