From 67743e7a91b70bd227dba0c5708a5c909a3339f0 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 10 Jun 2020 07:55:07 -0700 Subject: [PATCH] debugging message --- QnetGateway.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index dbc29ed..af431cf 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -987,6 +987,10 @@ void CQnetGateway::ProcessIncomingSD(const SDSVT &dsvt) static_cast(dsvt.vasd.text[2] ^ 0x93u) }; // unscramble + char X[4] = { 0 }; + memcpy (X, c, 3); + printf("SD = %s\n", X); + if (sd.first) { // this is the first of a two voice-packet pair // get the "size" and type from the first byte