IPAd_Tests: improve comments, add spec referenes

Related: SYS#6563
Change-Id: I5e321b17d24df622c428193ae6ad6fc0dfc9a097
This commit is contained in:
Philipp Maier 2024-05-16 10:03:26 +02:00
parent c50a8d4a9c
commit 119ac3f60b
1 changed files with 6 additions and 3 deletions

View File

@ -419,7 +419,8 @@ private function f_proc_cmn_mtl_auth() runs on IPAd_ConnHdlr {
/* ********************************************* */
/* A testcase to try out an the Common Mutual Authentication Procedure */
/* A testcase to try out an indirect profile download,
* See also: GSMA SGP.32, section 3.2.3.2: Indirect Profile Download */
private function f_TC_proc_indirect_prfle_dwnld(charstring id) runs on IPAd_ConnHdlr {
var EsipaMessageFromIpaToEim esipa_req;
var EsipaMessageFromEimToIpa esipa_res;
@ -504,7 +505,8 @@ testcase TC_proc_indirect_prfle_dwnld() runs on MTC_CT {
}
/* A testcase to try out an the Generic eUICC Package Download and Execution Procedure */
/* A testcase to try out an the Generic eUICC Package Download and Execution Procedure,
* See also: GSMA SGP.32, section 3.3.1: Generic eUICC Package Download and Execution */
private function f_TC_proc_euicc_pkg_dwnld_exec(charstring id) runs on IPAd_ConnHdlr {
var EsipaMessageFromIpaToEim esipa_req;
var EsipaMessageFromEimToIpa esipa_res;
@ -558,7 +560,8 @@ testcase TC_proc_euicc_pkg_dwnld_exec() runs on MTC_CT {
}
/* A testcase to try out an the Generic eUICC Package Download and Execution Procedure, but this time we force a rollback meneuver */
/* A testcase to try out an the Generic eUICC Package Download and Execution Procedure,
* but this time we force a rollback meneuver */
private function f_TC_proc_euicc_pkg_dwnld_exec_rollback(charstring id) runs on IPAd_ConnHdlr {
var EsipaMessageFromIpaToEim esipa_req;
var EsipaMessageFromEimToIpa esipa_res;