laforge submitted this change.

View Change


Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
SGP32Definitions_Templates: fill in some realistic data into listProfileInfoResult

The listProfileInfoResult/profileInfoListOk currently onl has the profileName
field populated, let's fill in some basic profile info to be more realistic.

Related: SYS#6824
Change-Id: I82bca8a1ec6fe44425c5ae00ad7dcd8772d2b157
---
M library/euicc/SGP32Definitions_Templates.ttcn
1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/library/euicc/SGP32Definitions_Templates.ttcn b/library/euicc/SGP32Definitions_Templates.ttcn
index 87ef86d..98846c5 100644
--- a/library/euicc/SGP32Definitions_Templates.ttcn
+++ b/library/euicc/SGP32Definitions_Templates.ttcn
@@ -814,15 +814,15 @@
listProfileInfoResult := {
profileInfoListOk := {
{
- iccid := omit,
+ iccid := '123456789ABCDEFFAAAA'O,
isdpAid := omit,
- profileState := omit,
+ profileState := 1, /* enabled */
profileNickname := omit,
serviceProviderName := omit,
profileName := "testme",
iconType := omit,
icon := omit,
- profileClass := omit,
+ profileClass := 2, /* operational */
notificationConfigurationInfo := omit,
profileOwner := omit,
dpProprietaryData := omit,

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

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