X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=entities%2Fgnb.proto;fp=entities%2Fgnb.proto;h=a05dd657a1ffc082169cca969caddc5106e16249;hb=651d3e812c9a3574d16ffe571ae0a07845ba8284;hp=03aa7020d8f618f3b77e0f83083e5091ed427a3c;hpb=1e2ebda06739c940232a17ad2d9e221f0547b66d;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/gnb.proto b/entities/gnb.proto index 03aa702..a05dd65 100644 --- a/entities/gnb.proto +++ b/entities/gnb.proto @@ -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 +}