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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22665 )
Change subject: fr: TC_bvc_bringup
......................................................................
fr: TC_bvc_bringup
Change-Id: I91d61e01158802496a1058748c51506f0472b24e
---
M fr/FR_Tests.ttcn
1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/65/22665/1
diff --git a/fr/FR_Tests.ttcn b/fr/FR_Tests.ttcn
index 7ef5f1f..5f58bc3 100644
--- a/fr/FR_Tests.ttcn
+++ b/fr/FR_Tests.ttcn
@@ -217,7 +217,19 @@
}
+/* test bring-up of all BVCs */
+private function f_pass(charstring id) runs on UE_CT
+{
+ setverdict(pass);
+}
+testcase TC_bvc_bringup() runs on test_CT
+{
+ f_tc_body(refers(f_pass), ue_per_bvc := 1, ue_tguard := 20.0);
+}
+
+
control {
+ execute( TC_bvc_bringup() );
execute( TC_ul_ud() );
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22665
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: I91d61e01158802496a1058748c51506f0472b24e
Gerrit-Change-Number: 22665
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210203/6127fc6b/attachment.htm>