X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=entities%2Fgnb.proto;fp=entities%2Fgnb.proto;h=03aa7020d8f618f3b77e0f83083e5091ed427a3c;hb=1e2ebda06739c940232a17ad2d9e221f0547b66d;hp=5f174f9a9a2840f03d3d1ee1e56ac092512d4e9b;hpb=80d0ceb84a212cf63def45273906022800e05505;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/gnb.proto b/entities/gnb.proto index 5f174f9..03aa702 100644 --- a/entities/gnb.proto +++ b/entities/gnb.proto @@ -24,13 +24,16 @@ syntax = "proto3"; package entities; import "ran_function.proto"; +import "e2node_component_config.proto"; import "additional_cell_information.proto"; +import "nb_types.proto"; 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,10 +153,4 @@ message NrNeighbourInformation{ ChoiceNRMode choice_nr_mode = 4; string stac5g = 5; string configured_stac = 6; -} - -enum GnbType{ - UNKNOWN_GNB_TYPE = 0; - GNB = 1; - EN_GNB = 2; } \ No newline at end of file