RAW enum decoder bug (issue #574)
The RAW decoder of the enumerated failed to handle correctly large values.
The TITAN limits the enumerated value to MAX_INT. The decode value must be fit into int and should be native INTEGER value.
Signed-off-by: Gabor Szalai gabor.szalai@ericsson.com