/* 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/ecgi.proto"; import public "models/rab_rel_notification_erab_release_info.proto"; import public "models/time_stamp.proto"; message RabRelNotification { // 0 to N identifiers to bind the event for a specific UE or flow as defined below. repeated AssociateId associateId = 1; Ecgi ecgi = 2; RabRelNotificationErabReleaseInfo erabReleaseInfo = 3; // Shall be set to \"RabRelNotification\". string notificationType = 4; TimeStamp timeStamp = 5; }