Projects
osmocom:master
osmo-bts
Log In
Username
Password
Error getting diff: tar:
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 206
View file
commit_0a34af1530760bb6b69173f31bfd47cfe62ab002.txt
Deleted
View file
commit_a928fce659338abc28c84c242cf7372724bc8800.txt
Added
View file
osmo-bts_1.8.0.13.0a34.dsc -> osmo-bts_1.8.0.14.a928.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.8.0.13.0a34 +Version: 1.8.0.14.a928 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: - 0d3bdfd80f50f79c58b188a430eb6300ff1e0355 514588 osmo-bts_1.8.0.13.0a34.tar.xz + ec808e75c301cc96f4ffbc2d1790f571980b3dda 514332 osmo-bts_1.8.0.14.a928.tar.xz Checksums-Sha256: - e259822013b52d3f1fc309d05d1be5273093502b2d8b98448ccabe5d9798c451 514588 osmo-bts_1.8.0.13.0a34.tar.xz + ee7f81bf964968336d422e258fce7c881ee9a1ab1116d6e63687463ed3316d15 514332 osmo-bts_1.8.0.14.a928.tar.xz Files: - 88b09b9320cda00b392ddf28c216a0b3 514588 osmo-bts_1.8.0.13.0a34.tar.xz + 47dd636fa3d4030c4ecf6ac1be4dd120 514332 osmo-bts_1.8.0.14.a928.tar.xz
View file
osmo-bts_1.8.0.13.0a34.tar.xz/.tarball-version -> osmo-bts_1.8.0.14.a928.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.13-0a34 +1.8.0.14-a928
View file
osmo-bts_1.8.0.13.0a34.tar.xz/debian/changelog -> osmo-bts_1.8.0.14.a928.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bts (1.8.0.13.0a34) unstable; urgency=medium +osmo-bts (1.8.0.14.a928) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 05 Nov 2024 09:32:56 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 08 Nov 2024 15:27:10 +0000 osmo-bts (1.8.0) unstable; urgency=medium
View file
osmo-bts_1.8.0.13.0a34.tar.xz/src/common/l1sap.c -> osmo-bts_1.8.0.14.a928.tar.xz/src/common/l1sap.c
Changed
@@ -2097,7 +2097,7 @@ if (lchan->abis_ip.osmux.use) { lchan_osmux_send_frame(lchan, rtp_pl, rtp_pl_len, fn_ms_adj(fn, lchan), lchan->rtp_tx_marker); - } else if (lchan->abis_ip.rtp_socket) { + } else if (lchan->abis_ip.rtp_socket != NULL) { osmo_rtp_send_frame_ext(lchan->abis_ip.rtp_socket, rtp_pl, rtp_pl_len, fn_ms_adj(fn, lchan), lchan->rtp_tx_marker); rate_ctr_inc2(bts->ctrs, BTS_CTR_RTP_TX_TOTAL); @@ -2116,14 +2116,15 @@ { struct gsm_bts *bts = lchan->ts->trx->bts; - rate_ctr_inc2(bts->ctrs, BTS_CTR_RTP_TX_TOTAL); - if (lchan->rtp_tx_marker) - rate_ctr_inc2(bts->ctrs, BTS_CTR_RTP_TX_MARKER); - - osmo_rtp_send_frame_ext(lchan->abis_ip.rtp_socket, - rtp_pl, rtp_pl_len, - GSM_RTP_DURATION, - lchan->rtp_tx_marker); + if (lchan->abis_ip.rtp_socket != NULL) { + osmo_rtp_send_frame_ext(lchan->abis_ip.rtp_socket, + rtp_pl, rtp_pl_len, + GSM_RTP_DURATION, + lchan->rtp_tx_marker); + rate_ctr_inc2(bts->ctrs, BTS_CTR_RTP_TX_TOTAL); + if (lchan->rtp_tx_marker) + rate_ctr_inc2(bts->ctrs, BTS_CTR_RTP_TX_MARKER); + } /* Only clear the marker bit once we have sent a RTP packet with it */ lchan->rtp_tx_marker = false; }
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
.