MSC/SMS-over-GSUP: cosmetic: use a single log() call to print received PDU

Change-Id: I862766ac87715d5ad141405f343f0563fd75150f
This commit is contained in:
Vadim Yanitskiy 2020-01-15 10:42:47 +07:00 committed by laforge
parent da77459579
commit a358dd4398
1 changed files with 2 additions and 4 deletions

View File

@ -2208,8 +2208,7 @@ runs on BSC_ConnHdlr {
f_mo_sms_submit(spars);
alt {
[] GSUP.receive(mo_forwardSM) -> value gsup_msg_rx {
log("RX MO-forwardSM-Req");
log(gsup_msg_rx);
log("RX MO-forwardSM-Req: ", gsup_msg_rx);
setverdict(pass);
}
[] GSUP.receive {
@ -2265,8 +2264,7 @@ runs on BSC_ConnHdlr {
f_mo_smma(spars);
alt {
[] GSUP.receive(mo_ReadyForSM) -> value gsup_msg_rx {
log("RX MO-ReadyForSM-Req");
log(gsup_msg_rx);
log("RX MO-ReadyForSM-Req: ", gsup_msg_rx);
setverdict(pass);
}
[] GSUP.receive {