Projects
osmocom:master
osmo-sgsn
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 64
View file
commit_12ed86d17a3c2da43317def79073d5259dd61053.txt
Deleted
View file
commit_13592d2fa5d5318857e6b67ff038d66afd3eff59.txt
Added
View file
osmo-sgsn_1.12.0.11.12ed8.dsc -> osmo-sgsn_1.12.0.12.1359.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-sgsn Binary: osmo-sgsn, osmo-sgsn-dbg, osmo-gtphub, osmo-gtphub-dbg, osmo-sgsn-doc Architecture: any all -Version: 1.12.0.11.12ed8 +Version: 1.12.0.12.1359 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-sgsn Standards-Version: 3.9.8 @@ -16,8 +16,8 @@ osmo-sgsn-dbg deb debug extra arch=any osmo-sgsn-doc deb doc optional arch=all Checksums-Sha1: - ec3c1e7789ff96fac352c1e3d8719e35fb02c7cd 232428 osmo-sgsn_1.12.0.11.12ed8.tar.xz + cd44ce8725173a5725d1fc1c75bb5d23a072e683 232396 osmo-sgsn_1.12.0.12.1359.tar.xz Checksums-Sha256: - 9bb5f9c542b5f74d84f7f132e1b99291eccd5b2c32ab088e91ca267fde2ec0bb 232428 osmo-sgsn_1.12.0.11.12ed8.tar.xz + 267ab29c120ff6765ec822f1c3ea7e4e00b232dafb6bb6fa5eca8b979cece9a0 232396 osmo-sgsn_1.12.0.12.1359.tar.xz Files: - 7125f8fe93ffb131c5ccf62ab40a0d24 232428 osmo-sgsn_1.12.0.11.12ed8.tar.xz + 91fa5fcbdc39ce66ebff2eb4df647bfa 232396 osmo-sgsn_1.12.0.12.1359.tar.xz
View file
osmo-sgsn_1.12.0.11.12ed8.tar.xz/.tarball-version -> osmo-sgsn_1.12.0.12.1359.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.12.0.11-12ed8 +1.12.0.12-1359
View file
osmo-sgsn_1.12.0.11.12ed8.tar.xz/debian/changelog -> osmo-sgsn_1.12.0.12.1359.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-sgsn (1.12.0.11.12ed8) unstable; urgency=medium +osmo-sgsn (1.12.0.12.1359) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 22 Aug 2024 12:12:35 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 30 Aug 2024 05:26:28 +0000 osmo-sgsn (1.12.0) unstable; urgency=medium
View file
osmo-sgsn_1.12.0.11.12ed8.tar.xz/src/sgsn/gprs_sm.c -> osmo-sgsn_1.12.0.12.1359.tar.xz/src/sgsn/gprs_sm.c
Changed
@@ -114,9 +114,14 @@ static void pdpctx_timer_stop(struct sgsn_pdp_ctx *pdp, unsigned int T) { - if (pdp->T != T) + if (!osmo_timer_pending(&pdp->timer)) { + LOGPDPCTXP(LOGL_NOTICE, pdp, "Stopping *inactive* PDP timer %u\n", T); + return; + } + if (pdp->T != T) { LOGPDPCTXP(LOGL_ERROR, pdp, "Stopping PDP timer %u but " "%u is running\n", T, pdp->T); + } osmo_timer_del(&pdp->timer); }
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
.