Attention is currently required from: dexter.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34498?usp=email )
Change subject: PCUIF_Components: ensure clean IMSI string ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1:
Now I get: "262420000000423" & char(0, 0, 0, 0) & char(0, 0, 0, 241), which causes even more odd beh […]
Sorry to hear that. I am not going to block, but still think it's worth investigating how to eliminate this `char(0, 0, 0, 0)` and where the `char(0, 0, 0, 241)` is coming from (garbage in the buffer maybe?).
From what I can see, `PCUIF_Text` seems to work as expected:
https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-pcu-test/1719/conso...
``` BTS(9)@0b8d19f58d3f: Rx TXT.ind from the PCU, version is "1.3.1.1-c1b0" ```
File pcu/PCUIF_Components.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34498/comment/9c02d36e_d5a5e... PS1, Line 545: var charstring imsi_filter_regexp := "(\d*)" /* numbers only */ missing `;` at the end of line, btw