meas_rep_ue_notification_new_radio_meas_info.proto 713 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.
 
  The version of the OpenAPI document: 2.1.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec012;

import public "models/meas_rep_ue_notification_nr_bn_cs.proto";
import public "models/meas_rep_ue_notification_nr_s_cs.proto";

message MeasRepUeNotificationNewRadioMeasInfo {

  MeasRepUeNotificationNrBNCs nrBNCs = 1;

  // ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR carrier frequency, as defined in ETSI TS 138.101 [i.15].
  int32 nrCarrierFreq = 2;

  MeasRepUeNotificationNrSCs nrSCs = 3;

}