From d0bd03c8ec556964bfbb98fafeff36cf1ef5e473 Mon Sep 17 00:00:00 2001
From: Ricard Vilalta <ricard.vilalta@cttc.es>
Date: Tue, 12 Jul 2022 14:40:24 +0000
Subject: [PATCH] Update context.proto

---
 proto/context.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proto/context.proto b/proto/context.proto
index 9ba566a7d..0a29cbaee 100644
--- a/proto/context.proto
+++ b/proto/context.proto
@@ -295,6 +295,7 @@ enum SliceStatusEnum {
   SLICESTATUS_INIT      = 2;
   SLICESTATUS_ACTIVE    = 3;
   SLICESTATUS_DEINIT    = 4;
+  SLICESTATUS_SLA_VIOLATED = 5;
 }
 
 message SliceStatus {
-- 
GitLab