Skip to content

Commit a5211f4

Browse files
committed
Issue 169 - Fix AGW protocol 'Y' command.
1 parent 41a85d8 commit a5211f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

recv.c

+5
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,11 @@ void recv_process (void)
373373
dl_unregister_callsign (pitem);
374374
break;
375375

376+
case DLQ_OUTSTANDING_FRAMES_REQUEST:
377+
378+
dl_outstanding_frames_request (pitem);
379+
break;
380+
376381
case DLQ_CHANNEL_BUSY:
377382

378383
lm_channel_busy (pitem);

0 commit comments

Comments
 (0)