Change in osmo-ttcn3-hacks[master]: msc: log tweaks for call / call hangup

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/.

neels gerrit-no-reply at lists.osmocom.org
Sun Nov 3 23:18:13 UTC 2019


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15941 )


Change subject: msc: log tweaks for call / call hangup
......................................................................

msc: log tweaks for call / call hangup

Change-Id: I06474e3d592195a8c422493166d9f042da1ac7e6
---
M msc/BSC_ConnectionHandler.ttcn
1 file changed, 5 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/41/15941/1

diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn
index 63c64bb..853d1e5 100644
--- a/msc/BSC_ConnectionHandler.ttcn
+++ b/msc/BSC_ConnectionHandler.ttcn
@@ -1389,6 +1389,7 @@
 		t_clear := tr_BSSMAP_ClearCommandCSFB;
 	}
 
+	log("f_call_hangup 0: tx MNCC_DISC_REQ");
 	MNCC.send(ts_MNCC_DISC_req(cpars.mncc_callref, valueof(ts_MNCC_cause(23))));
 	BSSAP.receive(tr_PDU_DTAP_MT(tr_ML3_MT_CC_DISC(cpars.transaction_id)));
 
@@ -1449,9 +1450,10 @@
 
 	f_mt_call_establish(cpars);
 
-	/* Hold the call for some time */
+	log("Hold the call for some time");
 	f_sleep(3.0);
 
+	log("Hangup");
 	f_call_hangup(cpars, true);
 
 	setverdict(pass);
@@ -1462,9 +1464,10 @@
 
 	f_mo_call_establish(cpars);
 
-	/* Hold the call for some time */
+	log("Hold the call for some time");
 	f_sleep(3.0);
 
+	log("Hangup");
 	f_call_hangup(cpars, false);
 
 	setverdict(pass);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15941
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: I06474e3d592195a8c422493166d9f042da1ac7e6
Gerrit-Change-Number: 15941
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191103/8078180e/attachment.htm>


More information about the gerrit-log mailing list