Projects
osmocom:nightly
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 700
View file
open5gs_2.7.1.23.02d30.202405202026.dsc -> open5gs_2.7.1.24.87d9.202405212026.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.1.23.02d30.202405202026 +Version: 2.7.1.24.87d9.202405212026 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: - ed0c54322810ab12c02d948ac8308183d2619f9f 14494992 open5gs_2.7.1.23.02d30.202405202026.tar.xz + d2b6478cf0d77525ec31f28991ede8d790a285c3 14493908 open5gs_2.7.1.24.87d9.202405212026.tar.xz Checksums-Sha256: - ad35f0ddb24731a032373b82fff8640b21c52dac721c9c54a5a8a6235593828e 14494992 open5gs_2.7.1.23.02d30.202405202026.tar.xz + d9cc80f56a2485496778f6cfbb60c6184ecb4fa39dfe0eb1e5d930aa2e67013a 14493908 open5gs_2.7.1.24.87d9.202405212026.tar.xz Files: - a93bcd8cabd6e89781a12a1cfbcbd989 14494992 open5gs_2.7.1.23.02d30.202405202026.tar.xz + 97b071e0ddc63fc99a2ef38390d086c8 14493908 open5gs_2.7.1.24.87d9.202405212026.tar.xz
View file
open5gs_2.7.1.23.02d30.202405202026.tar.xz/.tarball-version -> open5gs_2.7.1.24.87d9.202405212026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.7.1.23-02d30.202405202026 +2.7.1.24-87d9.202405212026
View file
open5gs_2.7.1.23.02d30.202405202026.tar.xz/debian/changelog -> open5gs_2.7.1.24.87d9.202405212026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.7.1.23.02d30.202405202026) unstable; urgency=medium +open5gs (2.7.1.24.87d9.202405212026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 20 May 2024 20:27:39 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 21 May 2024 20:27:41 +0000 open5gs (2.7.1) unstable; urgency=medium
View file
open5gs_2.7.1.23.02d30.202405202026.tar.xz/src/mme/mme-context.h -> open5gs_2.7.1.24.87d9.202405212026.tar.xz/src/mme/mme-context.h
Changed
@@ -760,6 +760,9 @@ ogs_session_t *session; + uint8_t pdp_type_num; + ogs_ip_t pdp_address; + /* Save Protocol Configuration Options from UE */ struct { uint8_t length;
View file
open5gs_2.7.1.23.02d30.202405202026.tar.xz/src/mme/mme-gn-build.c -> open5gs_2.7.1.24.87d9.202405212026.tar.xz/src/mme/mme-gn-build.c
Changed
@@ -156,8 +156,8 @@ .receive_npdu_nr = 0, .ul_teic = sess->pgw_s5c_teid, .pdp_type_org = OGS_PDP_EUA_ORG_IETF, - .pdp_type_num = {sess->session->session_type, }, - .pdp_address = {sess->session->ue_ip, }, + .pdp_type_num = {sess->pdp_type_num, }, + .pdp_address = {sess->pdp_address, }, .ggsn_address_c = sess->pgw_s5c_ip, .trans_id = sess->pti, };
View file
open5gs_2.7.1.23.02d30.202405202026.tar.xz/src/mme/mme-gn-handler.c -> open5gs_2.7.1.24.87d9.202405212026.tar.xz/src/mme/mme-gn-handler.c
Changed
@@ -238,11 +238,10 @@ } ogs_sess->smf_ip = gtp1_pdp_ctx->ggsn_address_c; ogs_sess->context_identifier = gtp1_pdp_ctx->pdp_ctx_id; - ogs_sess->session_type = gtp1_pdp_ctx->pdp_type_num0; - ogs_sess->ue_ip = gtp1_pdp_ctx->pdp_address0; + ogs_sess->paa.session_type = gtp1_pdp_ctx->pdp_type_num0; /* TODO: sess->paa with gtp1_pdp_ctx->pdp_address0, using/implementing ogs_gtp2_ip_to_paa ? */ - ogs_ip_to_paa(&ogs_sess->ue_ip, &ogs_sess->paa); + ogs_ip_to_paa(>p1_pdp_ctx->pdp_address0, &ogs_sess->paa); /* 3GPP TS 23.060 section 9.2.1A: "The QoS profiles of the PDP context and EPS bearer are mapped as specified in TS 23.401" * 3GPP TS 23.401 Annex E: "Mapping between EPS and Release 99 QoS parameters" @@ -266,7 +265,7 @@ sess->session = ogs_sess; sess->pgw_s5c_teid = gtp1_pdp_ctx->ul_teic; sess->pgw_s5c_ip = gtp1_pdp_ctx->ggsn_address_c; - switch (ogs_sess->session_type) { + switch (ogs_sess->paa.session_type) { case OGS_PDU_SESSION_TYPE_IPV4: sess->request_type.type = OGS_NAS_EPS_PDN_TYPE_IPV4; break;
View file
open5gs_2.7.1.23.02d30.202405202026.tar.xz/src/mme/mme-s11-handler.c -> open5gs_2.7.1.24.87d9.202405212026.tar.xz/src/mme/mme-s11-handler.c
Changed
@@ -381,11 +381,9 @@ * * Therefore, the code below will be deleted. */ -#if 0 /* WILL BE DELETED */ - session->session_type = session->paa.session_type; + sess->pdp_type_num = session->paa.session_type; ogs_assert(OGS_OK == - ogs_paa_to_ip(&session->paa, &session->ue_ip)); -#endif + ogs_paa_to_ip(&session->paa, &sess->pdp_address)); } /* ePCO */
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
.