DCH-ID can be 255

svn path=/trunk/; revision=52154
This commit is contained in:
Anders Broman 2013-09-20 14:19:31 +00:00
parent 067ca19a47
commit 95c5f81c83
3 changed files with 4 additions and 4 deletions

View File

@ -671,7 +671,7 @@ guint32 payload_crc_value;
#.FN_BODY DCH-Specific-FDD-Item/dCH-ID
offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
0U, maxNrOfDCHs, &dch_id, FALSE);
0U, 255U, &dch_id, FALSE);
if(g_num_dch_in_flow>0){
g_dchs_in_flow_list[g_num_dch_in_flow-1]=dch_id;

View File

@ -130,7 +130,7 @@ typedef struct
}nbap_dch_channel_info_t;
nbap_dch_channel_info_t nbap_dch_chnl_info[maxNrOfDCHs];
nbap_dch_channel_info_t nbap_dch_chnl_info[256];
/* Struct to collect E-DCH data in a packet
* As the address data comes before the ddi entries

View File

@ -6523,7 +6523,7 @@ typedef struct
}nbap_dch_channel_info_t;
nbap_dch_channel_info_t nbap_dch_chnl_info[maxNrOfDCHs];
nbap_dch_channel_info_t nbap_dch_chnl_info[256];
/* Struct to collect E-DCH data in a packet
* As the address data comes before the ddi entries
@ -14787,7 +14787,7 @@ dissect_nbap_T_dCH_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, p
#line 672 "../../asn1/nbap/nbap.cnf"
offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
0U, maxNrOfDCHs, &dch_id, FALSE);
0U, 255U, &dch_id, FALSE);
if(g_num_dch_in_flow>0){
g_dchs_in_flow_list[g_num_dch_in_flow-1]=dch_id;