mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-08 15:48:35 +00:00
Issue 169 - Fix AGW protocol 'Y' command.
This commit is contained in:
parent
41a85d87a7
commit
a5211f48fb
5
recv.c
5
recv.c
@ -373,6 +373,11 @@ void recv_process (void)
|
|||||||
dl_unregister_callsign (pitem);
|
dl_unregister_callsign (pitem);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case DLQ_OUTSTANDING_FRAMES_REQUEST:
|
||||||
|
|
||||||
|
dl_outstanding_frames_request (pitem);
|
||||||
|
break;
|
||||||
|
|
||||||
case DLQ_CHANNEL_BUSY:
|
case DLQ_CHANNEL_BUSY:
|
||||||
|
|
||||||
lm_channel_busy (pitem);
|
lm_channel_busy (pitem);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user