sigProcLib: detectAnyBurst(): make TSC used to detect burst available to caller

This value will be sent in TRXDv1 protocol.

Related: OS#4006
Change-Id: I603b7b52f957cf897b036dbaeb22c01a55de08c3
diff --git a/Transceiver52M/sigProcLib.h b/Transceiver52M/sigProcLib.h
index 8442cfc..6d4ca9b 100644
--- a/Transceiver52M/sigProcLib.h
+++ b/Transceiver52M/sigProcLib.h
@@ -105,10 +105,12 @@
 /** Struct used to fill out parameters in detectAnyBurst(): estimated burst parameters
 @param amplitude The estimated amplitude of received TSC burst.
 @param toa The estimated time-of-arrival of received TSC burst (in symbols).
+@param tsc The TSC used to detect the burst.
 */
 struct estim_burst_params {
         complex amp;
         float toa;
+        uint8_t tsc;
 };
 /**
         8-PSK/GMSK/RACH burst detector