aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lcsap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-05 15:15:54 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-05 15:15:54 +0000
commitf88ffd78f3f05f99b9bbddc89d38a0414a7ad166 (patch)
treecca445d329c1cae6d3d676479b599da62c5e4d10 /asn1/lcsap
parent416fe3bb5b86788420ac06fe9d1a614027251e43 (diff)
Use little endian MNC encoding.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7952 svn path=/trunk/; revision=45931
Diffstat (limited to 'asn1/lcsap')
-rw-r--r--asn1/lcsap/lcsap.cnf5
1 files changed, 3 insertions, 2 deletions
diff --git a/asn1/lcsap/lcsap.cnf b/asn1/lcsap/lcsap.cnf
index 33c1383086..5aa62fe5da 100644
--- a/asn1/lcsap/lcsap.cnf
+++ b/asn1/lcsap/lcsap.cnf
@@ -166,7 +166,8 @@ ProtocolIE-Field/value ie_field_value
# following construction is not supported by asn2wrs
# PLMN-ID ::= TBCD-STRING (SIZE (3))
# TBCD-STRING ::= OCTET STRING
-
+# 3GPP TS 29.171 version 10.3.0 Release 10
+# 7.4.27 PLMN Identity
#.FN_BODY PLMN-ID VAL_PTR = parameter_tvb
tvbuff_t *parameter_tvb=NULL;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
@@ -176,7 +177,7 @@ ProtocolIE-Field/value ie_field_value
if (!parameter_tvb)
return offset;
- dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, tree, 0, FALSE);
+ dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, tree, 0, TRUE);
#.END
#.TYPE_ATTR