aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/m3ap/M3AP-IEs.asn
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/m3ap/M3AP-IEs.asn')
-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,
...
}