RIC:1060: Change in PTL
[ric-plt/nodeb-rnib.git] / entities / ran_load_information.proto
index 3d990b0..16be138 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 syntax = "proto3";
 package entities;
 
 import "enb.proto";
+option go_package = "gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib/entities";
 
 // 9.1.2.1
 message RanLoadInformation {
@@ -170,4 +177,4 @@ enum PA {
     DB_1 = 6;
     DB_2 = 7;
     DB_3 = 8;
-}
\ No newline at end of file
+}