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/87fd5328_5644e... 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 put […]
AFAIR, the `ALIGN` attribute tells where to put the payload if it's less than the buffer size: either at the beginning of the buffer (`left`) or at the end (`right`). I am trying to understand what do you achieve by removing this attribute.