PCUIF_Types: fix record PCUIF_pch_dt

The record PCUIF_pch_dt uses ALIGN(left) variants for imsi data. This is
not correct, since it would left-pad the data with zeros if it does not
fit the specified length. This is a problem with IMSIs shorter than 17
characters, because the left padded zeros would appear like a
null-string to the receiving end.

When the ALIGN(left) modifier is removed, the encoder will apply the
padding from the right. This will fill the unused space after the string
with zeros.

Related: OS#5927
Change-Id: I011eb2496b1422c49736b227dfa1e2a2d6096d67
1 file changed