X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=entities%2Fgnb.proto;h=612851a65fd676889a22d02a3c0b868ffac26cb0;hb=a18f9d6cb159066e836a0c57c1de3fee4a08b68d;hp=8760ded6aaf3b430e88f02080ba8f77ccd517c30;hpb=591f6bb16954d8813ba88a296ce3c3934f489ab1;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/gnb.proto b/entities/gnb.proto index 8760ded..612851a 100644 --- a/entities/gnb.proto +++ b/entities/gnb.proto @@ -23,10 +23,13 @@ syntax = "proto3"; package entities; +import "ran_function.proto"; +import "additional_cell_information.proto"; + message Gnb{ - string bts_type = 1; - repeated ServedNRCell served_nr_cells = 2; + repeated ServedNRCell served_nr_cells = 1; + repeated RanFunction ran_functions = 2; } message ServedNRCell{ @@ -56,6 +59,7 @@ message ServedNRCellInformation{ TddInfo tdd = 2; } ChoiceNRMode choice_nr_mode = 7; + AdditionalCellInformation additional_cell_information = 8; } message Nr{ @@ -145,4 +149,5 @@ message NrNeighbourInformation{ ChoiceNRMode choice_nr_mode = 4; string stac5g = 5; string configured_stac = 6; -} \ No newline at end of file +} +