msc fix log typo

Change-Id: Id6767c5e7f00ad7e44c569dcba1a56e2717d2e1a
This commit is contained in:
Neels Hofmeyr 2022-08-07 14:33:37 +02:00 committed by neels
parent 9d1650dc19
commit 13eeb55442
1 changed files with 1 additions and 1 deletions

View File

@ -1816,7 +1816,7 @@ friend function f_tc_mt_t310(charstring id, BSC_ConnHdlrPars pars) runs on BSC_C
}
[] MNCC.receive(tr_MNCC_DISC_ind(cpars.mncc_callref)) {
MNCC.send(ts_MNCC_REL_req(cpars.mncc_callref, valueof(ts_MNCC_cause(23))));
log("Rx MNCC DISC.ind, T310.read yelds ", T310.read);
log("Rx MNCC DISC.ind, T310.read yields ", T310.read);
setverdict(pass);
}
[] MNCC.receive(MNCC_PDU:?) -> value mncc_rx {