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

Change-Id: Ia31427595b6d9fde883cfcd49f92767b69ead114
This commit is contained in:
Harald Welte 2019-05-27 09:19:49 +02:00
parent eaa9a86e0a
commit 1490695778
1 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,26 @@
module BTS_Tests {
/* Integration Tests for OsmoBTS
* (C) 2019-2019 by Harald Welte <laforge@gnumonks.org>
* 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;