From e719962bf18e4c8d8f3e65a731ca57e4e05686c1 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Wed, 4 Jan 2023 18:53:37 +0000
Subject: [PATCH] Proto:

- added field "name" to endpoint
---
 proto/context.proto | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/proto/context.proto b/proto/context.proto
index db0c81381..ce7534c80 100644
--- a/proto/context.proto
+++ b/proto/context.proto
@@ -407,9 +407,10 @@ message EndPointId {
 
 message EndPoint {
   EndPointId endpoint_id = 1;
-  string endpoint_type = 2;
-  repeated kpi_sample_types.KpiSampleType kpi_sample_types = 3;
-  Location endpoint_location = 4;
+  string name = 2;
+  string endpoint_type = 3;
+  repeated kpi_sample_types.KpiSampleType kpi_sample_types = 4;
+  Location endpoint_location = 5;
 }
 
 
-- 
GitLab