Issue 169 - Fix AGW protocol 'Y' command.

This commit is contained in:
wb2osz 2019-01-06 11:47:17 -05:00
parent 41a85d87a7
commit a5211f48fb
1 changed files with 5 additions and 0 deletions

5
recv.c
View File

@ -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);