laforge submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
SGP32Definitions: remove wrong comment about workaround

This patch removes a misplaced workaround comment. The ASN.1 structures
in questions are equal to the original spec and were not modified.

Related: SYS#8100
Change-Id: Id54ba6a1541c8d667e0381239fa850175609ab85
---
M library/euicc/SGP32Definitions.asn
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/library/euicc/SGP32Definitions.asn b/library/euicc/SGP32Definitions.asn
index 93b31b2..dcfe1c5 100644
--- a/library/euicc/SGP32Definitions.asn
+++ b/library/euicc/SGP32Definitions.asn
@@ -608,11 +608,9 @@
parametersNotAvailable(1),
undefinedError(127)
}
--- workaround for erlang asn1ct: remove already specified context-specific tag
SGP32-SetDefaultDpAddressRequest ::= [101] SEQUENCE { -- Tag 'BF65'
defaultDpAddress UTF8String -- Default SM-DP+ address as an FQDN
}
--- workaround for erlang asn1ct: remove already specified context-specific tag
SGP32-SetDefaultDpAddressResponse ::= [101] SEQUENCE { -- Tag 'BF65'
setDefaultDpAddressResult INTEGER { ok (0), undefinedError (127)}
}

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

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