diff --git a/example/default-suites.conf b/example/default-suites.conf index eba7dea2..72a90db8 100644 --- a/example/default-suites.conf +++ b/example/default-suites.conf @@ -1,6 +1,6 @@ - sms:sysmo - aoip_sms:sysmo -- sms:trx -- aoip_sms:trx +- sms:trx-b200 +- aoip_sms:trx-b200 - smpp - aoip_smpp diff --git a/example/resources.conf b/example/resources.conf index a09e80a5..2f08c936 100644 --- a/example/resources.conf +++ b/example/resources.conf @@ -14,7 +14,7 @@ bts: addr: 10.42.42.114 band: GSM-1800 -- label: Ettus B210 +- label: Ettus B200 type: osmo-bts-trx ipa_unit_id: 6 addr: 10.42.42.50 diff --git a/example/scenarios/trx-b200.conf b/example/scenarios/trx-b200.conf new file mode 100644 index 00000000..2bad7e8f --- /dev/null +++ b/example/scenarios/trx-b200.conf @@ -0,0 +1,4 @@ +resources: + bts: + - label: Ettus B200 + type: osmo-bts-trx diff --git a/example/scenarios/trx-sysmocell5000.conf b/example/scenarios/trx-sysmocell5000.conf new file mode 100644 index 00000000..62e9a3cd --- /dev/null +++ b/example/scenarios/trx-sysmocell5000.conf @@ -0,0 +1,4 @@ +resources: + bts: + - label: sysmoCell 5000 + type: osmo-bts-trx