From aec7fa53902b677789526cbf2f104f15e20a207c Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 17 Feb 2021 22:11:48 +0100 Subject: [PATCH] {enb,ms}-label.conf: raneme and add modifier to select eNB/MS based on label Change-Id: I26ea160b65b9dd5ef3e5ca1100d4541a0bbcbb27 --- sysmocom/scenarios/enb-label@.conf | 3 +++ sysmocom/scenarios/{ms-label.conf => ms-label@.conf} | 0 2 files changed, 3 insertions(+) create mode 100644 sysmocom/scenarios/enb-label@.conf rename sysmocom/scenarios/{ms-label.conf => ms-label@.conf} (100%) diff --git a/sysmocom/scenarios/enb-label@.conf b/sysmocom/scenarios/enb-label@.conf new file mode 100644 index 00000000..8470c57b --- /dev/null +++ b/sysmocom/scenarios/enb-label@.conf @@ -0,0 +1,3 @@ +resources: + enb: + - label: ${param1} \ No newline at end of file diff --git a/sysmocom/scenarios/ms-label.conf b/sysmocom/scenarios/ms-label@.conf similarity index 100% rename from sysmocom/scenarios/ms-label.conf rename to sysmocom/scenarios/ms-label@.conf