Projects
osmocom:master
osmo-bts
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 11
View file
osmo-bts.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-bts Requires: osmocom-master -Version: 1.5.0.41.77fd0 +Version: 1.5.0.42.7648 Release: 0 Summary: Osmocom BTS-Side code (Abis, scheduling) License: AGPL-3.0-or-later AND GPL-2.0-only Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmobts -Source: osmo-bts_1.5.0.41.77fd0.tar.xz +Source: osmo-bts_1.5.0.42.7648.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_764820e742e73ca2d1fc47e8d0f57c8025046ff3.txt
Added
View file
commit_77fd0a589cec2804ee761351f1fec90b4d811793.txt
Deleted
View file
osmo-bts_1.5.0.41.77fd0.dsc -> osmo-bts_1.5.0.42.7648.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-bts Binary: osmo-bts, osmo-bts-trx, osmo-bts-trx-dbg, osmo-bts-virtual, osmo-bts-virtual-dbg, osmo-bts-doc Architecture: any all -Version: 1.5.0.41.77fd0 +Version: 1.5.0.42.7648 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmobts Standards-Version: 3.9.8 @@ -17,8 +17,8 @@ osmo-bts-virtual deb net optional arch=any osmo-bts-virtual-dbg deb debug extra arch=any Checksums-Sha1: - ffb9d09e9249e723dc472f2c55dce3143dd3f7b4 461196 osmo-bts_1.5.0.41.77fd0.tar.xz + 88bd38d7e23ea55884fc8ad68974ed4ffc7fbbba 461420 osmo-bts_1.5.0.42.7648.tar.xz Checksums-Sha256: - 4f0baaa6d44e25aaca9ee29959bbe131f574d62d535d16c71b0052a7677aa0a2 461196 osmo-bts_1.5.0.41.77fd0.tar.xz + 931d26799736be1cf0b2b4f4fbb7486870ce26ff3b75a838ef753bd4c18b0eb1 461420 osmo-bts_1.5.0.42.7648.tar.xz Files: - 95df46ca043e27558204281e34f99aa0 461196 osmo-bts_1.5.0.41.77fd0.tar.xz + 96b68c21ab3e639d2445399548b8e6c9 461420 osmo-bts_1.5.0.42.7648.tar.xz
View file
osmo-bts_1.5.0.41.77fd0.tar.xz/.tarball-version -> osmo-bts_1.5.0.42.7648.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.41-77fd0 +1.5.0.42-7648
View file
osmo-bts_1.5.0.41.77fd0.tar.xz/debian/changelog -> osmo-bts_1.5.0.42.7648.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bts (1.5.0.41.77fd0) unstable; urgency=medium +osmo-bts (1.5.0.42.7648) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 13 Oct 2022 14:35:00 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sat, 29 Oct 2022 20:11:15 +0000 osmo-bts (1.5.0) unstable; urgency=medium
View file
osmo-bts_1.5.0.41.77fd0.tar.xz/src/common/osmux.c -> osmo-bts_1.5.0.42.7648.tar.xz/src/common/osmux.c
Changed
@@ -493,6 +493,12 @@ rtph = (struct rtp_hdr *)msgb_data(msg); rtph->marker = marker; + /* Avoid using the osmux.in if not yet connected. */ + if (!lchan_osmux_connected(lchan)) { + msgb_free(msg); + return -1; + } + while ((rc = osmux_xfrm_input(lchan->abis_ip.osmux.in, msg, lchan->abis_ip.osmux.remote_cid)) > 0) { /* batch full, build and deliver it */
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
.