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
This commit is contained in:
Philipp Maier 2024-04-10 15:51:47 +02:00
parent 978ab44492
commit ac10ceed6b
1 changed files with 4 additions and 5 deletions

View File

@ -259,10 +259,9 @@ ts_getEimPackageResponse_euiccPkgReq := {
euiccPackage := {
psmoList := {
{
configureAutoEnable := {
autoEnableFlag := NULL,
smdpOid := omit,
smdpAddress := omit
enable := {
iccid := '123456789ABCDEFFAAAA'O,
rollbackFlag := NULL
}
}
}
@ -355,7 +354,7 @@ ts_euiccPackageResult := {
seqNumber := 1234,
euiccResult := {
{
configureAutoEnableResult := 0
enableResult := 0
}
}
},