[RIC-287] Added HealthCheckTimestampSent and HealthCheckTimestampReceived to nbIdenti...
[ric-plt/nodeb-rnib.git] / entities / nb_identity.proto
index a2692d9..3d70538 100644 (file)
@@ -43,4 +43,6 @@ message NbIdentity{
   string inventory_name = 1;
   GlobalNbId global_nb_id = 2;
   ConnectionStatus connection_status = 3;
-}
\ No newline at end of file
+  int64 health_check_timestamp_sent = 4;
+  int64 health_check_timestamp_received = 5;
+}