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=8760ded6aaf3b430e88f02080ba8f77ccd517c30;hpb=591f6bb16954d8813ba88a296ce3c3934f489ab1;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/gnb.proto b/entities/gnb.proto index 8760ded..ee45be4 100644 --- a/entities/gnb.proto +++ b/entities/gnb.proto @@ -25,8 +25,14 @@ syntax = "proto3"; package entities; message Gnb{ - string bts_type = 1; - repeated ServedNRCell served_nr_cells = 2; + 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{