Skip to content

Commit

Permalink
Release 0.8.13-2
Browse files Browse the repository at this point in the history
  * Transmit carrier offset is now configurable from UI
  * Fixed 4FSK RRC 1k demodulator
  * Fixed GMSK all rates modulator and demodulator
  * Fixed TX and RX filters for 2FSK and 4FSK
  * Reduced clarifier step for some digital modes to ease tuning
  * Consolidate DMR Tier III base station functions
  * Direct support for Ettus USRP via gnuradio-uhd and libuhd
  * Reduced roundtrip latency to half (350 ms) for the DMR TDMA RF channel
  * Added RSSI calculation for MMDVM channel
  * Compatibility with tag 1.1 of MMDVM-SDR
  * Added documentation for DMR trunking mode with MMDVM
  • Loading branch information
adrian committed May 23, 2024
1 parent d5f8b6b commit 9676e18
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ done
cat >Dockerfile <<EOF
FROM ${TRAVIS_DEBIAN_DERIVATIVE}:${TRAVIS_DEBIAN_DISTRIBUTION}
RUN echo "deb ${TRAVIS_DEBIAN_MIRROR} ${TRAVIS_DEBIAN_DISTRIBUTION} ${TRAVIS_DEBIAN_COMPONENTS}" > /etc/apt/sources.list
RUN echo "deb ${TRAVIS_DEBIAN_MIRROR} ${TRAVIS_DEBIAN_DISTRIBUTION}-updates ${TRAVIS_DEBIAN_COMPONENTS}" >> /etc/apt/sources.list
RUN echo "deb-src ${TRAVIS_DEBIAN_MIRROR} ${TRAVIS_DEBIAN_DISTRIBUTION} ${TRAVIS_DEBIAN_COMPONENTS}" >> /etc/apt/sources.list
EOF

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
qradiolink (0.8.13-2) experimental; urgency=medium

[ Adrian Musceac ]
* Transmit carrier offset is now configurable from UI
* Fixed 4FSK RRC 1k demodulator
* Fixed GMSK all rates modulator and demodulator
* Fixed TX and RX filters for 2FSK and 4FSK
* Reduced clarifier step for some digital modes to ease tuning


-- Adrian Musceac <adrian@qradiolink.org> Thu, 23 May 2024 09:00:00 +0300


qradiolink (0.8.13-1) experimental; urgency=medium

[ Adrian Musceac ]
Expand Down
2 changes: 1 addition & 1 deletion debian/gbp.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[DEFAULT]
upstream-branch = master
upstream-tag = 0.8.13-1
upstream-tag = 0.8.13-2
[git-dch]
meta = 1

0 comments on commit 9676e18

Please sign in to comment.