laforge submitted this change.

View Change

Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
BSC_Tests_VAMOS: fix f_TC_mode_modify_to_vamos(): clean up lchan

This change makes the following test cases pass:

* TC_mode_modify_to_vamos_fr
* TC_mode_modify_to_vamos_hr

Change-Id: Icb47e39a5466a1232cda03e1e04b0c88f3927659
Related: OS#5444
---
M bsc/BSC_Tests_VAMOS.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bsc/BSC_Tests_VAMOS.ttcn b/bsc/BSC_Tests_VAMOS.ttcn
index 99fe92d..ca722e7 100644
--- a/bsc/BSC_Tests_VAMOS.ttcn
+++ b/bsc/BSC_Tests_VAMOS.ttcn
@@ -350,6 +350,7 @@

private function f_TC_mode_modify_to_vamos(charstring id) runs on MSC_ConnHdlr {
f_est_lchan_and_mode_modify_to_vamos();
+ f_perform_clear(RSL);
}

/* Modify a primary lchan into VAMOS speech mode */

To view, visit change 27079. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icb47e39a5466a1232cda03e1e04b0c88f3927659
Gerrit-Change-Number: 27079
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged