Commit Graph

14 Commits

Author SHA1 Message Date
Nonoo 6b281b9fdb Prevent sending stream close frames back to the sender
The OnDvLastFramePacketIn() function closed the current stream before
HandleQueue() was called, so the stream's client lost it's stream master status
and HandleQueue() sent the client's last (stream closing) frame back to the
sender.

Applying this commit closes the stream only after HandleQueue() has been
called so no unnecessary call end frame reflection happens to the transmitting
client.
2019-02-19 12:39:48 +01:00
LX3JL 83278d1363 xlxd 2.0.0
Added compatibility with protocols DMR Homebrew (MMDVM)  and DMR Plus
(dongle)
2017-08-22 20:23:57 +02:00
LX3JL edde49c1af xlxd v1.4.2 / db v2.3.4 2017-02-02 16:37:38 +01:00
LX3JL 37909ffef0 version 1.4.1 2017-01-24 08:45:11 +01:00
Nonoo fd000596e7 Fix missing first frame from outgoing DCS stream
As every DCS data packet has both the D-STAR header info and DV data in it,
we must process DV data for all DCS data packets, including the first packet
of a stream.
2016-10-18 12:20:20 +02:00
LX3JL c0bab2822d version 1.3.9 2016-09-03 21:08:59 +02:00
LX3JL 4be0cb5fa4 version 1.3.8 2016-08-17 08:29:20 +02:00
LX3JL 2ed3b28de6 xlxd 1.3.6 2016-04-18 09:59:32 +02:00
LX3JL e1cf5f5c92 xlx 1.3.4
* improved DCS compatibility
* added full REFxxx DPlus support
* added more flags & countries in dashboard
2016-02-26 20:44:30 +01:00
LX3JL eb5cee1993 xlxd 1.3.1
Added support for multi-radio repeaters
2016-02-21 09:17:51 +01:00
LX3JL 16d0961e6c xlxd 1.2.6 / db 2.1.1 2016-02-17 14:14:12 +01:00
LX3JL 2f9e8a8781 xlxd 1.2.4 / db 2.1.0
implement XLX interlink feature
2016-02-11 18:51:12 +01:00
LX3JL 5599420d92 version 1.2.2
Corrected keep alive timeout issue when multi-module repeater linked
2016-02-08 22:55:47 +01:00
LX3JL 4664798ec3 Initial import 2015-12-29 23:45:47 +01:00