/* 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_n_cell_info.proto"; import public "models/rs_index_results.proto"; message MeasRepUeNotificationNewRadioMeasNeiInfo { // 5G NR neighbour cell info. repeated MeasRepUeNotificationNrNCellInfo nrNCellInfo = 1; // Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14]. int32 nrNCellRsrp = 2; // Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14]. int32 nrNCellRsrq = 3; // Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14]. int32 nrNCellRssi = 4; RsIndexResults rsIndexResults = 5; }