RIC-916 new reconnect timer in E2 to reject new connect for x seconds
[ric-plt/nodeb-rnib.git] / entities / additional_cell_information.proto
index 974ef72..ce98eaf 100644 (file)
@@ -23,6 +23,7 @@
 
 syntax = "proto3";
 package entities;
+option go_package = "gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib/entities";
 
 message AdditionalCellInformation {
   float cell_latitude = 1;
@@ -33,4 +34,4 @@ message AdditionalCellInformation {
   float antenna_max_transmit = 6;
   float antenna_max_gain = 7;
   uint32 sector_id = 8;
-}
\ No newline at end of file
+}