laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36922?usp=email )
Change subject: SGP32Definitions_Templates: use associationToken in addEimResult
......................................................................
SGP32Definitions_Templates: use associationToken in addEimResult
When an eIM is added, the eUICC usually computes an associationToken,
so it will be the common case that an associationToken is sent back
to the eIM.
Related: SYS#6824
Change-Id: Id4db69fdbee4c62389a4e61a248a071876b3d09f
---
M library/euicc/SGP32Definitions_Templates.ttcn
1 file changed, 15 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/library/euicc/SGP32Definitions_Templates.ttcn
b/library/euicc/SGP32Definitions_Templates.ttcn
index 709a58f..87ef86d 100644
--- a/library/euicc/SGP32Definitions_Templates.ttcn
+++ b/library/euicc/SGP32Definitions_Templates.ttcn
@@ -945,7 +945,7 @@
euiccResult := {
{
addEimResult := {
- addEimResultCode := 0
+ associationToken := 123
}
}
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36922?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id4db69fdbee4c62389a4e61a248a071876b3d09f
Gerrit-Change-Number: 36922
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged