diff options
-rw-r--r-- | msc/BSC_ConnectionHandler.ttcn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn index 733daab..8c9b723 100644 --- a/msc/BSC_ConnectionHandler.ttcn +++ b/msc/BSC_ConnectionHandler.ttcn @@ -880,7 +880,7 @@ runs on BSC_ConnHdlr { BSSAP.send(ts_PDU_DTAP_MO(l3_mo, spars.dlci, true)); /* expect CP-ACK for CP-DATA(RP-ACK) just sent */ - l3_mt := tr_ML3_MT_SMS(spars.tid, c_TIF_REPL, tr_CP_ACK_MT); + l3_mt := tr_ML3_MT_SMS(spars.tid, c_TIF_ORIG, tr_CP_ACK_MT); BSSAP.receive(tr_PDU_DTAP_MT(l3_mt, spars.dlci)); deactivate(d); |