summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-15 11:23:40 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-15 11:23:40 +0000
commitcf28e12ed78d25d4b03c13c165f3a5935566c4f9 (patch)
tree1c1d02b029a9c58fe35a7cc212fd7ad1b93ea579 /asn1
parent0acb6e6f340a3bcd4548efacc8008866b0f778ed (diff)
downloadwireshark-cf28e12ed78d25d4b03c13c165f3a5935566c4f9.tar.gz
Correct a discrepancy in the specification.
svn path=/trunk/; revision=43270
Diffstat (limited to 'asn1')
-rw-r--r--asn1/m3ap/M3AP-IEs.asn3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/m3ap/M3AP-IEs.asn b/asn1/m3ap/M3AP-IEs.asn
index 5cdfb15be9..615edd6a60 100644
--- a/asn1/m3ap/M3AP-IEs.asn
+++ b/asn1/m3ap/M3AP-IEs.asn
@@ -152,7 +152,8 @@ ExtendedMCE-ID ::= OCTET STRING (SIZE(1))
Global-MCE-ID ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
mCE-ID MCE-ID,
- extendedMCE-ID ExtendedMCE-ID,
+-- extendedMCE-ID ExtendedMCE-ID,
+ extendedMCE-ID ExtendedMCE-ID OPTIONAL, -- Spec discrepancy 9.2.1.10 Global MCE ID Optional
iE-Extensions ProtocolExtensionContainer { {GlobalMCE-ID-ExtIEs} } OPTIONAL,
...
}