aboutsummaryrefslogtreecommitdiffstats
path: root/src/jolly/jolly.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jolly/jolly.h')
-rw-r--r--src/jolly/jolly.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jolly/jolly.h b/src/jolly/jolly.h
index 1b61371..e52a9d7 100644
--- a/src/jolly/jolly.h
+++ b/src/jolly/jolly.h
@@ -30,6 +30,8 @@ typedef struct jolly {
/* dsp states */
int repeater; /* mix audio of RX signal to TX signal */
jitter_t repeater_dejitter; /* forwarding audio */
+ uint16_t repeater_sequence; /* sequence & ts for jitter buffer */
+ uint32_t repeater_timestamp;
int repeater_count; /* counter to count down repeater's "transmitter on" */
int repeater_max; /* duration in samples */
squelch_t squelch; /* squelch detection process */