trigger_nr.proto 889 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;

// The enumeration Trigger represents specified triggers for a 5G UE Measurement Report. Full details can be found in ETSI TS 138 331 [i.13]).
enum TriggerNr {
  _0_TRIGGER_NR_NOT_AVAILABLE = 0;
  _1_TRIGGER_NR_NR_PERIODICAL = 1;
  _2_TRIGGER_NR_NR_CGI = 2;
  _10_TRIGGER_NR_EVENT_A1 = 10;
  _11_TRIGGER_NR_EVENT_A2 = 11;
  _12_TRIGGER_NR_EVENT_A3 = 12;
  _13_TRIGGER_NR_EVENT_A4 = 13;
  _14_TRIGGER_NR_EVENT_A5 = 14;
  _15_TRIGGER_NR_EVENT_A6 = 15;
  _20_TRIGGER_NR_INTER_RAT_PERIODICAL = 20;
  _21_TRIGGER_NR_INTER_RAT_CGI = 21;
  _30_TRIGGER_NR_EVENT_B1 = 30;
  _31_TRIGGER_NR_EVENT_B2 = 31;
}