Projects
osmocom:master
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 221
View file
commit_16387078cd21f5c6ab243d9f360282350d910eea.txt
Added
View file
commit_63df530bb44e0ba99d957cce4252da8e6b8c5466.txt
Deleted
View file
open5gs_2.6.3.7.63df.dsc -> open5gs_2.6.3.8.16387.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.3.7.63df +Version: 2.6.3.8.16387 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: - c37d55a5b3279c7cfd666f375ba68253a5b769c8 14122212 open5gs_2.6.3.7.63df.tar.xz + 44f1872d32fea0223a421cab036f22c20c14b760 14122256 open5gs_2.6.3.8.16387.tar.xz Checksums-Sha256: - 3ddf11fc139607cd9b95a21f48f58304f3f74cf604197b571ec57a409c7192fa 14122212 open5gs_2.6.3.7.63df.tar.xz + de9cc58f8947a3a50300d65a9fe1f30ca01fda786bd129a9094e21363b0721c1 14122256 open5gs_2.6.3.8.16387.tar.xz Files: - 6792c001a09310a9f837aec212fbb937 14122212 open5gs_2.6.3.7.63df.tar.xz + c6054b56deb262e3e9d08e79b04f6efc 14122256 open5gs_2.6.3.8.16387.tar.xz
View file
open5gs_2.6.3.7.63df.tar.xz/.tarball-version -> open5gs_2.6.3.8.16387.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.6.3.7-63df +2.6.3.8-16387
View file
open5gs_2.6.3.7.63df.tar.xz/debian/changelog -> open5gs_2.6.3.8.16387.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.6.3.7.63df) unstable; urgency=medium +open5gs (2.6.3.8.16387) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 13 May 2023 22:41:49 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 14 May 2023 00:09:57 +0000 open5gs (2.6.3) unstable; urgency=medium
View file
open5gs_2.6.3.7.63df.tar.xz/src/amf/gmm-handler.c -> open5gs_2.6.3.8.16387.tar.xz/src/amf/gmm-handler.c
Changed
@@ -336,7 +336,7 @@ { amf_sess_t *sess = NULL; uint16_t psimask; - int i = 0; + int i = 0, served_tai_index = 0; ogs_nas_5gs_tracking_area_identity_t *last_visited_registered_tai = NULL; ogs_nas_uplink_data_status_t *uplink_data_status = NULL; @@ -356,6 +356,14 @@ update_type = ®istration_request->update_type; ogs_assert(update_type); + served_tai_index = amf_find_served_tai(&amf_ue->nr_tai); + if (served_tai_index < 0) { + ogs_error("Cannot find Served TAIPLMN_ID:%06x,TAC:%d", + ogs_plmn_id_hexdump(&amf_ue->nr_tai.plmn_id), amf_ue->nr_tai.tac.v); + return OGS_5GMM_CAUSE_TRACKING_AREA_NOT_ALLOWED; + } + ogs_debug(" SERVED_TAI_INDEX%d", served_tai_index); + if (registration_request->presencemask & OGS_NAS_5GS_REGISTRATION_REQUEST_NAS_MESSAGE_CONTAINER_PRESENT) {
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
.