[RICPLT-1832] - the new connection statuses have been added
[ric-plt/nodeb-rnib.git] / entities / nodeb_info.proto
index a8e4123..4185292 100644 (file)
@@ -26,6 +26,8 @@ enum ConnectionStatus{
     NOT_CONNECTED = 2;
     CONNECTED_SETUP_FAILED = 3;
     CONNECTING = 4;
+    SHUTTING_DOWN = 5;
+    SHUT_DOWN = 6;
 }
 
 message Node{