FreeCalypso > hg > themwi-system-sw
diff 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 |
line wrap: on
line diff
--- a/mgw/struct.h Mon Sep 26 13:42:46 2022 -0800 +++ b/mgw/struct.h Mon Sep 26 13:57:20 2022 -0800 @@ -23,6 +23,8 @@ struct rtp_one_end rtp_pstn; unsigned gsm_payload_type; unsigned gsm_payload_msg_type; + unsigned gsm_rtp_pkt_size; + unsigned gsm_payload_magic; unsigned pstn_payload_type; unsigned fwd_mode; /* gateway functionality */