Projects
osmocom:master
open5gs
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 563
View file
commit_4016293214d5d5a1f5357e0230f6a4f9dcd1d043.txt
Added
View file
commit_b0bfd35c63d57b271f6550dad54aa8f38d52cdca.txt
Deleted
View file
open5gs_2.7.2.4569.b0bf.dsc -> open5gs_2.7.2.4570.4016.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.4569.b0bf +Version: 2.7.2.4570.4016 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: - 0d1f050168919150746ce19edc00c89090d210df 14515244 open5gs_2.7.2.4569.b0bf.tar.xz + 1a8e8898baf2afc7ad8e593c731a930ba98401ac 14514572 open5gs_2.7.2.4570.4016.tar.xz Checksums-Sha256: - 0ecae13f9baa6a98dbec46e4363076927991d1bbd413a6091bdcfc0169829c46 14515244 open5gs_2.7.2.4569.b0bf.tar.xz + a2fd14be284043e1c76ca9ff3e209d4f0afb19b9e265f1b6a145eb3ffb7b913e 14514572 open5gs_2.7.2.4570.4016.tar.xz Files: - 7a7e5252af7f775a40b075af7f40913a 14515244 open5gs_2.7.2.4569.b0bf.tar.xz + e8ea43daed17a2366b7364f72a1c09a7 14514572 open5gs_2.7.2.4570.4016.tar.xz
View file
open5gs_2.7.2.4569.b0bf.tar.xz/.tarball-version -> open5gs_2.7.2.4570.4016.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.2.4569-b0bf +2.7.2.4570-4016
View file
open5gs_2.7.2.4569.b0bf.tar.xz/debian/changelog -> open5gs_2.7.2.4570.4016.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.2.4569.b0bf) unstable; urgency=medium +open5gs (2.7.2.4570.4016) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 23 Dec 2024 12:27:41 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 24 Dec 2024 08:13:42 +0000 open5gs (2.7.2) unstable; urgency=medium
View file
open5gs_2.7.2.4569.b0bf.tar.xz/lib/nas/5gs/types.h -> open5gs_2.7.2.4570.4016.tar.xz/lib/nas/5gs/types.h
Changed
@@ -1049,7 +1049,7 @@ struct { ED3(uint8_t spare:1;, uint8_t segregation:1;, - uint8_t identifier:4;) + uint8_t identifier:6;) }; uint8_t flags; } flow;
View file
open5gs_2.7.2.4569.b0bf.tar.xz/src/upf/context.c -> open5gs_2.7.2.4570.4016.tar.xz/src/upf/context.c
Changed
@@ -682,9 +682,12 @@ void upf_sess_urr_acc_add(upf_sess_t *sess, ogs_pfcp_urr_t *urr, size_t size, bool is_uplink) { - upf_sess_urr_acc_t *urr_acc = &sess->urr_accurr->id; + upf_sess_urr_acc_t *urr_acc = &sess->urr_accurr->id-1; uint64_t vol; + ogs_assert(urr->id > 0 && urr->id <= OGS_MAX_NUM_OF_URR); + urr_acc = &sess->urr_accurr->id-1; + /* Increment total & ul octets + pkts */ urr_acc->total_octets += size; urr_acc->total_pkts++;
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
.