X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=entities%2Fgnb.proto;h=a05dd657a1ffc082169cca969caddc5106e16249;hb=refs%2Fheads%2Fg-release;hp=612851a65fd676889a22d02a3c0b868ffac26cb0;hpb=a18f9d6cb159066e836a0c57c1de3fee4a08b68d;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/gnb.proto b/entities/gnb.proto index 612851a..a05dd65 100644 --- a/entities/gnb.proto +++ b/entities/gnb.proto @@ -24,12 +24,16 @@ syntax = "proto3"; package entities; 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; repeated RanFunction ran_functions = 2; + GnbType gnb_type = 3; + repeated E2nodeComponentConfig node_configs = 4; } message ServedNRCell{ @@ -150,4 +154,3 @@ message NrNeighbourInformation{ string stac5g = 5; string configured_stac = 6; } -