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 2
View file
osmo-sgsn.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-sgsn Requires: osmocom-master -Version: 1.9.0.5.13ccb +Version: 1.9.0.6.5596 Release: 0 Summary: Osmocom's SGSN for 2G and 3G packet-switched mobile networks License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmosgsn -Source: osmo-sgsn_1.9.0.5.13ccb.tar.xz +Source: osmo-sgsn_1.9.0.6.5596.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_13ccbc1e6120fe78f6f9f950d7242090920ca41b.txt
Deleted
View file
commit_559636a4a2f08cb9126dcae0193c04c6a19be213.txt
Added
View file
osmo-sgsn_1.9.0.5.13ccb.dsc -> osmo-sgsn_1.9.0.6.5596.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.9.0.5.13ccb +Version: 1.9.0.6.5596 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: - 578dc89908190e263cf1c8f7280e9eab6dea39cf 228792 osmo-sgsn_1.9.0.5.13ccb.tar.xz + d86d65da85680bb346aaf253605014ad0cafd11d 228756 osmo-sgsn_1.9.0.6.5596.tar.xz Checksums-Sha256: - f5c3b979e0ac9605ebb902c898860dbbaac1cd61f0a7ceac98d714f5d6ec9bd1 228792 osmo-sgsn_1.9.0.5.13ccb.tar.xz + 53f83cf91b8e80ee5aa59ba1e80c6e5129e9dad57eea612e91218e2008b640e4 228756 osmo-sgsn_1.9.0.6.5596.tar.xz Files: - 97bc28229bd3cffa8bab7403786b30e4 228792 osmo-sgsn_1.9.0.5.13ccb.tar.xz + 820e93cedfd98f0458ee06f3a4eba788 228756 osmo-sgsn_1.9.0.6.5596.tar.xz
View file
osmo-sgsn_1.9.0.5.13ccb.tar.xz/.tarball-version -> osmo-sgsn_1.9.0.6.5596.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.9.0.5-13ccb +1.9.0.6-5596
View file
osmo-sgsn_1.9.0.5.13ccb.tar.xz/debian/changelog -> osmo-sgsn_1.9.0.6.5596.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-sgsn (1.9.0.5.13ccb) unstable; urgency=medium +osmo-sgsn (1.9.0.6.5596) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 23 Sep 2022 11:51:46 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 11 Oct 2022 08:00:45 +0000 osmo-sgsn (1.9.0) unstable; urgency=medium
View file
osmo-sgsn_1.9.0.5.13ccb.tar.xz/src/sgsn/gprs_sndcp.c -> osmo-sgsn_1.9.0.6.5596.tar.xz/src/sgsn/gprs_sndcp.c
Changed
@@ -723,13 +723,14 @@ sne = gprs_sndcp_entity_by_lle(lle, nsapi); if (!sne) { - LOGP(DSNDCP, LOGL_ERROR, "Cannot find SNDCP Entity\n"); + LOGP(DSNDCP, LOGL_ERROR, "Cannot find SNDCP Entity (lle=%p, TLLI=%08x, SAPI=%u, NSAPI=%u)\n", + lle, lle->llme->tlli, lle->sapi, nsapi); msgb_free(msg); return -EIO; } /* Check if we need to fragment this N-PDU into multiple SN-PDUs */ - if (msg->len > lle->params.n201_u - + if (msg->len > lle->params.n201_u - (sizeof(*sch) + sizeof(*suh) + sizeof(*scomph))) { /* initialize the fragmenter state */ fs.msg = msg;
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
.