laforge submitted this change.

View Change


Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
IPAd_Tests: improve comments, add spec referenes

Related: SYS#6563
Change-Id: I5e321b17d24df622c428193ae6ad6fc0dfc9a097
---
M ipad/IPAd_Tests.ttcn
1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/ipad/IPAd_Tests.ttcn b/ipad/IPAd_Tests.ttcn
index b3e1a99..024c502 100644
--- a/ipad/IPAd_Tests.ttcn
+++ b/ipad/IPAd_Tests.ttcn
@@ -419,7 +419,8 @@
/* ********************************************* */


-/* 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 @@
}


-/* 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 @@
}


-/* 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;

To view, visit change 36848. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5e321b17d24df622c428193ae6ad6fc0dfc9a097
Gerrit-Change-Number: 36848
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged