Attention is currently required from: pespin.
lynxis lazus has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32510 )
Change subject: HLR_Tests: add testcase for multiple APNs in subscriber data ......................................................................
Patch Set 6:
(1 comment)
File hlr/HLR_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32510/comment/789f2fce_be8aa... PS6, Line 1037: tr_GSUP_IE_APN('08'O & char2oct("internet"))
can we please have a "function str2apn(charstring str) return octetstring" for this please? :)
It makes it a lot more complicated. It is length encoded by dots. (in python syntax) E.g. internet -> b"\x08internet" internet.fast -> b"\x08internet\x04fast". I would keep it as simple here for now..