Update gnb proto...<Natalia>
[ric-plt/nodeb-rnib.git] / entities / gnb.proto
index bb994c0..8760ded 100644 (file)
@@ -25,7 +25,8 @@ syntax = "proto3";
 package entities;
 
 message Gnb{
-       repeated ServedNRCell served_nr_cells = 1;
+       string bts_type = 1;
+       repeated ServedNRCell served_nr_cells = 2;
 }
 
 message ServedNRCell{