1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-02-01 16:22:13 -05:00

6 Commits

Author SHA1 Message Date
LX3JL
640f7c5c9c Revert "Merge pull request #120 from nonoo/master"
This reverts commit 2c902aad20eee1eb13fec4a93269cdc75350cd90, reversing
changes made to b3360b66e2dfcf21c9ddb2af542a9882aa2079a5.
2019-03-16 15:57:24 +01:00
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
27af6fb1fb
Merge pull request #51 from yngwiechou/devel_invalid_dmrid
Improve log messages for DMRMmdvm and DMRPlus protocol packets
2017-11-06 18:38:52 +01:00
yngwiechou
b46e5f5a4f Improve log messages for DMRMmdvm and DMRPlus protocol connect/auth/config packets with source IP address 2017-08-30 10:51:28 +08:00
Yngwie Chou
c909cfbea8 Make DMRmmdvm and DMRplus node module Id configurable 2017-08-29 07:16:01 +08: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