/* 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/ca_reconf_subscription_links.proto"; import public "models/links.proto"; import public "models/time_stamp.proto"; import public "models/websock_notif_config.proto"; message MeasRepUeSubscription { Links _links = 1; // URI selected by the service consumer to receive notifications on the subscribed RNIS information. This shall be included both in the request and in response. If not present, the service consumer is requesting the use of a Websocket for notifications. See note. string callbackReference = 2; WebsockNotifConfig websockNotifConfig = 3; // Set to TRUE by the service consumer to request a test notification on the callbackReference URI to determine if it is reachable by RNIS for notifications. bool requestTestNotification = 4; TimeStamp expiryDeadline = 5; MeasRepUeSubscriptionFilterCriteriaAssocTri filterCriteriaAssocTri = 6; // Shall be set to \"MeasRepUeSubscription\". string subscriptionType = 7; }