Projects
osmocom:master
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 531
View file
commit_0e441cf710bae0f11014c8e6945cfdf4567f3100.txt
Added
View file
commit_e3790b45b4bc0b261e0946cf93755099a9525cfd.txt
Deleted
View file
open5gs_2.7.2.4529.e379.dsc -> open5gs_2.7.2.4530.0e44.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.2.4529.e379 +Version: 2.7.2.4530.0e44 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: - ce9c1177208b08ce8585ad225be3a1471639ebca 14508860 open5gs_2.7.2.4529.e379.tar.xz + ba56d0188b67eeea39cbb30b91dda24edae61940 14508800 open5gs_2.7.2.4530.0e44.tar.xz Checksums-Sha256: - b3ccd18d553c75e06d2c0887e964c7f69a3a65043cb345d2241d6dba217b23b4 14508860 open5gs_2.7.2.4529.e379.tar.xz + 02ee8c54e88d6938b6b5af61673bf499c75c3b8be40081e536dc4d8a6da76ec6 14508800 open5gs_2.7.2.4530.0e44.tar.xz Files: - cbb9e1b576394c26c5c072007bb932cc 14508860 open5gs_2.7.2.4529.e379.tar.xz + 8d0b0b772638e1e5d67646005d53233d 14508800 open5gs_2.7.2.4530.0e44.tar.xz
View file
open5gs_2.7.2.4529.e379.tar.xz/.tarball-version -> open5gs_2.7.2.4530.0e44.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.2.4529-e379 +2.7.2.4530-0e44
View file
open5gs_2.7.2.4529.e379.tar.xz/debian/changelog -> open5gs_2.7.2.4530.0e44.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.2.4529.e379) unstable; urgency=medium +open5gs (2.7.2.4530.0e44) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 17 Oct 2024 15:11:08 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 20 Oct 2024 07:41:29 +0000 open5gs (2.7.2) unstable; urgency=medium
View file
open5gs_2.7.2.4529.e379.tar.xz/src/mme/sgsap-build.c -> open5gs_2.7.2.4530.0e44.tar.xz/src/mme/sgsap-build.c
Changed
@@ -34,6 +34,8 @@ served_gummei_t *served_gummei = &mme_self()->served_gummei0; char eps_update_type; ogs_nas_lai_t lai; + ogs_eps_tai_t tai; + ogs_e_cgi_t e_cgi; ogs_assert(mme_ue); csmap = mme_ue->csmap; @@ -59,6 +61,20 @@ ogs_tlv_add(root, OGS_TLV_MODE_T1_L1, SGSAP_IE_LAI_TYPE, SGSAP_IE_LAI_LEN, 0, &lai); + /* + * TS 29.118 5.2.2.2.1 + * The MME shall add the UE's current TAI and E-CGI + * to the SGsAP-LOCATION-UPDATE-REQUEST message. + */ + memcpy(&tai, &mme_ue->tai, sizeof(ogs_eps_tai_t)); + tai.tac = htobe16(tai.tac); + ogs_tlv_add(root, OGS_TLV_MODE_T1_L1, SGSAP_IE_TAI_TYPE, + SGSAP_IE_TAI_LEN, 0, &tai); + memcpy(&e_cgi, &mme_ue->e_cgi, sizeof(ogs_e_cgi_t)); + e_cgi.cell_id = htobe32(e_cgi.cell_id); + ogs_tlv_add(root, OGS_TLV_MODE_T1_L1, SGSAP_IE_E_CGI_TYPE, + SGSAP_IE_E_CGI_LEN, 0, &e_cgi); + pkbuf = ogs_pkbuf_alloc(NULL, OGS_MAX_SDU_LEN); if (!pkbuf) { ogs_error("ogs_pkbuf_alloc() failed");
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
.