X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=entities%2Fgnb.proto;h=ee45be476fcc67a4b127da4d263a40146da180c3;hb=refs%2Ftags%2Fv1.0.33;hp=cb28967f59b60d1e151aa2ebecefd4aad6d10db9;hpb=a699114d5bc927428e7cef7d17423333ded5f16c;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/gnb.proto b/entities/gnb.proto index cb28967..ee45be4 100644 --- a/entities/gnb.proto +++ b/entities/gnb.proto @@ -15,11 +15,24 @@ * limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + + syntax = "proto3"; package entities; message Gnb{ repeated ServedNRCell served_nr_cells = 1; + repeated RanFunction ran_functions = 2; +} + +message RanFunction{ + uint32 ran_function_id = 1; + string ran_function_definition = 2; + uint32 ran_function_revision = 3; } message ServedNRCell{