/* 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; option java_multiple_files=true; import public "models/cp_info.proto"; import public "models/onu_alarm_subscription_alarms.proto"; message OnuAlarmSubscriptionFilterCriteriaOnuAlarm { repeated OnuAlarmSubscriptionAlarms alarms = 1; // 0 to N physical locations of the customer sites. repeated CpInfo customer_premises_info = 2; // 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 = 3; }