fixeria has uploaded this change for review.

View Change

BTS_Tests: add TC_{chan_act,encr_cmd}_a54 to control

Both testcases were introduced in 2021 [1], however they're not
executed on Jenkins because they're not present in control section.

Fixes: [1] I38e8a1cf15eb41a621b457b39024283a767c94be
Change-Id: Iebf6d14321b54e7ef261443aece03296540ebe92
---
M bts/BTS_Tests.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/15/29215/1
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index b2d6383..f9361a0 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -8726,9 +8726,11 @@
execute( TC_chan_act_a51() );
execute( TC_chan_act_a52() );
execute( TC_chan_act_a53() );
+ execute( TC_chan_act_a54() );
execute( TC_encr_cmd_a51() );
execute( TC_encr_cmd_a52() );
execute( TC_encr_cmd_a53() );
+ execute( TC_encr_cmd_a54() );

execute( TC_err_rep_wrong_mdisc() );
execute( TC_err_rep_wrong_msg_type() );

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

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