RIC:1060: Change in PTL
[ric-plt/nodeb-rnib.git] / entities / nodeb_info.proto
index 768e05b..9ca502d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright 2019 AT&T Intellectual Property
  * Copyright 2019 Nokia
+ * Copyright 2023 Capgemini
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -27,6 +28,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 +46,10 @@ message NodebInfo {
   SetupFailure setup_failure = 11;
   string associated_e2t_instance_address = 12;
   bool setup_from_network = 13;
+  uint64 status_update_time_stamp = 14;
+  string gnb_node_type = 15;
+  string cu_up_id = 16;
+  string du_id = 17;
 }
 
 enum E2ApplicationProtocol {
@@ -67,4 +73,4 @@ message Failure {
     X2_SETUP_FAILURE = 1;
     ENDC_X2_SETUP_FAILURE = 2;
   }
-}
\ No newline at end of file
+}