merge of the e2ap-v2.0 branch
[ric-plt/nodeb-rnib.git] / entities / gnb.proto
index 5f174f9..03aa702 100644 (file)
 syntax = "proto3";
 package entities;
 import "ran_function.proto";
+import "e2node_component_config.proto";
 import "additional_cell_information.proto";
+import "nb_types.proto";
 
 
 message Gnb{
        repeated ServedNRCell served_nr_cells = 1;
        repeated RanFunction ran_functions = 2;
        GnbType gnb_type = 3;
+       repeated E2nodeComponentConfig node_configs = 4;
 }
 
 message ServedNRCell{
@@ -150,10 +153,4 @@ message NrNeighbourInformation{
        ChoiceNRMode choice_nr_mode = 4;
        string stac5g = 5;
        string configured_stac = 6;
-}
-
-enum GnbType{
-       UNKNOWN_GNB_TYPE = 0;
-       GNB = 1;
-       EN_GNB = 2;
 }
\ No newline at end of file