Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/14197 )

Change subject: bts: Add copyright + license header + short summary/explanation
......................................................................

bts: Add copyright + license header + short summary/explanation

Change-Id: Ia31427595b6d9fde883cfcd49f92767b69ead114
---
M bts/BTS_Tests.ttcn
1 file changed, 21 insertions(+), 0 deletions(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 21e5634..5cde0af 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -1,5 +1,26 @@
 module BTS_Tests {

+/* Integration Tests for OsmoBTS
+ * (C) 2019-2019 by Harald Welte <[email protected]>
+ * contributions by Vadim Yanitskiy and sysmocom - s.f.m.c. GmbH
+ * All rights reserved.
+ *
+ * Released under the terms of GNU General Public License, Version 2 or
+ * (at your option) any later version.
+ *
+ * This test suite tests OsmoBTS by attaching to the external interfaces
+ * such as Abis RSL, PCU, VTY as well as by attaching to a MS L1 implementation
+ * using the L1CTL protocol/interface.
+ *
+ * You can run the tests with
+ *  a) osmo-bts-trx + trxcon + fake_trx (without any hardware)
+ *  b) any osmo-bts-* + OsmocomBB layer1 + osmocon (with real BTS hardware)
+ *  c) osmo-bts-virtual + virt_phy (without any hardware)
+ *
+ * Some of the tests will only run on a subset of those three configurations
+ * due to limitations in the respective L1.
+ */
+
 import from Misc_Helpers all;
 import from General_Types all;
 import from GSM_Types all;

--
To view, visit https://gerrit.osmocom.org/14197
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia31427595b6d9fde883cfcd49f92767b69ead114
Gerrit-Change-Number: 14197
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>

Reply via email to