From Papan Kumar Singh (bug 5504 & 5505):

Add missing break so that PDCP-LTE direction is set properly.

svn path=/trunk/; revision=35228
This commit is contained in:
Martin Mathieson 2010-12-20 11:26:50 +00:00
parent 720f40cd30
commit c7c4850c38
1 changed files with 1 additions and 0 deletions

View File

@ -906,6 +906,7 @@ static void dissect_pdcp_lte(tvbuff_t *tvb, gint offset,
case RLC_UM_DATA_REQ:
case RLC_TR_DATA_REQ:
p_pdcp_lte_info->direction = DIRECTION_UPLINK;
break;
default:
p_pdcp_lte_info->direction = DIRECTION_DOWNLINK;