Attention is currently required from: fixeria.
1 comment:
Patchset:
I think a better solution would be changing the definition of `record PCUIF_pch` and letting the RAW […]
Now I get: "262420000000423" & char(0, 0, 0, 0) & char(0, 0, 0, 241), which causes even more odd behavior. I also have no clue where the char(0, 0, 0, 241) comes from. Before it was at least "262420000000423" & char(0, 0, 0, 0) & char(0, 0, 0, 0)
The definition is currently as follows:
type record PCUIF_pch {
OCT4 msg_id,
charstring imsi length(17),
octetstring data length(23),
boolean confirm
} with {
variant (msg_id) "BYTEORDER(last)"
variant (imsi) "FIELDLENGTH(null_terminated)"
variant (data) "FIELDLENGTH(23)"
};
I will try it again tomorrow and experiment a bit. Unfortunately the Regex was the best I could come up with.
To view, visit change 34498. To unsubscribe, or for help writing mail filters, visit settings.