Projects
osmocom:master
osmo-trx
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 63
View file
commit_1d4117faf495a4504586595d67bf1034e32e52ce.txt
Deleted
View file
commit_33445944ded055c704d4a660bd5f3b628c6a3b5f.txt
Added
View file
osmo-trx_1.7.1.2.1d41.dsc -> osmo-trx_1.7.1.3.3344.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-trx Binary: osmo-trx, osmo-trx-dbg, osmo-trx-uhd, osmo-trx-usrp1, osmo-trx-lms, osmo-trx-ipc, osmo-trx-ms-blade, osmo-trx-doc Architecture: any all -Version: 1.7.1.2.1d41 +Version: 1.7.1.3.3344 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmotrx Standards-Version: 3.9.6 @@ -19,8 +19,8 @@ osmo-trx-uhd deb net optional arch=any osmo-trx-usrp1 deb net optional arch=any Checksums-Sha1: - 2dfa346cc47c3ece55209f80b58d3b1277be897a 1446124 osmo-trx_1.7.1.2.1d41.tar.xz + 116378d0c55e65f6ec1fc328f892a3e09db7f8c3 1445356 osmo-trx_1.7.1.3.3344.tar.xz Checksums-Sha256: - b716b8c7253b526557fcd9e4c5fbc06f7e782d39fc28591712b4e4cd6e436805 1446124 osmo-trx_1.7.1.2.1d41.tar.xz + 9d3aae359628cd0c367723bc85a4563aabad012cef116d1e2e6935beca984ec7 1445356 osmo-trx_1.7.1.3.3344.tar.xz Files: - 6f1363511b082df2bce9e6a1d561a993 1446124 osmo-trx_1.7.1.2.1d41.tar.xz + 142452c36822ced08718f538933f4f33 1445356 osmo-trx_1.7.1.3.3344.tar.xz
View file
osmo-trx_1.7.1.2.1d41.tar.xz/.tarball-version -> osmo-trx_1.7.1.3.3344.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.7.1.2-1d41 +1.7.1.3-3344
View file
osmo-trx_1.7.1.2.1d41.tar.xz/Transceiver52M/device/usrp1/USRPDevice.cpp -> osmo-trx_1.7.1.3.3344.tar.xz/Transceiver52M/device/usrp1/USRPDevice.cpp
Changed
@@ -75,18 +75,19 @@ * split sample rate Tx/Rx - 4/1 sps we need to need to * compensate for advance rather than delay. */ - if (tx_sps == 1) - pingOffset = 272; - else if (tx_sps == 4) - pingOffset = 269 - 7500; - else - pingOffset = 0; + pingOffset = 272; + + /* Split SPS (4/1) unsupported on USRP1 + * if(tx_sps == 4 && rx_sps == 1) + * pingOffset = 269 - 7500; + */ #ifdef SWLOOPBACK samplePeriod = 1.0e6/actualSampleRate; loopbackBufferSize = 0; gettimeofday(&lastReadTime,NULL); firstRead = false; + pingOffset = 0; #endif } @@ -101,7 +102,7 @@ m_uRx.reset(); try { m_uRx = usrp_standard_rx_sptr(usrp_standard_rx::make( - 0, decimRate * tx_sps, 1, -1, + 0, decimRate, 1, -1, usrp_standard_rx::FPGA_MODE_NORMAL, 1024, 16 * 8, rbf)); m_uRx->set_fpga_master_clock_freq(masterClockRate);
View file
osmo-trx_1.7.1.2.1d41.tar.xz/debian/changelog -> osmo-trx_1.7.1.3.3344.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-trx (1.7.1.2.1d41) unstable; urgency=medium +osmo-trx (1.7.1.3.3344) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 17 Jul 2025 10:51:59 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sat, 25 Oct 2025 19:52:10 +0000 osmo-trx (1.7.1) unstable; urgency=medium
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
.