X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=entities%2Fgnb.proto;fp=entities%2Fgnb.proto;h=ee45be476fcc67a4b127da4d263a40146da180c3;hb=a1feb79c89daa653a3d257ffd263a69ddf453e69;hp=bb994c05484db248b6c7ba15252bc56a519adf36;hpb=dc1a8e89df7b0779c91f76f39f26498f00dc4702;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/gnb.proto b/entities/gnb.proto index bb994c0..ee45be4 100644 --- a/entities/gnb.proto +++ b/entities/gnb.proto @@ -26,6 +26,13 @@ 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{