svn path=/trunk/; revision=19873
This commit is contained in:
Martin Mathieson 2006-11-10 12:06:10 +00:00
parent 9cc8175f5f
commit 82203cdb6c
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ void dissect_hsdpa_capacity_allocation(packet_info *pinfo, proto_tree *tree,
}
/* Calculated and show effective rate enabled */
if ((credits == 0) || (repetition_period == 0))
if ((credits == 2047) || (repetition_period == 0))
{
rate_ti = proto_tree_add_item(tree, hf_fp_hsdsch_unlimited_rate, tvb, 0, 0, FALSE);
}