aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/nbap
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/nbap')
-rw-r--r--asn1/nbap/nbap.cnf3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/nbap/nbap.cnf b/asn1/nbap/nbap.cnf
index 61325200a5..1b6cf895f1 100644
--- a/asn1/nbap/nbap.cnf
+++ b/asn1/nbap/nbap.cnf
@@ -671,7 +671,8 @@ guint32 payload_crc_value;
#.FN_BODY DCH-Specific-FDD-Item/dCH-ID
offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
- 0U, 255U, &dch_id, FALSE);
+ 0U, maxNrOfDCHs, &dch_id, FALSE);
+
if(g_num_dch_in_flow>0){
g_dchs_in_flow_list[g_num_dch_in_flow-1]=dch_id;
nbap_dch_chnl_info[dch_id].next_dch = 0;