commit | f0b3a063d2db34a02def4a18d4e1d0ef92d7352f | [log] [tgz] |
---|---|---|
author | Chip Boling <chip.boling@adtran.com> | Thu Jan 18 13:53:58 2018 -0600 |
committer | Kim Kempf <kim.kempf@radisys.com> | Fri Jan 19 18:16:35 2018 +0000 |
tree | 4f926ea5cc5686159abbdc3d383b58e8a3282f38 | |
parent | bbe1e09c2aacc235254b09d7ee7d077d0c3221de [diff] |
VOL-596: Enhanced Security Control ME not derived from EntityClass base Change-Id: I1a5bbcd78eacb753771a4d93bc440e736428194a
diff --git a/voltha/extensions/omci/omci_entities.py b/voltha/extensions/omci/omci_entities.py index 11e1c72..8a919f3 100644 --- a/voltha/extensions/omci/omci_entities.py +++ b/voltha/extensions/omci/omci_entities.py
@@ -762,7 +762,7 @@ mandatory_operations = {OP.Get, OP.Set} -class EnhSecurityControl: +class EnhSecurityControl(EntityClass): class_id = 332 attributes = [ ECA(ShortField("managed_entity_id", None), {AA.R}),