Projects
osmocom:master
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 305
View file
commit_0abfb204ea2c1c5d677e7e99667f018599924f0e.txt
Deleted
View file
commit_5623b1a0a15d42ccd44f840f6f5d7863835ab9f7.txt
Added
View file
open5gs_2.6.4.105.0abf.dsc -> open5gs_2.6.4.106.5623.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 +Version: 2.6.4.106.5623 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: - ef415fdbe8c570eb610007433a1d3ebb9e4fc2bf 14396188 open5gs_2.6.4.105.0abf.tar.xz + 120feced86dfa33ab0f7cee52786774a6d804954 14396044 open5gs_2.6.4.106.5623.tar.xz Checksums-Sha256: - ed0387116ecd21b3bb0b1c0ff2d545291e9df8a7beac1687cf8c705e9ea20ef3 14396188 open5gs_2.6.4.105.0abf.tar.xz + 12d2da54c7866789b283322c00f2fa71916711cea736748ec3ac2669ecea99b6 14396044 open5gs_2.6.4.106.5623.tar.xz Files: - 68047a9a3fe32db0ef54de72e61007db 14396188 open5gs_2.6.4.105.0abf.tar.xz + b0a4e2e153d2b82c4dc605bad96104ac 14396044 open5gs_2.6.4.106.5623.tar.xz
View file
open5gs_2.6.4.105.0abf.tar.xz/.tarball-version -> open5gs_2.6.4.106.5623.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.6.4.105-0abf +2.6.4.106-5623
View file
open5gs_2.6.4.105.0abf.tar.xz/debian/changelog -> open5gs_2.6.4.106.5623.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.6.4.105.0abf) unstable; urgency=medium +open5gs (2.6.4.106.5623) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sun, 24 Sep 2023 00:57:16 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 25 Sep 2023 13:07:31 +0000 open5gs (2.6.4) unstable; urgency=medium
View file
open5gs_2.6.4.105.0abf.tar.xz/lib/pfcp/handler.c -> open5gs_2.6.4.106.5623.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; }
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
.