-
Type: Story
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.10
-
Component/s: openonu-adapter
-
Labels:None
-
Story Points:3
-
Epic Link:
In order to preserve the compatibility of the MIB template between Python and Go version of openonu-adapter, existing redundant data was included in the conversion to the Go version. This redundant data can now be removed. See the example below: the ManagedEntityId/InstanceId is currently present three times and the ClassId twice in ME representations.
{{ "262": {
"32769": {
"Attributes":
,
"InstanceId": "32769"
},
"ClassId": "262"
},}}