diff sip-in/call_setup.c @ 63:e5aee661e3b2

sip-in: beginning to handle incoming MNCC messages from themwi-mncc
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 18 Sep 2022 15:01:11 -0800
parents 75b7a7b61824
children 9b87894704eb
line wrap: on
line diff
--- a/sip-in/call_setup.c	Sat Sep 17 18:43:08 2022 -0800
+++ b/sip-in/call_setup.c	Sun Sep 18 15:01:11 2022 -0800
@@ -67,4 +67,5 @@
 	setup_msg.fields |= MNCC_F_CALLING;
 	send_mncc_to_gsm(&setup_msg, sizeof(struct gsm_mncc));
 	call->overall_state = OVERALL_STATE_CALL_GSM;
+	call->mncc_state = MNCC_STATE_STARTED;
 }