dexter submitted this change.

View Change



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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: Ibba9f380f32ddb947210cedf028460deb22e22ea
---
M asn1/SGP32Definitions.asn1
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/asn1/SGP32Definitions.asn1 b/asn1/SGP32Definitions.asn1
index dffa6c8..cc052b4 100644
--- a/asn1/SGP32Definitions.asn1
+++ b/asn1/SGP32Definitions.asn1
@@ -607,11 +607,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 43174. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: Ibba9f380f32ddb947210cedf028460deb22e22ea
Gerrit-Change-Number: 43174
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>