Skip to content
Snippets Groups Projects
Commit 3bcd4575 authored by Gábor Szalai's avatar Gábor Szalai
Browse files

Bug 568518 Raw decoder correction

The RAW decoder incorrectly decodes the set with a record of type field if:
- The record of field has a variant:  REPEATABLE(yes)
- It is a "catch all unknonw IE" list

The problem is that the "catch all unknonw IE" list field can consume all IEs

Solution:
If the record/set of field of the set has variant "REPEATABLE(yes)"
decode 1 element of the field at a time.

Change-Id: I274015ec7fe8194438a9a8d6e7b995bcba6367f4
parent 95ffdaad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment