diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2018-12-06 18:34:53 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2018-12-13 10:17:02 +0000 |
commit | d2db10d80eacde40758e9c74ba1a8c7399a8b1b8 (patch) | |
tree | b203cf89ffcf0b730b16e8ca86df411af44b3f66 /example | |
parent | 52e5797b3d80834033cf02ac06a0fd34017ddbfc (diff) |
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
Diffstat (limited to 'example')
-rw-r--r-- | example/defaults.conf | 3 | ||||
-rw-r--r-- | example/resources.conf.prod | 6 |
2 files changed, 9 insertions, 0 deletions
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 |