dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36815?usp=email )
Change subject: IPAd_Tests: expect TERMINAL CAPABILITIES ......................................................................
IPAd_Tests: expect TERMINAL CAPABILITIES
An IPAd may send TERMINAL CAPABILITIES when it starts to talk to the eUICC.
Related: SYS#6563 Change-Id: Ie0627685a300a478c39858abe1b5bb0f97f6d3fe --- M ipad/IPAd_Tests.ttcn 1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/15/36815/1
diff --git a/ipad/IPAd_Tests.ttcn b/ipad/IPAd_Tests.ttcn index 35ab79f..e866e50 100644 --- a/ipad/IPAd_Tests.ttcn +++ b/ipad/IPAd_Tests.ttcn @@ -312,6 +312,11 @@ return; }
+ /* Expect a TERMINAL CAPABILITIES request + * (see also: 3GPP TS 102.221, section 11.1.19.2.4 and SGP.22, section 3.4.2) */ + f_vpcd_exp(tr_VPCD_DATA('80AA000005A903830107'O)); + f_vpcd_send(ts_VPCD_DATA('9000'O)); + /* Expect a MANAGE CHANNEL request that opens logical channel 1 */ f_vpcd_exp(tr_VPCD_DATA('0070000100'O)); f_vpcd_send(ts_VPCD_DATA('9000'O));