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 <nhofm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to