dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36606?usp=email )


Change subject: SGP32Definitions_Templates: use enable instead of 
configureAutoEnable PSMO
......................................................................

SGP32Definitions_Templates: use enable instead of configureAutoEnable PSMO

The "enable" psmo is a more common example than the configureAutoEnable
PSMO.

Related: SYS#6563
Change-Id: Ia364d5f6d510545988dc88cacdd15a2c03cc5d8b
---
M library/euicc/SGP32Definitions_Templates.ttcn
1 file changed, 17 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/06/36606/1

diff --git a/library/euicc/SGP32Definitions_Templates.ttcn 
b/library/euicc/SGP32Definitions_Templates.ttcn
index 140ab6e..1a33be4 100644
--- a/library/euicc/SGP32Definitions_Templates.ttcn
+++ b/library/euicc/SGP32Definitions_Templates.ttcn
@@ -259,10 +259,9 @@
                                euiccPackage := {
                                        psmoList := {
                                                {
-                                                       configureAutoEnable := {
-                                                               autoEnableFlag 
:= NULL,
-                                                               smdpOid := omit,
-                                                               smdpAddress := 
omit
+                                                       enable := {
+                                                               iccid := 
'123456789ABCDEFFAAAA'O,
+                                                               rollbackFlag := 
NULL
                                                        }
                                                }
                                        }
@@ -355,7 +354,7 @@
                        seqNumber := 1234,
                        euiccResult := {
                                {
-                                       configureAutoEnableResult := 0
+                                       enableResult := 0
                                }
                        }
                },

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36606?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: Ia364d5f6d510545988dc88cacdd15a2c03cc5d8b
Gerrit-Change-Number: 36606
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-MessageType: newchange

Reply via email to