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=bb994c05484db248b6c7ba15252bc56a519adf36;hpb=31ed7870dcc21557eeeb65cfc0752e72544a7196;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{