RIC-916 new reconnect timer in E2 to reject new connect for x seconds
[ric-plt/nodeb-rnib.git] / entities / gnb.proto
index 03aa702..a05dd65 100644 (file)
@@ -27,7 +27,7 @@ import "ran_function.proto";
 import "e2node_component_config.proto";
 import "additional_cell_information.proto";
 import "nb_types.proto";
-
+option go_package = "gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib/entities";
 
 message Gnb{
        repeated ServedNRCell served_nr_cells = 1;
@@ -153,4 +153,4 @@ message NrNeighbourInformation{
        ChoiceNRMode choice_nr_mode = 4;
        string stac5g = 5;
        string configured_stac = 6;
-}
\ No newline at end of file
+}