Merge "RIC-192 - Save the entire Setup request in RNIB - 1"
[ric-plt/nodeb-rnib.git] / entities / gnb.proto
index 8760ded..ee45be4 100644 (file)
@@ -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{