l2_meas_cell_info.proto 3.22 KB
Newer Older
Michel Roy's avatar
Michel Roy committed
/*
  ETSI GS MEC 012 - Radio Network Information API
 
  The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
 
Hammad Zafar's avatar
Hammad Zafar committed
  The version of the OpenAPI document: 2.2.1
Michel Roy's avatar
Michel Roy committed
  
  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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 dl_gbr_pdr_cell = 1;
Michel Roy's avatar
Michel Roy committed

  // 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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 dl_gbr_prb_usage_cell = 2;
Michel Roy's avatar
Michel Roy committed

  // 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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 dl_nongbr_pdr_cell = 3;
Michel Roy's avatar
Michel Roy committed

  // 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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 dl_nongbr_prb_usage_cell = 4;
Michel Roy's avatar
Michel Roy committed

  // 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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 dl_total_prb_usage_cell = 5;
Michel Roy's avatar
Michel Roy committed

  Ecgi ecgi = 6;

  // It indicates the number of active UEs with downlink GBR traffic, as defined in ETSI TS 136 314 [i.11].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 number_of_active_ue_dl_gbr_cell = 7;
Michel Roy's avatar
Michel Roy committed

  // It indicates the number of active UEs with downlink non-GBR traffic, as defined in ETSI TS 136 314 [i.11].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 number_of_active_ue_dl_nongbr_cell = 8;
Michel Roy's avatar
Michel Roy committed

  // It indicates the number of active UEs with uplink GBR traffic, as defined in ETSI TS 136 314 [i.11].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 number_of_active_ue_ul_gbr_cell = 9;
Michel Roy's avatar
Michel Roy committed

  // It indicates the number of active UEs with uplink non-GBR traffic, as defined in ETSI TS 136 314 [i.11].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 number_of_active_ue_ul_nongbr_cell = 10;
Hammad Zafar's avatar
Hammad Zafar committed
  // It indicates (in percentage) the received dedicated preambles, as defined in ETSI TS 136 314 [i.11].
  int32 received_dedicated_preambles_cell = 11;
Michel Roy's avatar
Michel Roy committed

  // It indicates (in percentage) the received randomly selected preambles in the high range, as defined in ETSI TS 136 314 [i.11].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 received_randomly_selected_preambles_high_range_cell = 12;
Michel Roy's avatar
Michel Roy committed

  // It indicates (in percentage) the received randomly selected preambles in the low range, as defined in ETSI TS 136 314 [i.11].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 received_randomly_selected_preambles_low_range_cell = 13;
Michel Roy's avatar
Michel Roy committed

  // 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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 ul_gbr_pdr_cell = 14;
Michel Roy's avatar
Michel Roy committed

  // 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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 ul_gbr_prb_usage_cell = 15;
Michel Roy's avatar
Michel Roy committed

  // 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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 ul_nongbr_pdr_cell = 16;
Michel Roy's avatar
Michel Roy committed

  // 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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 ul_nongbr_prb_usage_cell = 17;
Michel Roy's avatar
Michel Roy committed

  // 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].
Hammad Zafar's avatar
Hammad Zafar committed
  int32 ul_total_prb_usage_cell = 18;