RIC-916 new reconnect timer in E2 to reject new connect for x seconds
[ric-plt/nodeb-rnib.git] / entities / nodeb_info.proto
index 768e05b..e42702d 100644 (file)
@@ -27,6 +27,7 @@ import "gnb.proto";
 import "enb.proto";
 import "x2_setup_failure_response.proto";
 import "nb_identity.proto";
+option go_package = "gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib/entities";
 
 message NodebInfo {
   string ran_name = 1;
@@ -44,6 +45,7 @@ message NodebInfo {
   SetupFailure setup_failure = 11;
   string associated_e2t_instance_address = 12;
   bool setup_from_network = 13;
+  uint64 status_update_time_stamp = 14;
 }
 
 enum E2ApplicationProtocol {
@@ -67,4 +69,4 @@ message Failure {
     X2_SETUP_FAILURE = 1;
     ENDC_X2_SETUP_FAILURE = 2;
   }
-}
\ No newline at end of file
+}