From 1490695778e166ed0393f50ba9086fb1a5c27b27 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 27 May 2019 09:19:49 +0200 Subject: bts: Add copyright + license header + short summary/explanation Change-Id: Ia31427595b6d9fde883cfcd49f92767b69ead114 --- bts/BTS_Tests.ttcn | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 21e56346..5cde0afa 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 + * 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; -- cgit v1.2.3