RIC-916 new reconnect timer in E2 to reject new connect for x seconds
[ric-plt/nodeb-rnib.git] / entities / cell.proto
index 9cc5bb5..e45b6a9 100644 (file)
@@ -25,6 +25,7 @@ syntax = "proto3";
 package entities;
 import "gnb.proto";
 import "enb.proto";
+option go_package = "gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib/entities";
 
 message Cell{
     enum Type{
@@ -37,4 +38,4 @@ message Cell{
         ServedCellInfo served_cell_info = 2;
         ServedNRCell served_nr_cell = 3;
     }
-}
\ No newline at end of file
+}