aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lcsap/lcsap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/lcsap/lcsap.cnf')
-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