MSC_ConnectionHandler: Use correct (receive) template for ClearComplete

This commit is contained in:
Harald Welte 2017-11-24 23:42:07 +01:00
parent c859df518f
commit 11e78084fe
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function main(integer connection_id, integer timeslot) runs on MSC_ConnHdlr {
}
/* CLEAR COMPLETE from BSS (response to CLEAR COMMAND) */
[g_state == MSC_STATE_WAIT_CLEAR_COMPL] BSSAP.receive(ts_BSSMAP_ClearComplete) {
[g_state == MSC_STATE_WAIT_CLEAR_COMPL] BSSAP.receive(tr_BSSMAP_ClearComplete) {
/* send DLCX */
g_state := MSC_STATE_WAIT_DLCX_ACK;
var MgcpTransId trans_id := f_mgcp_alloc_tid();