aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/m3ap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-23 13:10:59 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-23 13:10:59 +0000
commit59ce03713486c3e4e180bb04ca45011a0760896c (patch)
tree354f411bd49aee7953dc731d0fd5b3666015ee3b /asn1/m3ap
parent412c5a903c242d1ee6dbf532e2d41553b5c35bba (diff)
Fix a 3GPP specification error.
svn path=/trunk/; revision=41161
Diffstat (limited to 'asn1/m3ap')
-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 edbe847a4b..2f3348e0bf 100644
--- a/asn1/m3ap/M3AP-IEs.asn
+++ b/asn1/m3ap/M3AP-IEs.asn
@@ -153,7 +153,8 @@ ExtendedMCE-ID ::= OCTET STRING (SIZE(1))
Global-MCE-ID ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
mCE-ID MCE-ID,
- extendedMCE-ID ExtendedMCE-ID,
+-- WS 3GPP Spec error fixed.
+ extendedMCE-ID ExtendedMCE-ID OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {GlobalMCE-ID-ExtIEs} } OPTIONAL,
...
}