/* ETSI GS MEC 029 Fixed Access Information API ETSI GS MEC 029 Fixed Access Information API described using OpenAPI. The version of the OpenAPI document: 2.1.1 Contact: cti_support@etsi.org Generated by OpenAPI Generator: https://openapi-generator.tech */ syntax = "proto3"; package mec029; import public "models/ani_alarm_subscription_filter_criteria_ani_alarm_alarms.proto"; import public "models/ani_alarm_subscription_filter_criteria_ani_alarm_ani_id.proto"; import public "models/cp_info.proto"; message AniAlarmSubscriptionFilterCriteriaAniAlarm { // 0 to N physical locations of the customer sites. repeated CpInfo customer_premises_info = 1; // 1 to N unique identifiers for the optical network units. Typical it is the unique serial number for each ONU, which contains the vendor ID and version number. The first four bytes are an ASCII-encoded four-letter vendor ID. The second four bytes are a binary encoded serial number, under the control of the ONU vendor. repeated string onu_id = 2; AniAlarmSubscriptionFilterCriteriaAniAlarmAniId ani_id = 3; repeated AniAlarmSubscriptionFilterCriteriaAniAlarmAlarms alarms = 4; }