Attention is currently required from: dexter.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33417 )
Change subject: PCUIF_Types: fix record PCUIF_pch_dt ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33417/comment/20b10f3a_43661... PS1, Line 10: it would pad the data with zeros if it does not fit the : specified length. This is unwanted Could you please clarify a bit more here? So we have a fixed-size buffer of 17 bytes, and you're putting there a string (IMSI prefix), which is less than 17 bytes total, let's say 3 chars + `\0`. If padding is unwanted, what do you expect the RAW encoder to put in the remaining bytes then?