Projects
osmocom:master
osmo-bts
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 8
View file
osmo-bts.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-bts Requires: osmocom-master -Version: 1.5.0.37.2950 +Version: 1.5.0.38.0087 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.37.2950.tar.xz +Source: osmo-bts_1.5.0.38.0087.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_0087a1137ebaa870cad23fec8d19a51c6843de56.txt
Added
View file
commit_2950c0363db6721fa8104c67fff3ff0e9f108dcd.txt
Deleted
View file
osmo-bts_1.5.0.37.2950.dsc -> osmo-bts_1.5.0.38.0087.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.37.2950 +Version: 1.5.0.38.0087 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: - b3e0820eecba3ffd9c8a41de93c27a9780d4f6d7 461292 osmo-bts_1.5.0.37.2950.tar.xz + 780678709878e0b3f94602c588509dcd8fe48117 461092 osmo-bts_1.5.0.38.0087.tar.xz Checksums-Sha256: - ae0df52e24f3483dabbb2a2bc108f3a021402e5b6b80ffa1f8c59f1e265cb9d2 461292 osmo-bts_1.5.0.37.2950.tar.xz + 475af75f91cd8415caafc8f41b9ec7b08cfb4ed14a3e71ceb8376c06d9faed90 461092 osmo-bts_1.5.0.38.0087.tar.xz Files: - e57fe1db12cc463593bb86c6e06a5c57 461292 osmo-bts_1.5.0.37.2950.tar.xz + 15935f32216ba8120cd81e9f1fd01d56 461092 osmo-bts_1.5.0.38.0087.tar.xz
View file
osmo-bts_1.5.0.37.2950.tar.xz/.tarball-version -> osmo-bts_1.5.0.38.0087.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.37-2950 +1.5.0.38-0087
View file
osmo-bts_1.5.0.37.2950.tar.xz/debian/changelog -> osmo-bts_1.5.0.38.0087.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bts (1.5.0.37.2950) unstable; urgency=medium +osmo-bts (1.5.0.38.0087) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 04 Oct 2022 16:36:21 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 11 Oct 2022 10:36:04 +0000 osmo-bts (1.5.0) unstable; urgency=medium
View file
osmo-bts_1.5.0.37.2950.tar.xz/src/common/measurement.c -> osmo-bts_1.5.0.38.0087.tar.xz/src/common/measurement.c
Changed
@@ -916,6 +916,8 @@ uint8_t ms_ta; int8_t ul_rssi; int16_t ul_ci_cb; + uint8_t *l3; + unsigned int l3_len; if (msgb_l2len(msg) == GSM_MACBLOCK_LEN) { /* Some brilliant engineer decided that the ordering of @@ -945,7 +947,9 @@ } timing_offset = ms_to_valid(lchan) ? ms_to2rsl(lchan, ms_ta) : -1; - rc = rsl_tx_meas_res(lchan, msgb_l3(msg), msgb_l3len(msg), timing_offset); + l3 = msgb_l3(msg); + l3_len = l3 ? msgb_l3len(msg) : 0; + rc = rsl_tx_meas_res(lchan, l3, l3_len, timing_offset); if (rc == 0) /* Count successful transmissions */ lchan->meas.res_nr++;
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
.