comparison mgw/struct.h @ 168:8c28426abef0

mgw: start using the new libgsmfrp dependency
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 22:57:59 -0800
parents 529906fddcfa
children a6eb2de277f6
comparison
equal deleted inserted replaced
167:2ebad02adbe5 168:8c28426abef0
28 unsigned pstn_payload_type; 28 unsigned pstn_payload_type;
29 unsigned fwd_mode; 29 unsigned fwd_mode;
30 /* gateway functionality */ 30 /* gateway functionality */
31 void *gsm_encoder_state; 31 void *gsm_encoder_state;
32 void *gsm_decoder_state; 32 void *gsm_decoder_state;
33 void *gsm_decoder_extra_state;
33 /* GSM to PSTN forwarding */ 34 /* GSM to PSTN forwarding */
34 int g2p_state; 35 int g2p_state;
35 uint32_t g2p_ssrc; 36 uint32_t g2p_ssrc;
36 uint32_t g2p_last_ts; 37 uint32_t g2p_last_ts;
37 uint16_t g2p_last_seq; 38 uint16_t g2p_last_seq;