Skip to content

Changes

Summary

  1. IPAd_Tests: improve comments, add spec referenes (details)
  2. RSPDefinitions_Templates: add default values to templates (details)
  3. RSPDefinitions_Templates: split off downloadResponseOk into templates (details)
  4. RSPDefinitions_Templates: split off profileInstallationResultData into (details)
  5. SGP32Definitions_Templates: add new template (details)
  6. SGP32Definitions_Templates: add new template (details)
  7. SGP32Definitions_Templates: improve (details)
  8. SGP32Definitions_Templates: improve (details)
  9. IPA_Tests: fix matching of tr_provideEimPackageResult_ePRAndNotif (details)
Commit 119ac3f60b006ad1d46603b015b9e16e261caa3a by pmaier@sysmocom.de
IPAd_Tests: improve comments, add spec referenes

Related: SYS#6563
Change-Id: I5e321b17d24df622c428193ae6ad6fc0dfc9a097
The file was modified ipad/IPAd_Tests.ttcn
Commit 29c2a09c527b49c85d78b19f810a54475268924c by pmaier@sysmocom.de
RSPDefinitions_Templates: add default values to templates

The templates ts_getBoundProfilePackageRequest and
ts_getBoundProfilePackageResponse have no default values for their
parameters.

Change-Id: I6b26f70962ad1258c7a43b22a6778883288d0876
Related: SYS#6824
The file was modified library/euicc/RSPDefinitions_Templates.ttcn
Commit c0045ca58674a7be14a8a6c62c1a10dff2c618cf by pmaier@sysmocom.de
RSPDefinitions_Templates: split off downloadResponseOk into templates

The field downloadResponseOk in tr/ts_prepareDownloadResponse is also
present in SGP.32 messages, so lets split this field into a separate
template so that we can use it in the SGP32Definitions_Templates as
well.

Change-Id: Id29e2aafee4ff37c25037c75f97f280784b57619
Related: SYS#6824
The file was modified library/euicc/RSPDefinitions_Templates.ttcn
Commit 49ae9f9d0733ba124b19ff7d22fc882ce7955759 by pmaier@sysmocom.de
RSPDefinitions_Templates: split off profileInstallationResultData into templates

The field profileInstallationResultData in tr/ts_profileInstallationResult
is also present in SGP.32 messages, so lets split this field into a separate
template so that we can use it in the SGP32Definitions_Templates as
well.

Related: SYS#6824
Change-Id: Ie38443f86ed2d8d758f894ff4276ac4109cd2e6d
The file was modified library/euicc/RSPDefinitions_Templates.ttcn
Commit 3b7bad3da81534363df02ea36d884b20ea5a7610 by pmaier@sysmocom.de
SGP32Definitions_Templates: add new template

We do not have a template for the GetBoundProfilePackageRequestEsipa,
so lets add one.

Change-Id: I90b699de01c0476262f0e25c196a147e0ccd44aa
Related: SYS#6824
The file was modified library/euicc/SGP32Definitions_Templates.ttcn
Commit bff633723a4392063ab876e27bd6160f32f29785 by pmaier@sysmocom.de
SGP32Definitions_Templates: add new template

We do not have a template for the EsipaMessageFromIpaToEim message
that contains the HandleNotification field with the
profileInstallationResult, so lets add one.

Related: SYS#6824
Change-Id: Ic5d1b2ea1d3d7de20fbcb029b36e9f9daa27cce0
The file was modified library/euicc/SGP32Definitions_Templates.ttcn
Commit ee47821ff9626b75f8581b517756530c9c5926ca by pmaier@sysmocom.de
SGP32Definitions_Templates: improve tr/ts_getEimPackageResponse_euiccPkgReq

The template ts_getEimPackageResponse_euiccPkgReq has a fixed eUICC package,
let's turn the contained eUICC package into a template parameter so that
we can define the eUICC package templates separately. To be complete, let's
also add a tr_getEimPackageResponse_euiccPkgReq

Related: SYS#6824
Change-Id: Ibcea9063f25cc8ba90b53c34218c766fa5cab895
The file was modified library/euicc/SGP32Definitions_Templates.ttcn
Commit 6e04d17719250159c5eefe9218502f2b36bb282e by pmaier@sysmocom.de
SGP32Definitions_Templates: improve tr/ts_provideEimPackageResult_ePRAndNotif

The template tr_provideEimPackageResult_ePRAndNotif has a fixed eUICC package,
let's turn the contained eUICC package into a template parameter so that
we can define the eUICC package templates separately. To be complete, let's
also add a ts_provideEimPackageResult_ePRAndNotif

Related: SYS#6824
Change-Id: If04be6407eb41274b378571147ab469d449eac4a
The file was modified library/euicc/SGP32Definitions_Templates.ttcn
Commit 485c77b99c758a55c80eebf5ffdd867fb18581ee by pmaier@sysmocom.de
IPA_Tests: fix matching of tr_provideEimPackageResult_ePRAndNotif

The template tr_provideEimPackageResult_ePRAndNotif got extended and
has now default parameters that break TC_proc_euicc_pkg_dwnld_exec_rollback,
so we must set euiccPackageResult to "?" to restore the original conditions
of the testcase.

Related: SYS#6563
Change-Id: I1e8c83a317619673cd091da585e44af1a6d8c866
The file was modified ipad/IPAd_Tests.ttcn