FreeCalypso > hg > themwi-system-sw
comparison mgw/struct.h @ 100:1579ec0e9fb9
mgw internal code: set GSM side RTP packet size in one place
and also set payload magic value for use by GSM->PSTN code
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 26 Sep 2022 13:57:20 -0800 |
parents | 9aed16c30622 |
children | 3b3f07b112f3 |
comparison
equal
deleted
inserted
replaced
99:738be11ac432 | 100:1579ec0e9fb9 |
---|---|
21 unsigned ep_type; | 21 unsigned ep_type; |
22 struct rtp_one_end rtp_gsm; | 22 struct rtp_one_end rtp_gsm; |
23 struct rtp_one_end rtp_pstn; | 23 struct rtp_one_end rtp_pstn; |
24 unsigned gsm_payload_type; | 24 unsigned gsm_payload_type; |
25 unsigned gsm_payload_msg_type; | 25 unsigned gsm_payload_msg_type; |
26 unsigned gsm_rtp_pkt_size; | |
27 unsigned gsm_payload_magic; | |
26 unsigned pstn_payload_type; | 28 unsigned pstn_payload_type; |
27 unsigned fwd_mode; | 29 unsigned fwd_mode; |
28 /* gateway functionality */ | 30 /* gateway functionality */ |
29 void *gsm_encoder_state; | 31 void *gsm_encoder_state; |
30 void *gsm_decoder_state; | 32 void *gsm_decoder_state; |