/* 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/associate_id.proto"; import public "models/ca_reconf_notification_carrier_aggregation_meas_info.proto"; import public "models/ca_reconf_notification_secondary_cell_add.proto"; import public "models/ecgi.proto"; import public "models/time_stamp.proto"; message CaReconfNotification { // 0 to N identifiers to associate the event for a specific UE or flow. repeated AssociateId associateId = 1; // This parameter can be repeated to contain information of all the carriers assign for Carrier Aggregation up to M. repeated CaReconfNotificationCarrierAggregationMeasInfo carrierAggregationMeasInfo = 2; Ecgi ecgi = 3; // Shall be set to \"CaReConfNotification\". string notificationType = 4; repeated CaReconfNotificationSecondaryCellAdd secondaryCellAdd = 5; repeated CaReconfNotificationSecondaryCellAdd secondaryCellRemove = 6; TimeStamp timeStamp = 7; }