merge of the e2ap-v2.0 branch
[ric-plt/nodeb-rnib.git] / entities / enb.proto
index 2ce0f0f..3b50a2e 100644 (file)
@@ -25,11 +25,14 @@ syntax = "proto3";
 package entities;
 
 import "additional_cell_information.proto";
+import "e2node_component_config.proto";
+import "nb_types.proto";
 
 message Enb{
        EnbType enb_type = 1;
        repeated ServedCellInfo served_cells = 2;
        repeated string gu_group_ids = 3;
+       repeated E2nodeComponentConfig node_configs = 4;
 }
 
 message ServedCellInfo{
@@ -153,17 +156,6 @@ message SpecialSubframeInfo{
        CyclicPrefix cyclic_prefix_ul = 3;
 }
 
-enum EnbType{
-       UNKNOWN_ENB_TYPE = 0;
-       MACRO_ENB = 1;
-       HOME_ENB = 2;
-       SHORT_MACRO_ENB = 3;
-       LONG_MACRO_ENB = 4;
-       MACRO_NG_ENB = 5;
-       SHORT_MACRO_NG_ENB = 6;
-       LONG_MACRO_NG_ENB = 7;
-}
-
 enum SubframeAssignment{
        UNKNOWN_SUBFRAME_ASSIGNMENT = 0;
        SA0 = 1;