From ea5d820e5145b7f7860187958c90423ece7eaa7e Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 12 Apr 2018 09:35:38 -0700 Subject: [PATCH] where is qngateway reading the repeater data? --- QnetGateway.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index 2f16e04..eecc9d3 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -982,6 +982,8 @@ void CQnetGateway::process() (rptrbuf.remaining == 0x13) || /* 19 bytes follow */ (rptrbuf.remaining == 0x16)) ) { /* 22 bytes follow */ + printf("Got viable packet of len=%d on port %u\n", recvlen, ntohs(fromRptr.sin_port)); + int dtmf_buf_count[3] = {0, 0, 0}; char dtmf_buf[3][MAX_DTMF_BUF + 1] = { {""}, {""}, {""} }; int dtmf_last_frame[3] = { 0, 0, 0 };