Attention is currently required from: jolly.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33144 )
Change subject: BSSMAP_Templates: Add templates to receive CellID IE ......................................................................
Patch Set 4: Code-Review+2
(2 comments)
File library/BSSMAP_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33144/comment/b86717f5_fca3a... PS3, Line 371: present
There's still something wrong with this template. […]
We had a call with @jolly and agreed that it's better to accept MCC/MNC pair in form of already encoded blob. This obligates the caller to call `f_enc_mcc_mnc()` when using this template, but on the other hand allows passing `?`. Marking as resolved.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33144/comment/ca30e74c_d6ad9... PS3, Line 1467: GsmMcc mcc, GsmMnc mnc
Here I suggest keeping both `mcc` and `mnc` as they are, i.e. value parameters. […]
Done