Feat: add detailed ROADM impairments per roadm-path

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
Change-Id: I09c55dcff53ffb264609654cde0f1d8b9dc7fe9b
This commit is contained in:
EstherLerouzic
2023-04-27 15:03:38 +02:00
parent fb4195c775
commit f950a6aee8
12 changed files with 483 additions and 12 deletions

View File

@@ -102,7 +102,8 @@ class Roadm(_JsonThing):
'restrictions': {
'preamp_variety_list': [],
'booster_variety_list': []
}
},
'roadm-path-impairments': []
}
def __init__(self, **kwargs):