From 86c1d4eacadd4301bec08cdcf28044ddedeb95b4 Mon Sep 17 00:00:00 2001
From: Waleed Akbar <wakbar@cttc.es>
Date: Wed, 24 Apr 2024 16:20:25 +0000
Subject: [PATCH] "Telemetry Frontend" Enum name and port added

---
 src/common/Constants.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/common/Constants.py b/src/common/Constants.py
index ee737d2bd..72003846b 100644
--- a/src/common/Constants.py
+++ b/src/common/Constants.py
@@ -44,6 +44,7 @@ class ServiceNameEnum(Enum):
     POLICY                 = 'policy'
     MONITORING             = 'monitoring'
     KPIMANAGER             = 'kpiManager'
+    TELEMETRYFRONTEND      = 'telemetryfrontend'
     DLT                    = 'dlt'
     NBI                    = 'nbi'
     CYBERSECURITY          = 'cybersecurity'
@@ -75,6 +76,7 @@ DEFAULT_SERVICE_GRPC_PORTS = {
     ServiceNameEnum.POLICY                 .value :  6060,
     ServiceNameEnum.MONITORING             .value :  7070,
     ServiceNameEnum.KPIMANAGER             .value :  7071,
+    ServiceNameEnum.TELEMETRYFRONTEND      .value :  7072,
     ServiceNameEnum.DLT                    .value :  8080,
     ServiceNameEnum.NBI                    .value :  9090,
     ServiceNameEnum.L3_CAD                 .value : 10001,
-- 
GitLab