-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.12
-
Component/s: omci-lib-go
-
Labels:None
-
Story Points:1
The AES calculation assumes the length of the data to calculate is 44 octets (what a baseline message set frame has) and does not properly support the extended message set which can easily be under 44 octets or >1900 octets long [should use the 'length' field].
First seen in the decode of the following Start Software Download response frame:
0003330b000700010002000712bb24e7
AES is last 4 octets of the 16 octet frame above.