blob: c3a5f4654fc70607d732ad2facefad3f98c2981e [file] [log] [blame]
alshabib927b6bb2016-12-11 17:51:21 -08001#
2# Copyright 2016 the original author or authors.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17
18PON_ALARM_CODE_LOS = 0
19PON_ALARM_CODE_LOSI = 1
20PON_ALARM_CODE_DOWI = 2
21PON_ALARM_CODE_LOFI = 3
22PON_ALARM_CODE_RDII = 4
23PON_ALARM_CODE_LOAMI = 5
24PON_ALARM_CODE_LCDGI = 6
25PON_ALARM_CODE_LOAI = 7
26PON_ALARM_CODE_SDI = 8
27PON_ALARM_CODE_SFI = 9
28PON_ALARM_CODE_PEE = 10
29PON_ALARM_CODE_DGI = 11
30PON_ALARM_CODE_LOKI = 12
31PON_ALARM_CODE_TIWI = 13
32PON_ALARM_CODE_TIA = 14
33PON_ALARM_CODE_LAST_ALARM = 15