@@ -411,7 +411,7 @@ msgs2frame(Messages, Channel) ->
Channel
),
false;
- {error, Reason} ->
+ {error, _Reason} ->
tp(
error,
invalid_dl_message,
@@ -0,0 +1 @@
+Fixed the JT/T 808 client issue where the connection was disconnected due to receiving an incorrect downstream control message.