meas_rep_ue_notification_nr_s_cs.proto 894 Bytes
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/meas_rep_ue_notification_nr_s_cs_nr_s_cell_info.proto";

message MeasRepUeNotificationNrSCs {

  // Secondary serving cell(s) info.
  repeated MeasRepUeNotificationNrSCsNrSCellInfo nrSCellInfo = 1;

  // Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14].
  int32 nrSCellRsrp = 2;

  // Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14].
  int32 nrSCellRsrq = 3;

  // Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14].
  int32 nrSCellRssi = 4;

}