diff mgw/struct.h @ 168:8c28426abef0

mgw: start using the new libgsmfrp dependency
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 22:57:59 -0800
parents 529906fddcfa
children a6eb2de277f6
line wrap: on
line diff
--- a/mgw/struct.h	Wed Oct 12 18:08:34 2022 -0800
+++ b/mgw/struct.h	Sat Nov 19 22:57:59 2022 -0800
@@ -30,6 +30,7 @@
 	/* gateway functionality */
 	void		*gsm_encoder_state;
 	void		*gsm_decoder_state;
+	void		*gsm_decoder_extra_state;
 	/* GSM to PSTN forwarding */
 	int		g2p_state;
 	uint32_t	g2p_ssrc;