Change in osmo-ttcn3-hacks[master]: MSC/SMS-over-GSUP: cosmetic: use a single log() call to print receive...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Jan 15 16:08:33 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16881 )

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

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

Change-Id: I862766ac87715d5ad141405f343f0563fd75150f
---
M msc/MSC_Tests.ttcn
1 file changed, 2 insertions(+), 4 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 5a23916..13cb8f4 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -2208,8 +2208,7 @@
 	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 @@
 	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 {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16881
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I862766ac87715d5ad141405f343f0563fd75150f
Gerrit-Change-Number: 16881
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200115/56a73150/attachment.htm>


More information about the gerrit-log mailing list