summaryrefslogtreecommitdiff
path: root/gsm-tvoid/src/lib/cch.c
diff options
context:
space:
mode:
Diffstat (limited to 'gsm-tvoid/src/lib/cch.c')
-rw-r--r--gsm-tvoid/src/lib/cch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsm-tvoid/src/lib/cch.c b/gsm-tvoid/src/lib/cch.c
index 8070649..17ee4ee 100644
--- a/gsm-tvoid/src/lib/cch.c
+++ b/gsm-tvoid/src/lib/cch.c
@@ -419,6 +419,7 @@ static unsigned char *decode_sacch(GS_CTX *ctx, unsigned char *burst, unsigned i
DEBUGF("error: sacch: parity error (%d)\n", errors);
return NULL;
} else {
+ DEBUGF("Successfully corrected parity bits!\n");
memcpy(decoded_data, crc_result, sizeof crc_result);
errors = 0;
}
personal git repositories of Harald Welte. Your mileage may vary