dexter has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/22/36922/1
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 change 36922. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id4db69fdbee4c62389a4e61a248a071876b3d09f
Gerrit-Change-Number: 36922
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange