Compare commits

...

6 Commits

Author SHA1 Message Date
Ivan Kluchnikov
df83636300 debian: Update changelog to 0.1.11 2017-02-16 18:50:00 +03:00
Alexander Chemeris
d468cdee77 bump version to 0.1.10~3 2017-02-16 18:35:37 +03:00
Alexander Chemeris
237cc5fad3 bump version to 0.1.10~2 2017-02-16 18:35:21 +03:00
Kirill Zakharenko
5fa577d5d7 bump version to 0.1.10~1 2017-02-16 18:34:59 +03:00
Kirill Zakharenko
7695c9209b debian: compile for atom arch with SSE3 optimizations 2017-02-16 18:34:37 +03:00
Alexander Chemeris
17b13656a7 transceiver: WIP: Set default max delay to 2 samples.
Default value of 0 may be too harsh, especially given random Rx/Tx delay
in 1 SPS receive mode.
2017-02-16 18:34:17 +03:00
3 changed files with 42 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ Transceiver::Transceiver(int wBasePort,
mTransmitLatency(wTransmitLatency), mRadioInterface(wRadioInterface),
rssiOffset(wRssiOffset),
mSPSTx(tx_sps), mSPSRx(rx_sps), mChans(chans), mEdge(false), mOn(false),
mTxFreq(0.0), mRxFreq(0.0), mTSC(0), mMaxExpectedDelayAB(0), mMaxExpectedDelayNB(0),
mTxFreq(0.0), mRxFreq(0.0), mTSC(0), mMaxExpectedDelayAB(2*rx_sps), mMaxExpectedDelayNB(2*rx_sps),
mWriteBurstToDiskMask(0)
{
txFullScale = mRadioInterface->fullScaleInputValue();

39
debian/changelog vendored
View File

@@ -1,3 +1,40 @@
osmo-trx (0.1.11) trusty; urgency=medium
* Rebase fairwaves branch on master.
* New release of osmo-trx for fairwaves build.
-- Ivan Klyuchnikov <kluchnikovi@gmail.com> Wed, 15 Feb 2017 19:00:32 +0300
osmo-trx (0.1.10~3) trusty; urgency=medium
* 737fc25 transceiver: WIP: Set default max delay to 2 samples.
* 58f5333 sigProcLib: Change number of head bits in detectRACHBurst() from 4 to 8.
* ceb4171 transceiver: Add an option to emulate a RACH delay in random filler mode.
* 5bf037b transceiver: Log channel number in DEBUG output of demoded bursts.
* a057c7d radioInterface: Initialize power scale with a meaningful default.
* 3b093bb uhd: Set minimum UHD version requirement for E3XX
* 0fe41a5 uhd: Set default Tx sampling to 4 sps
* a5e0f1c uhd: Update default E3XX settings
* 2c650a6 common: Add mandatory length field to UDP receive calls
* d4555f2 common: Restrict UDP binding to localhost only
-- Alexander Chemeris <Alexander.Chemeris@gmail.com> Sat, 18 Jun 2016 16:07:17 +0300
osmo-trx (0.1.10~2) trusty; urgency=medium
* c88385c makefile: Fix build from an external path.
* 0479562 EDGE: Fix demodulation slicer input
* d2b0703 uhd: Correct timing alignment in 8-PSK and GMSK downlink bursts
-- Alexander Chemeris <Alexander.Chemeris@gmail.com> Sat, 30 Apr 2016 01:57:45 +0300
osmo-trx (0.1.10~1) trusty; urgency=medium
* some EDGE support in master
* fairwaves/rach-filler branch
-- Kirill Zakharenko <earwin@gmail.com> Sun, 27 Mar 2016 19:37:39 +0100
osmo-trx (0.1.9) trusty; urgency=medium
* Ask Ivan, really
@@ -6,6 +43,6 @@ osmo-trx (0.1.9) trusty; urgency=medium
osmo-trx (0.1.8) precise; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP
* Initial release
-- Ivan Klyuchnikov <Ivan.Kluchnikov@fairwaves.ru> Sun, 9 Mar 2014 14:10:10 +0400

3
debian/rules vendored
View File

@@ -5,6 +5,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --without-sse CFLAGS="-DHAVE_SSE3 -march=atom -mtune=atom -O2" CXXFLAGS="-DHAVE_SSE3 -march=atom -mtune=atom -O2"
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info