From d2db10d80eacde40758e9c74ba1a8c7399a8b1b8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 6 Dec 2018 18:34:53 +0000 Subject: ms_driver: Add a virtual bts and make use of it It's very close to the osmo-bts-trx but without osmo-trx. Modify the suite to make use of this BTS. Change-Id: I9f5a2501eb4473ccf2287c902ee207c6a45a1bc5 --- example/defaults.conf | 3 +++ example/resources.conf.prod | 6 ++++++ 2 files changed, 9 insertions(+) (limited to 'example') diff --git a/example/defaults.conf b/example/defaults.conf index eee17b1..3de5e29 100644 --- a/example/defaults.conf +++ b/example/defaults.conf @@ -84,3 +84,6 @@ osmo_trx: type: uhd launch_trx: true clock_reference: internal + +osmo_bts_virtual: + max_trx: 1 diff --git a/example/resources.conf.prod b/example/resources.conf.prod index e786836..e6ade3a 100644 --- a/example/resources.conf.prod +++ b/example/resources.conf.prod @@ -110,6 +110,12 @@ bts: device: '01:01:4d:98:24' port: '3' +- label: OsmoBTS Virtual + type: osmo-bts-virtual + ipa_unit_id: 13 + addr: 10.42.42.55 + band: GSM-1800 + arfcn: - arfcn: 512 band: GSM-1800 -- cgit v1.2.3