Projects
osmocom:master
open5gs
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 248
View file
commit_a7898cb26c2d24de4e92a4e73ba78c376885ce5b.txt
Added
View file
commit_fa5d9003d7120205c67c3970cbc4cfbfb24c732a.txt
Deleted
View file
open5gs_2.6.4.35.fa5d9.dsc -> open5gs_2.6.4.36.a7898.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.35.fa5d9 +Version: 2.6.4.36.a7898 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: - 79ae2e88b210cbac832a659e3ca7600f2702c37e 14124780 open5gs_2.6.4.35.fa5d9.tar.xz + 40f49a09415a19552897421411385f8218ded9cc 14124168 open5gs_2.6.4.36.a7898.tar.xz Checksums-Sha256: - e0ef29eed00ddac09a4fc4932f7e977bbad00e4bd8b266268291ad5ffeba39cc 14124780 open5gs_2.6.4.35.fa5d9.tar.xz + 7e61d228877f84168ccc73327aabe75cd354f4e2dc4b5d3624bb63500c2da8b5 14124168 open5gs_2.6.4.36.a7898.tar.xz Files: - 4387b777b2339b0cda13828eb8a5bc62 14124780 open5gs_2.6.4.35.fa5d9.tar.xz + c1fb094cd69b83f39adee34c62d53d9e 14124168 open5gs_2.6.4.36.a7898.tar.xz
View file
open5gs_2.6.4.35.fa5d9.tar.xz/.tarball-version -> open5gs_2.6.4.36.a7898.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.6.4.35-fa5d9 +2.6.4.36-a7898
View file
open5gs_2.6.4.35.fa5d9.tar.xz/debian/changelog -> open5gs_2.6.4.36.a7898.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.6.4.35.fa5d9) unstable; urgency=medium +open5gs (2.6.4.36.a7898) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 13 Jul 2023 13:49:22 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Thu, 13 Jul 2023 23:24:15 +0000 open5gs (2.6.4) unstable; urgency=medium
View file
open5gs_2.6.4.35.fa5d9.tar.xz/lib/gtp/xact.c -> open5gs_2.6.4.36.a7898.tar.xz/lib/gtp/xact.c
Changed
@@ -88,15 +88,19 @@ xact->cb = cb; xact->data = data; - xact->tm_response = ogs_timer_add( - ogs_app()->timer_mgr, response_timeout, xact); - ogs_assert(xact->tm_response); - xact->response_rcount = ogs_app()->time.message.gtp.n3_response_rcount, + /* 7.6 "The T3-RESPONSE timer shall be started when a signalling request + * message (for which a response has been defined) is sent." */ + if (hdesc->type != OGS_GTP1_RAN_INFORMATION_RELAY_TYPE) { + xact->tm_response = ogs_timer_add( + ogs_app()->timer_mgr, response_timeout, xact); + ogs_assert(xact->tm_response); + xact->response_rcount = ogs_app()->time.message.gtp.n3_response_rcount; + } xact->tm_holding = ogs_timer_add( ogs_app()->timer_mgr, holding_timeout, xact); ogs_assert(xact->tm_holding); - xact->holding_rcount = ogs_app()->time.message.gtp.n3_holding_rcount, + xact->holding_rcount = ogs_app()->time.message.gtp.n3_holding_rcount; ogs_list_add(&xact->gnode->local_list, xact); @@ -987,6 +991,7 @@ case OGS_GTP1_FORWARD_RELOCATION_REQUEST_TYPE: case OGS_GTP1_RELOCATION_CANCEL_REQUEST_TYPE: case OGS_GTP1_UE_REGISTRATION_QUERY_REQUEST_TYPE: + case OGS_GTP1_RAN_INFORMATION_RELAY_TYPE: stage = GTP_XACT_INITIAL_STAGE; break; case OGS_GTP1_ECHO_RESPONSE_TYPE:
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
.