From 35234f2e21333d1c5cdf1877863f3493095fbd59 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 23 Mar 2020 18:52:41 +0100 Subject: srs_ue: add scenario for airplane mode simulation in srsUE Change-Id: I5db2ff325ce4b4236c1ceec0831dd7420d52dedb --- example/defaults.conf | 2 ++ example/scenarios/mod-srsue-airplane_mode_sim@.conf | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 example/scenarios/mod-srsue-airplane_mode_sim@.conf (limited to 'example') diff --git a/example/defaults.conf b/example/defaults.conf index 60539c8..dcb84db 100644 --- a/example/defaults.conf +++ b/example/defaults.conf @@ -108,3 +108,5 @@ srsenb: srsue: enable_pcap: false + airplane_t_on_ms: -1 + airplane_t_off_ms: -1 diff --git a/example/scenarios/mod-srsue-airplane_mode_sim@.conf b/example/scenarios/mod-srsue-airplane_mode_sim@.conf new file mode 100644 index 0000000..c05fba1 --- /dev/null +++ b/example/scenarios/mod-srsue-airplane_mode_sim@.conf @@ -0,0 +1,4 @@ +modifiers: + modem: + - airplane_t_on_ms: ${param1} + airplane_t_off_ms: ${param2} -- cgit v1.2.3