[RICPLT-1897] GetListNodebIds API has been changed. After code review
[ric-plt/nodeb-rnib.git] / entities / nodeb_info.proto
index a8e4123..8cc5af2 100644 (file)
@@ -23,9 +23,11 @@ message NodebInfo{
 enum ConnectionStatus{
     UNKNOWN_CONNECTION_STATUS = 0;
     CONNECTED = 1;
-    NOT_CONNECTED = 2;
+    DISCONNECTED = 2;
     CONNECTED_SETUP_FAILED = 3;
     CONNECTING = 4;
+    SHUTTING_DOWN = 5;
+    SHUT_DOWN = 6;
 }
 
 message Node{