fixeria has uploaded this change for review.

View Change

BSC_Tests_VAMOS: fix TC_chan_act_to_vamos: deactivate lchan

Keeping the logical channel active may affect test cases executed
after TC_chan_act_to_vamos. Clean up after the test to avoid that.

Change-Id: Id0e3fb6a2f7e97ef854bff95adbc715d6f41f069
Related: OS#5337
---
M bsc/BSC_Tests_VAMOS.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/78/27078/1
diff --git a/bsc/BSC_Tests_VAMOS.ttcn b/bsc/BSC_Tests_VAMOS.ttcn
index 25dee23..99fe92d 100644
--- a/bsc/BSC_Tests_VAMOS.ttcn
+++ b/bsc/BSC_Tests_VAMOS.ttcn
@@ -264,6 +264,8 @@
f_sleep(1.0);
f_lchan_ensure_established(BSCVTY, 0, 0, chan_nr);

+ f_vty_transceive(BSCVTY, "bts 0 trx 0 timeslot 1 sub-slot 0 deactivate");
+
f_shutdown_helper();
}


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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id0e3fb6a2f7e97ef854bff95adbc715d6f41f069
Gerrit-Change-Number: 27078
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange