scenarios: Use parametrized scenario for rftype

Change-Id: Ib3d7db13d7de492eee5ad25cf5c88239be9e9fbf
diff --git a/example/scenarios/srsenb-rftype-uhd.conf b/example/scenarios/srsenb-rftype-uhd.conf
deleted file mode 100644
index 293c109..0000000
--- a/example/scenarios/srsenb-rftype-uhd.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-resources:
-  enb:
-  - type: srsenb
-    rf_dev_type: UHD
diff --git a/example/scenarios/srsenb-rftype-zmq.conf b/example/scenarios/srsenb-rftype-zmq.conf
deleted file mode 100644
index e0f9c9d..0000000
--- a/example/scenarios/srsenb-rftype-zmq.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-resources:
-  enb:
-  - type: srsenb
-    rf_dev_type: zmq
diff --git a/example/scenarios/srsenb-rftype@.conf b/example/scenarios/srsenb-rftype@.conf
new file mode 100644
index 0000000..bf64b19
--- /dev/null
+++ b/example/scenarios/srsenb-rftype@.conf
@@ -0,0 +1,4 @@
+resources:
+  enb:
+  - type: srsenb
+    rf_dev_type: ${param1}
diff --git a/example/scenarios/srsue-rftype-uhd.conf b/example/scenarios/srsue-rftype-uhd.conf
deleted file mode 100644
index fef8696..0000000
--- a/example/scenarios/srsue-rftype-uhd.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-resources:
-  modem:
-  - type: srsue
-    rf_dev_type: UHD
diff --git a/example/scenarios/srsue-rftype-zmq.conf b/example/scenarios/srsue-rftype-zmq.conf
deleted file mode 100644
index d30a84b..0000000
--- a/example/scenarios/srsue-rftype-zmq.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-resources:
-  modem:
-  - type: srsue
-    rf_dev_type: zmq
diff --git a/example/scenarios/srsue-rftype@.conf b/example/scenarios/srsue-rftype@.conf
new file mode 100644
index 0000000..85a0609
--- /dev/null
+++ b/example/scenarios/srsue-rftype@.conf
@@ -0,0 +1,4 @@
+resources:
+  modem:
+  - type: srsue
+    rf_dev_type: ${param1}