From ff2310c11f05b1f4a6853468121e0502da49fcb5 Mon Sep 17 00:00:00 2001
From: Chukwuemeka Michael Muonagor <c.muonagor@tu-braunschweig.de>
Date: Fri, 19 Jul 2024 10:33:19 +0000
Subject: [PATCH] Update config.yml

---
 app/config.yml | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/app/config.yml b/app/config.yml
index c9e2d6f..29255f2 100644
--- a/app/config.yml
+++ b/app/config.yml
@@ -125,18 +125,63 @@
     'intent_type': 'qos_ntp',
     'name': 'reliability',
     'value': 0.9,
+    'unit': '1',
+    'host': ['dns-s', 'dns-c1']
+  },
+  {
+    'intent_type': 'qos_ntp',
+    'name': 'reliability',
+    'value': 90,
+    'unit': '%',
     'host': ['dns-s', 'dns-c1']
   },
   {
     'intent_type': 'qos_dns',
     'name': 'latency',
     'value': 0.2,
+    'unit': 'ms',
+    'host': ['dns-s', 'dns-c1']
+  },
+  {
+    'intent_type': 'qos_dns',
+    'name': 'latency',
+    'value': 0.15,
+    'unit': 'μs',
+    'host': ['dns-s', 'dns-c1']
+  },
+  {
+    'intent_type': 'qos_dns',
+    'name': 'latency',
+    'value': 1.0,
+    'unit': 's',
     'host': ['dns-s', 'dns-c1']
   },
   {
     'intent_type': 'qos_pfcp',
     'name': 'bandwidth',
     'value': 5000,
+    'unit': 'mbps',
+    'host': ['dns-s', 'dns-c1']
+  },
+  {
+    'intent_type': 'qos_pfcp',
+    'name': 'bandwidth',
+    'value': 24,
+    'unit': 'gbps',
+    'host': ['dns-s', 'dns-c1']
+  },
+  {
+    'intent_type': 'qos_pfcp',
+    'name': 'bandwidth',
+    'value': 60000,
+    'unit': 'kbps',
+    'host': ['dns-s', 'dns-c1']
+  },
+  {
+    'intent_type': 'qos_pfcp',
+    'name': 'bandwidth',
+    'value': 859000,
+    'unit': 'bps',
     'host': ['dns-s', 'dns-c1']
   }],
 
-- 
GitLab