[RICPLT-1423] Big Red button API - Implementation - Disconnect status
[ric-plt/nodeb-rnib.git] / entities / nodeb_info.proto
index 4185292..8cc5af2 100644 (file)
@@ -23,7 +23,7 @@ message NodebInfo{
 enum ConnectionStatus{
     UNKNOWN_CONNECTION_STATUS = 0;
     CONNECTED = 1;
-    NOT_CONNECTED = 2;
+    DISCONNECTED = 2;
     CONNECTED_SETUP_FAILED = 3;
     CONNECTING = 4;
     SHUTTING_DOWN = 5;