[RIC-571] proto updates: enb_type, gnb_type, setupFromNetwork
[ric-plt/nodeb-rnib.git] / entities / gnb.proto
index 612851a..5f174f9 100644 (file)
@@ -30,6 +30,7 @@ import "additional_cell_information.proto";
 message Gnb{
        repeated ServedNRCell served_nr_cells = 1;
        repeated RanFunction ran_functions = 2;
+       GnbType gnb_type = 3;
 }
 
 message ServedNRCell{
@@ -151,3 +152,8 @@ message NrNeighbourInformation{
        string configured_stac = 6;
 }
 
+enum GnbType{
+       UNKNOWN_GNB_TYPE = 0;
+       GNB = 1;
+       EN_GNB = 2;
+}
\ No newline at end of file