aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ranap/ranap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/ranap/ranap.cnf')
-rw-r--r--asn1/ranap/ranap.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ranap/ranap.cnf b/asn1/ranap/ranap.cnf
index e85e042610..a8b5530d1d 100644
--- a/asn1/ranap/ranap.cnf
+++ b/asn1/ranap/ranap.cnf
@@ -156,7 +156,7 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
char *digit_str;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 3, 8, &imsi_tvb);
+ 3, 8, FALSE, &imsi_tvb);
if(!imsi_tvb)
return offset;
@@ -191,7 +191,7 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
tvbuff_t *parameter_tvb=NULL;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- 3, 3, &parameter_tvb);
+ 3, 3, FALSE, &parameter_tvb);
if (!parameter_tvb)
return offset;