From 3f480a0e05f10fe31c6bbf8643fcdc407a2aab64 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 27 Mar 2018 19:16:14 +0200 Subject: example: Add scenarios to select BTS for a specific band Change-Id: Id830536c9337151818901cb25c3a568a77cdbf5e --- example/scenarios/band-1800.conf | 3 +++ example/scenarios/band-1900.conf | 3 +++ example/scenarios/band-900.conf | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 example/scenarios/band-1800.conf create mode 100644 example/scenarios/band-1900.conf create mode 100644 example/scenarios/band-900.conf (limited to 'example') diff --git a/example/scenarios/band-1800.conf b/example/scenarios/band-1800.conf new file mode 100644 index 0000000..b12c4c0 --- /dev/null +++ b/example/scenarios/band-1800.conf @@ -0,0 +1,3 @@ +resources: + bts: + - band: GSM-1800 diff --git a/example/scenarios/band-1900.conf b/example/scenarios/band-1900.conf new file mode 100644 index 0000000..ef648ef --- /dev/null +++ b/example/scenarios/band-1900.conf @@ -0,0 +1,3 @@ +resources: + bts: + - band: GSM-1900 diff --git a/example/scenarios/band-900.conf b/example/scenarios/band-900.conf new file mode 100644 index 0000000..a5f8980 --- /dev/null +++ b/example/scenarios/band-900.conf @@ -0,0 +1,3 @@ +resources: + bts: + - band: GSM-900 -- cgit v1.2.3