Attention is currently required from: lynxis lazus.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27569 )
Change subject: hlr: add imsi unknown cause test case ......................................................................
Patch Set 1: Code-Review-1
(2 comments)
File hlr/HLR_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27569/comment/a56ba627_d17cd... PS1, Line 155: imsi unknown cause imsi-unknown This syntax is not valid anymore, this is what we have in the VTY:
reject-cause (not-found|no-proxy) (imsi-unknown|illegal-ms|...)
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27569/comment/cdf6c947_e7eff... PS1, Line 983: f_TC_ul_unknown_imsi_roaming_not_allowed I am confused reading this again:
* the commit message says "add imsi unknown cause test case", * in `f_init_vty()` you set cause to `imsi-unknown` (for all TCs), * but the test case is called `unknown_imsi_roaming_not_allowed`.
Is it `imsi-unknown` or `roaming-not-allowed` after all?