diff include/rtp_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 6aecee01cf0a
children
line wrap: on
line diff
--- a/include/rtp_defs.h	Sun Mar 26 15:29:48 2023 -0800
+++ b/include/rtp_defs.h	Wed Mar 29 20:06:40 2023 -0800
@@ -3,10 +3,8 @@
  * functions in our GSM and PSTN environment.
  */
 
+#define	RTP_PACKET_HDR_SIZE	12
 #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 {