aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m3ap.c
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 /epan/dissectors/packet-m3ap.c
parent0acb6e6f340a3bcd4548efacc8008866b0f778ed (diff)
Correct a discrepancy in the specification.
svn path=/trunk/; revision=43270
Diffstat (limited to 'epan/dissectors/packet-m3ap.c')
-rw-r--r--epan/dissectors/packet-m3ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-m3ap.c b/epan/dissectors/packet-m3ap.c
index ae9d41ed8b..66cc301ae1 100644
--- a/epan/dissectors/packet-m3ap.c
+++ b/epan/dissectors/packet-m3ap.c
@@ -927,7 +927,7 @@ dissect_m3ap_MCE_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, pro
static const per_sequence_t Global_MCE_ID_sequence[] = {
{ &hf_m3ap_pLMN_Identity , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_m3ap_PLMN_Identity },
{ &hf_m3ap_mCE_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_m3ap_MCE_ID },
- { &hf_m3ap_extendedMCE_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_m3ap_ExtendedMCE_ID },
+ { &hf_m3ap_extendedMCE_ID , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_m3ap_ExtendedMCE_ID },
{ &hf_m3ap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_m3ap_ProtocolExtensionContainer },
{ NULL, 0, 0, NULL }
};