msc: TC_mt_t310: fix an interleave

the MNCC.receive doesn't depend on the MGCP really.

Change-Id: If29e755c2c061836ce2ba472e44a621eadba4fc6
This commit is contained in:
Neels Hofmeyr 2022-08-09 02:38:10 +02:00 committed by neels
parent 13eeb55442
commit c29e6dcdf4
1 changed files with 2 additions and 1 deletions

View File

@ -1797,8 +1797,9 @@ friend function f_tc_mt_t310(charstring id, BSC_ConnHdlrPars pars) runs on BSC_C
/* MSC->MGW: CRCX (second) */
[] MGCP.receive(tr_CRCX) -> value mgcp_cmd {
f_handle_crcx(cpars, mgcp_cmd); /* MSC<-MGW: OK */
MNCC.receive(tr_MNCC_RTP_CREATE(cpars.mncc_callref));
}
[] MNCC.receive(tr_MNCC_RTP_CREATE(cpars.mncc_callref));
}
/* Reschedule the guard timeout */