[RIC-384] Update proto version and add ran_function proto
[ric-plt/nodeb-rnib.git] / entities / gnb.proto
index ee45be4..6b834d6 100644 (file)
 
 syntax = "proto3";
 package entities;
+import "ran_function.proto";
+
 
 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{
        ServedNRCellInformation served_nr_cell_information = 1;
        repeated NrNeighbourInformation nr_neighbour_infos = 2;
@@ -151,4 +147,5 @@ message NrNeighbourInformation{
        ChoiceNRMode choice_nr_mode = 4;
        string stac5g = 5;
        string configured_stac = 6;
-}
\ No newline at end of file
+}
+