Projects
osmocom:nightly
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 461
View file
open5gs_2.6.4.105.0abf.202309242026.dsc -> open5gs_2.6.4.108.445bf.202309252026.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-ausf, open5gs-udm, open5gs-pcf, open5gs-nssf, open5gs-bsf, open5gs-udr, open5gs, open5gs-dbg Architecture: any -Version: 2.6.4.105.0abf.202309242026 +Version: 2.6.4.108.445bf.202309252026 Maintainer: Harald Welte <laforge@gnumonks.org> Uploaders: Sukchan Lee <acetcom@gmail.com> Homepage: https://open5gs.org @@ -31,8 +31,8 @@ open5gs-udr deb net optional arch=any open5gs-upf deb net optional arch=any Checksums-Sha1: - 5d54e62242aedc87e6498e212b718e0f30dc0aae 14395920 open5gs_2.6.4.105.0abf.202309242026.tar.xz + 77dbe421fff0a5ce62f62f10ddc8c62513da899d 14396712 open5gs_2.6.4.108.445bf.202309252026.tar.xz Checksums-Sha256: - 0b39dedf91d7bb3ad26b87ed5695ef3076a980cfecc991ab5c0feeceb8fcae10 14395920 open5gs_2.6.4.105.0abf.202309242026.tar.xz + 0fec4bdaeb6c39655b04b43c1c0bb25fd569de4a43c040742533ad654f821295 14396712 open5gs_2.6.4.108.445bf.202309252026.tar.xz Files: - 3b0e53ccac9795a6c6f66d3fe6492bca 14395920 open5gs_2.6.4.105.0abf.202309242026.tar.xz + 60002df742144602f8a2b1f7f41862c1 14396712 open5gs_2.6.4.108.445bf.202309252026.tar.xz
View file
open5gs_2.6.4.105.0abf.202309242026.tar.xz/.tarball-version -> open5gs_2.6.4.108.445bf.202309252026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.6.4.105-0abf.202309242026 +2.6.4.108-445bf.202309252026
View file
open5gs_2.6.4.105.0abf.202309242026.tar.xz/debian/changelog -> open5gs_2.6.4.108.445bf.202309252026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.6.4.105.0abf.202309242026) unstable; urgency=medium +open5gs (2.6.4.108.445bf.202309252026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Sun, 24 Sep 2023 20:27:49 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 25 Sep 2023 20:27:44 +0000 open5gs (2.6.4) unstable; urgency=medium
View file
open5gs_2.6.4.105.0abf.202309242026.tar.xz/lib/pfcp/handler.c -> open5gs_2.6.4.108.445bf.202309252026.tar.xz/lib/pfcp/handler.c
Changed
@@ -1145,7 +1145,7 @@ if (message->qer_id.presence == 0) { ogs_error("No QER-ID"); *cause_value = OGS_PFCP_CAUSE_MANDATORY_IE_MISSING; - *offending_ie_value = OGS_PFCP_FAR_ID_TYPE; + *offending_ie_value = OGS_PFCP_QER_ID_TYPE; return NULL; } @@ -1153,7 +1153,7 @@ if (!qer) { ogs_error("Cannot find QER-ID%d in PDR", message->qer_id.u32); *cause_value = OGS_PFCP_CAUSE_MANDATORY_IE_INCORRECT; - *offending_ie_value = OGS_PFCP_FAR_ID_TYPE; + *offending_ie_value = OGS_PFCP_QER_ID_TYPE; return NULL; } @@ -1197,7 +1197,7 @@ if (message->qer_id.presence == 0) { ogs_error("No QER-ID"); *cause_value = OGS_PFCP_CAUSE_MANDATORY_IE_MISSING; - *offending_ie_value = OGS_PFCP_FAR_ID_TYPE; + *offending_ie_value = OGS_PFCP_QER_ID_TYPE; return NULL; } @@ -1205,7 +1205,7 @@ if (!qer) { ogs_error("Cannot find QER-ID%d in PDR", message->qer_id.u32); *cause_value = OGS_PFCP_CAUSE_MANDATORY_IE_INCORRECT; - *offending_ie_value = OGS_PFCP_FAR_ID_TYPE; + *offending_ie_value = OGS_PFCP_QER_ID_TYPE; return NULL; }
View file
open5gs_2.6.4.105.0abf.202309242026.tar.xz/src/ausf/ausf-sm.c -> open5gs_2.6.4.108.445bf.202309252026.tar.xz/src/ausf/ausf-sm.c
Changed
@@ -129,7 +129,6 @@ if (!ausf_ue) { ausf_ue = ausf_ue_add( message.AuthenticationInfo->supi_or_suci); - ogs_assert(ausf_ue); } } break;
View file
open5gs_2.6.4.105.0abf.202309242026.tar.xz/src/ausf/context.c -> open5gs_2.6.4.108.445bf.202309252026.tar.xz/src/ausf/context.c
Changed
@@ -126,6 +126,10 @@ ogs_assert(suci); ogs_pool_alloc(&ausf_ue_pool, &ausf_ue); + if (!ausf_ue) { + ogs_error("ogs_pool_alloc() failed"); + return NULL; + } ogs_assert(ausf_ue); memset(ausf_ue, 0, sizeof *ausf_ue);
View file
open5gs_2.6.4.105.0abf.202309242026.tar.xz/webui/src/components/Account/Edit.js -> open5gs_2.6.4.108.445bf.202309252026.tar.xz/webui/src/components/Account/Edit.js
Changed
@@ -145,7 +145,7 @@ return ( <Form - visible={visible} + visible={isLoading ? false : visible} title={(action === 'update') ? 'Edit Account' : 'Create Account'} width="480px" height="400px"
View file
open5gs_2.6.4.105.0abf.202309242026.tar.xz/webui/src/components/Profile/Edit.js -> open5gs_2.6.4.108.445bf.202309252026.tar.xz/webui/src/components/Profile/Edit.js
Changed
@@ -715,7 +715,7 @@ return ( <Form - visible={visible} + visible={isLoading ? false : visible} title={(action === 'update') ? 'Edit Profile' : 'Create Profile'} schema={this.state.schema} uiSchema={this.state.uiSchema}
View file
open5gs_2.6.4.105.0abf.202309242026.tar.xz/webui/src/components/Subscriber/Edit.js -> open5gs_2.6.4.108.445bf.202309252026.tar.xz/webui/src/components/Subscriber/Edit.js
Changed
@@ -808,7 +808,7 @@ return ( <Form - visible={visible} + visible={isLoading ? false : visible} title={(action === 'update') ? 'Edit Subscriber' : 'Create Subscriber'} schema={this.state.schema} uiSchema={this.state.uiSchema}
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
.