/* 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.2.1 Generated by OpenAPI Generator: https://openapi-generator.tech */ syntax = "proto3"; package mec012; import public "models/meas_rep_ue_notification_nr_bn_cs_nr_bn_cell_info.proto"; message MeasRepUeNotificationNrBNCs { // Best neighbours of the secondary serving cell(s) info repeated MeasRepUeNotificationNrBNCsNrBNCellInfo nrBNCellInfo = 1; // Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14]. int32 nrBNCellRsrp = 2; // Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14]. int32 nrBNCellRsrq = 3; // Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14]. int32 nrBNCellRssi = 4; }