From 8140e08a6904641c35d63bd45acaed149922d35f Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Wed, 3 May 2023 14:17:01 +0000
Subject: [PATCH] PathComp component - FrontEnd:

- Corrected Resource Groups used to extrapolate SubServices
---
 .../frontend/service/algorithms/tools/ResourceGroups.py     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pathcomp/frontend/service/algorithms/tools/ResourceGroups.py b/src/pathcomp/frontend/service/algorithms/tools/ResourceGroups.py
index 53c89cd12..e56d436dd 100644
--- a/src/pathcomp/frontend/service/algorithms/tools/ResourceGroups.py
+++ b/src/pathcomp/frontend/service/algorithms/tools/ResourceGroups.py
@@ -33,12 +33,12 @@ DEVICE_TYPE_TO_DEEPNESS = {
     DeviceTypeEnum.EMULATED_P4_SWITCH.value              : 60,
     DeviceTypeEnum.P4_SWITCH.value                       : 60,
 
-    DeviceTypeEnum.EMULATED_MICROWAVE_RADIO_SYSTEM.value : 40,
-    DeviceTypeEnum.MICROWAVE_RADIO_SYSTEM.value          : 40,
-
     DeviceTypeEnum.EMULATED_XR_CONSTELLATION.value       : 40,
     DeviceTypeEnum.XR_CONSTELLATION.value                : 40,
 
+    DeviceTypeEnum.EMULATED_MICROWAVE_RADIO_SYSTEM.value : 30,
+    DeviceTypeEnum.MICROWAVE_RADIO_SYSTEM.value          : 30,
+
     DeviceTypeEnum.EMULATED_OPEN_LINE_SYSTEM.value       : 30,
     DeviceTypeEnum.OPEN_LINE_SYSTEM.value                : 30,
 
-- 
GitLab