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 93
View file
osmo-bts.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-bts Requires: osmocom-master -Version: 1.6.0.109.acaf +Version: 1.6.0.110.2a60 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.6.0.109.acaf.tar.xz +Source: osmo-bts_1.6.0.110.2a60.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_2a60cc3087542d9e22dbcc9f8bdf4af77feb251f.txt
Added
View file
commit_acaf6c563bdb7cecb06c4ae15be74cb4db475d8b.txt
Deleted
View file
osmo-bts_1.6.0.109.acaf.dsc -> osmo-bts_1.6.0.110.2a60.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.6.0.109.acaf +Version: 1.6.0.110.2a60 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: - 2f4530508a89d84b4cbd88d514dbae4309721e8b 469540 osmo-bts_1.6.0.109.acaf.tar.xz + 1b9a4beaaa6395b86c2861149c46eb7f32656b43 470164 osmo-bts_1.6.0.110.2a60.tar.xz Checksums-Sha256: - ed1141878f547fb81c23a38ee4f001e71da9c05f4f610c1ba3e5c74eebe16b75 469540 osmo-bts_1.6.0.109.acaf.tar.xz + b48cb68076d60d6740c6a172b43f43ebd4e13a91848ae0734a1bede808def8ea 470164 osmo-bts_1.6.0.110.2a60.tar.xz Files: - 77b733912d928b8b07a61e88db69e7cc 469540 osmo-bts_1.6.0.109.acaf.tar.xz + f7d86d49b5fb8b2c4405790e2f51df53 470164 osmo-bts_1.6.0.110.2a60.tar.xz
View file
osmo-bts_1.6.0.109.acaf.tar.xz/.tarball-version -> osmo-bts_1.6.0.110.2a60.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.6.0.109-acaf +1.6.0.110-2a60
View file
osmo-bts_1.6.0.109.acaf.tar.xz/debian/changelog -> osmo-bts_1.6.0.110.2a60.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bts (1.6.0.109.acaf) unstable; urgency=medium +osmo-bts (1.6.0.110.2a60) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 04 May 2023 05:22:10 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Thu, 04 May 2023 05:33:21 +0000 osmo-bts (1.6.0) unstable; urgency=medium
View file
osmo-bts_1.6.0.109.acaf.tar.xz/src/osmo-bts-trx/sched_lchan_tchf.c -> osmo-bts_1.6.0.110.2a60.tar.xz/src/osmo-bts-trx/sched_lchan_tchf.c
Changed
@@ -414,7 +414,7 @@ switch (tch_mode) { case GSM48_CMODE_SPEECH_V1: /* FR / HR */ if (br->chan != TRXC_TCHF) /* HR */ - len = GSM_HR_BYTES + 1; /* RFC 5993 */ + len = GSM_HR_BYTES_RTP_RFC5993; else len = GSM_FR_BYTES; break;
View file
osmo-bts_1.6.0.109.acaf.tar.xz/src/osmo-bts-trx/sched_lchan_tchh.c -> osmo-bts_1.6.0.110.2a60.tar.xz/src/osmo-bts-trx/sched_lchan_tchh.c
Changed
@@ -184,7 +184,7 @@ rc = gsm0503_tch_hr_decode(tch_data, *bursts_p, !sched_tchh_ul_facch_mapbi->fn % 26, &n_errors, &n_bits_total); - if (rc == (GSM_HR_BYTES + 1)) { /* only for valid *speech* frames */ + if (rc == GSM_HR_BYTES_RTP_RFC5993) { /* only for valid *speech* frames */ /* gsm0503_tch_hr_decode() prepends a ToC octet (see RFC5993), skip it */ bool is_sid = osmo_hr_check_sid(&tch_data1, GSM_HR_BYTES); if (is_sid) /* Mark SID frames as such: F = 0, FT = 010 */
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
.