blob: 0509910d24950460a99b6507c5bf17e70113bc5d [file] [log] [blame]
TorstenThiemeff9c9142021-04-08 07:21:34 +00001---
2
3# Copyright 2021-present Open Networking Foundation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
Andrea Campanellad945fd92021-09-30 11:39:59 +020017# Automated deployment configuration for systems running BBSim
TorstenThiemeff9c9142021-04-08 07:21:34 +000018
19# Pm user validation and precondition data for validation of received
20# pm-data elements from open-onu-go-adapter.
21# This file contains special validation data, which differs from default
22# validation data.
23# Following operators are valid: in, range, ==, !=, <, <=, >, >=
24# In case of operator is 'in' or 'range' second value has to be a list (array)
25
26pm_user_validation_data:
27 UNI_Status:
28 me_class_id:
29 firstoperator: in
30 firstvalue:
31 - 11
32 - 264
33 - 329
34 successoroperator: ==
35 successorvalue: previous
36 oper_status:
37 firstoperator: range
38 firstvalue:
39 - 0
40 - 1
41 successoroperator: range
42 successorvalue:
43 - 0
44 - 1
45 uni_admin_state:
46 firstoperator: range
47 firstvalue:
48 - 0
49 - 1
50 successoroperator: range
51 successorvalue:
52 - 0
53 - 1
TorstenThiemeab942852021-06-29 09:30:32 +000054 configuration_ind:
TorstenThiemeff9c9142021-04-08 07:21:34 +000055 firstoperator: range
56 firstvalue:
57 - 0
58 - 255
59 successoroperator: ==
60 successorvalue: previous
61pm_user_precondition_data:
62 UNI_Status:
TorstenThiemeab942852021-06-29 09:30:32 +000063 configuration_ind:
TorstenThiemeff9c9142021-04-08 07:21:34 +000064 operator: ==
65 value: 11
66 precondelement: me_class_id
67 oper_status:
68 operator: in
69 value:
70 - 11
71 - 329
72 precondelement: me_class_id