Projects
osmocom:master
open5gs
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 69
View file
commit_9170617df15eae3b71ee177bf0c21bcf3df9dcde.txt
Added
View file
commit_f85ff227c8dc115e18a5efc1750609e84c9dfbea.txt
Deleted
View file
open5gs_2.5.5.33.f85ff.dsc -> open5gs_2.5.5.34.9170.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.5.5.33.f85ff +Version: 2.5.5.34.9170 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: - bbaf89719d5fdf9c4b063e72c04fed4196b1ac1a 13147384 open5gs_2.5.5.33.f85ff.tar.xz + 04ca6217cec5dc51a45ad262cb6049abaed284c9 13147492 open5gs_2.5.5.34.9170.tar.xz Checksums-Sha256: - c50b5b2c67a6a24142bd35c8220a4854df37c8b25b5f1574c7173964a7d0d642 13147384 open5gs_2.5.5.33.f85ff.tar.xz + 60e3e0d43393d3bf01f3c569823ae9729f3b7bb75590775bad25e2d518783872 13147492 open5gs_2.5.5.34.9170.tar.xz Files: - 70cf2e1392c52df5df27f00fa6d20743 13147384 open5gs_2.5.5.33.f85ff.tar.xz + 94785c551a8bf624aa5f22ee0c086c76 13147492 open5gs_2.5.5.34.9170.tar.xz
View file
open5gs_2.5.5.33.f85ff.tar.xz/.tarball-version -> open5gs_2.5.5.34.9170.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.5.5.33-f85ff +2.5.5.34-9170
View file
open5gs_2.5.5.33.f85ff.tar.xz/debian/changelog -> open5gs_2.5.5.34.9170.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.5.5.33.f85ff) unstable; urgency=medium +open5gs (2.5.5.34.9170) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 26 Nov 2022 15:15:00 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 27 Nov 2022 00:10:49 +0000 open5gs (2.5.6) unstable; urgency=medium
View file
open5gs_2.5.5.33.f85ff.tar.xz/src/amf/gmm-handler.c -> open5gs_2.5.5.34.9170.tar.xz/src/amf/gmm-handler.c
Changed
@@ -664,9 +664,22 @@ amf_ue->nas.ue.tsc, amf_ue->nas.amf.tsc, amf_ue->nas.ue.ksi, amf_ue->nas.amf.ksi); - if (deregistration_request->de_registration_type.switch_off) + if (deregistration_request->de_registration_type.switch_off) { ogs_debug(" Switch-Off"); + /* + * Issue #1917 + * + * When the UE sends a De-registration Request with Switch-Off, + * AMF should remove the the stored UE Radio Capability. + * + * Otherwise, the Radio Capability will not match + * because the gNB will not query the Radio Capability + * when the UE changes USIM. + */ + OGS_ASN_CLEAR_DATA(&amf_ue->ueRadioCapability); + } + ogs_info("%s SUCI", amf_ue->suci); amf_sbi_send_release_all_sessions(
View file
open5gs_2.5.5.33.f85ff.tar.xz/src/mme/emm-handler.c -> open5gs_2.5.5.34.9170.tar.xz/src/mme/emm-handler.c
Changed
@@ -423,9 +423,22 @@ default: /* all other values */ break; } - if (detach_request->detach_type.switch_off) + if (detach_request->detach_type.switch_off) { ogs_debug(" Switch-Off"); + /* + * Issue #1917 + * + * When the UE sends a Detach Request with Switch-Off, + * MME should remove the the stored UE Radio Capability. + * + * Otherwise, the Radio Capability will not match + * because the eNB will not query the Radio Capability + * when the UE changes USIM. + */ + OGS_ASN_CLEAR_DATA(&mme_ue->ueRadioCapability); + } + return OGS_OK; }
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
.