RIC-916 new reconnect timer in E2 to reject new connect for x seconds
[ric-plt/nodeb-rnib.git] / entities / cells.proto
index 2c72e25..5265fc4 100644 (file)
@@ -26,6 +26,7 @@ package entities;
 import "cell.proto";
 import "gnb.proto";
 import "enb.proto";
+option go_package = "gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib/entities";
 
 message Cells{
     Cell.Type type = 1;
@@ -41,4 +42,4 @@ message ServedCellInfoList{
 
 message ServedNRCellList{
     repeated ServedNRCell served_cells = 1;
-}
\ No newline at end of file
+}