/* ETSI GS MEC 021 Application Mobility Service API ETSI GS MEC 021 Application Mobility Service API described using OpenAPI. The version of the OpenAPI document: 2.1.1 Generated by OpenAPI Generator: https://openapi-generator.tech */ syntax = "proto3"; package mec021; import public "models/associate_id.proto"; import public "models/mobility_status.proto"; message MobilityProcedureSubscriptionFilterCriteria { // Identifier of the application instance that registers the application mobility service. string appInstanceId = 1; // 0 to N identifiers to associate the information for specific UE(s) and flow(s). repeated AssociateId associateId = 2; // In case mobilityStatus is not included in the subscription request, the default value 1 = INTER_HOST_MOBILITY_TRIGGERED shall be used and included in the response. repeated MobilityStatus mobilityStatus = 3; }