diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/resources.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/example/resources.conf b/example/resources.conf index 0260815..a09e80a 100644 --- a/example/resources.conf +++ b/example/resources.conf @@ -17,8 +17,16 @@ bts: - label: Ettus B210 type: osmo-bts-trx ipa_unit_id: 6 - addr: 10.42.42.116 + addr: 10.42.42.50 band: GSM-1800 + launch_trx: true + +- label: sysmoCell 5000 + type: osmo-bts-trx + ipa_unit_id: 7 + addr: 10.42.42.51 + band: GSM-1800 + trx_remote_ip: 10.42.42.112 arfcn: - arfcn: 512 |