dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36918?usp=email )
Change subject: RSPDefinitions_Templates: remove template/code dup
......................................................................
RSPDefinitions_Templates: remove template/code dup
We can use ts_profileInstallationResultData in
ts_retrieveNotificationsListResponse.
Related: SYS#6824
Change-Id: I2dca9500572141642cc76ecacb3b2a6ed2cbfaad
---
M library/euicc/RSPDefinitions_Templates.ttcn
1 file changed, 14 insertions(+), 16 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/18/36918/1
diff --git a/library/euicc/RSPDefinitions_Templates.ttcn
b/library/euicc/RSPDefinitions_Templates.ttcn
index 0746c48..4791cf5 100644
--- a/library/euicc/RSPDefinitions_Templates.ttcn
+++ b/library/euicc/RSPDefinitions_Templates.ttcn
@@ -563,22 +563,7 @@
notificationList := {
{
profileInstallationResult := {
- profileInstallationResultData := {
- transactionId := 'AABBCC'O,
- notificationMetadata := {
- seqNumber := 1234,
- profileManagementOperation :=
'01'B, /* is this correct? (notificationInstall) */
- notificationAddress :=
"smdp.example.com",
- iccid := omit
- },
- smdpOid := id_rsp, /* random OBJECT
IDENTIFIER for testing */
- finalResult := {
- successResult := {
- aid :=
'A0000005591010FFFFFFFF8900000D00'O,
- simaResponse :=
'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'O
- }
- }
- },
+ profileInstallationResultData :=
ts_profileInstallationResultData,
euiccSignPIR :=
'BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB'O
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36918?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: I2dca9500572141642cc76ecacb3b2a6ed2cbfaad
Gerrit-Change-Number: 36918
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-MessageType: newchange