Projects
osmocom:master
open5gs
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 621
View file
commit_1182a99d041e3461b5493f2f800a434f41a9eee1.txt
Added
View file
commit_9217889f8a958c7d7b822b97d8f0ba87c3b4a9f4.txt
Deleted
View file
open5gs_2.7.5.4652.9217.dsc -> open5gs_2.7.5.4653.1182.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.5.4652.9217 +Version: 2.7.5.4653.1182 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: - 9cafef09118d368ccbf63c90f2830953d0478a5a 14533056 open5gs_2.7.5.4652.9217.tar.xz + 150740948bf3dd7d59f34cc247e76e3bbffc6391 14533248 open5gs_2.7.5.4653.1182.tar.xz Checksums-Sha256: - bbc198492db6ed29a677dc85ad88493bb9ac12fd4261ccfc5acbed0eed4abd30 14533056 open5gs_2.7.5.4652.9217.tar.xz + 11271ae907705cede844586e62bd9d740cdfe2d3e91f87ae4ab44abb1a4da3e2 14533248 open5gs_2.7.5.4653.1182.tar.xz Files: - 8245cc472d54c417862d89ee754450e9 14533056 open5gs_2.7.5.4652.9217.tar.xz + 3f12ea5f4e7b44042befd63f52f1687f 14533248 open5gs_2.7.5.4653.1182.tar.xz
View file
open5gs_2.7.5.4652.9217.tar.xz/.tarball-version -> open5gs_2.7.5.4653.1182.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.5.4652-9217 +2.7.5.4653-1182
View file
open5gs_2.7.5.4652.9217.tar.xz/debian/changelog -> open5gs_2.7.5.4653.1182.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.5.4652.9217) unstable; urgency=medium +open5gs (2.7.5.4653.1182) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sun, 06 Apr 2025 08:13:29 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 13 Apr 2025 07:34:09 +0000 open5gs (2.7.5) unstable; urgency=medium
View file
open5gs_2.7.5.4652.9217.tar.xz/src/amf/context.c -> open5gs_2.7.5.4653.1182.tar.xz/src/amf/context.c
Changed
@@ -977,12 +977,14 @@ ogs_yaml_iter_value(&network_name_iter); uint8_t size = strlen(c_network_name); uint8_t i; - for (i = 0;i<size;i++) { + for (i = 0; i < size && + (((i * 2) + 1) < + (OGS_NAS_MAX_NETWORK_NAME_LEN - 1)); + i++) { /* Workaround to convert the ASCII to USC-2 */ - network_full_name->namei*2 = 0; - network_full_name->name(i*2)+1 = + network_full_name->namei * 2 = 0; + network_full_name->namei * 2 + 1 = c_network_namei; - } network_full_name->length = size*2+1; network_full_name->coding_scheme = 1; @@ -994,12 +996,14 @@ ogs_yaml_iter_value(&network_name_iter); uint8_t size = strlen(c_network_name); uint8_t i; - for (i = 0;i<size;i++) { + for (i = 0; i < size && + (((i * 2) + 1) < + (OGS_NAS_MAX_NETWORK_NAME_LEN - 1)); + i++) { /* Workaround to convert the ASCII to USC-2 */ - network_short_name->namei*2 = 0; - network_short_name->name(i*2)+1 = + network_short_name->namei * 2 = 0; + network_short_name->namei * 2 + 1 = c_network_namei; - } network_short_name->length = size*2+1; network_short_name->coding_scheme = 1;
View file
open5gs_2.7.5.4652.9217.tar.xz/src/mme/mme-context.c -> open5gs_2.7.5.4653.1182.tar.xz/src/mme/mme-context.c
Changed
@@ -2014,12 +2014,14 @@ ogs_yaml_iter_value(&network_name_iter); uint8_t size = strlen(c_network_name); uint8_t i; - for (i = 0;i<size;i++) { + for (i = 0; i < size && + (((i * 2) + 1) < + (OGS_NAS_MAX_NETWORK_NAME_LEN - 1)); + i++) { /* Workaround to convert the ASCII to USC-2 */ - network_full_name->namei*2 = 0; - network_full_name->name(i*2)+1 = + network_full_name->namei * 2 = 0; + network_full_name->namei * 2 + 1 = c_network_namei; - } network_full_name->length = size*2+1; network_full_name->coding_scheme = 1; @@ -2031,12 +2033,14 @@ ogs_yaml_iter_value(&network_name_iter); uint8_t size = strlen(c_network_name); uint8_t i; - for (i = 0;i<size;i++) { + for (i = 0; i < size && + (((i * 2) + 1) < + (OGS_NAS_MAX_NETWORK_NAME_LEN - 1)); + i++) { /* Workaround to convert the ASCII to USC-2 */ - network_short_name->namei*2 = 0; - network_short_name->name(i*2)+1 = + network_short_name->namei * 2 = 0; + network_short_name->namei * 2 + 1 = c_network_namei; - } network_short_name->length = size*2+1; network_short_name->coding_scheme = 1;
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
.