comparison mgw/int_defs.h @ 205:0047c4c08d9e

mgw: accept the new TRAUlike RTP format in addition to standard, old BFI and zero-length payload formats
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Apr 2023 19:50:09 -0800
parents cf1ba5d65188
children
comparison
equal deleted inserted replaced
204:de7c64c4d6fd 205:0047c4c08d9e
1 /* 1 /*
2 * This header file holds miscellaneous internal definitions for themwi-mgw. 2 * This header file holds miscellaneous internal definitions for themwi-mgw.
3 */ 3 */
4 4
5 #define RTP_PACKET_SIZE_GSM_FR 45
6 #define RTP_PACKET_SIZE_GSM_EFR 43
7 #define RTP_PACKET_SIZE_BFI 14
8
9 #define SAMPLES_PER_FRAME 160 5 #define SAMPLES_PER_FRAME 160