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