/* ETSI GS MEC 012 - Radio Network Information API The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI. The version of the OpenAPI document: 2.2.1 Generated by OpenAPI Generator: https://openapi-generator.tech */ syntax = "proto3"; package mec012; import public "models/ecgi.proto"; message L2MeasCellInfo { // It indicates the packet discard rate in percentage of the downlink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. int32 dl_gbr_pdr_cell = 1; // It indicates the PRB usage for downlink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. int32 dl_gbr_prb_usage_cell = 2; // It indicates the packet discard rate in percentage of the downlink non-GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. int32 dl_nongbr_pdr_cell = 3; // It indicates (in percentage) the PRB usage for downlink non-GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. int32 dl_nongbr_prb_usage_cell = 4; // It indicates (in percentage) the PRB usage for total downlink traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. int32 dl_total_prb_usage_cell = 5; Ecgi ecgi = 6; // It indicates the number of active UEs with downlink GBR traffic, as defined in ETSI TS 136 314 [i.11]. int32 number_of_active_ue_dl_gbr_cell = 7; // It indicates the number of active UEs with downlink non-GBR traffic, as defined in ETSI TS 136 314 [i.11]. int32 number_of_active_ue_dl_nongbr_cell = 8; // It indicates the number of active UEs with uplink GBR traffic, as defined in ETSI TS 136 314 [i.11]. int32 number_of_active_ue_ul_gbr_cell = 9; // It indicates the number of active UEs with uplink non-GBR traffic, as defined in ETSI TS 136 314 [i.11]. int32 number_of_active_ue_ul_nongbr_cell = 10; // It indicates (in percentage) the received dedicated preambles, as defined in ETSI TS 136 314 [i.11]. int32 received_dedicated_preambles_cell = 11; // It indicates (in percentage) the received randomly selected preambles in the high range, as defined in ETSI TS 136 314 [i.11]. int32 received_randomly_selected_preambles_high_range_cell = 12; // It indicates (in percentage) the received randomly selected preambles in the low range, as defined in ETSI TS 136 314 [i.11]. int32 received_randomly_selected_preambles_low_range_cell = 13; // It indicates the packet discard rate in percentage of the uplink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. int32 ul_gbr_pdr_cell = 14; // It indicates (in percentage) the PRB usage for uplink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. int32 ul_gbr_prb_usage_cell = 15; // It indicates the packet discard rate in percentage of the uplink non-GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. int32 ul_nongbr_pdr_cell = 16; // It indicates (in percentage) the PRB usage for uplink non-GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. int32 ul_nongbr_prb_usage_cell = 17; // It indicates (in percentage) the PRB usage for total uplink traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. int32 ul_total_prb_usage_cell = 18; }