diff mgw/int_defs.h @ 198:cf1ba5d65188

mgw: start using project-global rtp_defs.h
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 29 Mar 2023 20:06:40 -0800
parents 648a64b2e16b
children 0047c4c08d9e
line wrap: on
line diff
--- a/mgw/int_defs.h	Sun Mar 26 15:29:48 2023 -0800
+++ b/mgw/int_defs.h	Wed Mar 29 20:06:40 2023 -0800
@@ -2,19 +2,8 @@
  * This header file holds miscellaneous internal definitions for themwi-mgw.
  */
 
-#define	RTP_PACKET_SIZE_PSTN	172
 #define	RTP_PACKET_SIZE_GSM_FR	45
 #define	RTP_PACKET_SIZE_GSM_EFR	43
 #define	RTP_PACKET_SIZE_BFI	14
-#define	RTP_MAX_PAYLOAD		160
-
-struct rtp_packet {
-	uint8_t		v_p_x_cc;
-	uint8_t		m_pt;
-	uint16_t	seq;
-	uint32_t	tstamp;
-	uint32_t	ssrc;
-	uint8_t		payload[RTP_MAX_PAYLOAD];
-};
 
 #define	SAMPLES_PER_FRAME	160