From 12d6721d869b8ce9b877299e86a3a8418af879cd Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 9 Aug 2012 17:11:53 +0000 Subject: [PATCH] Fix a comment. svn path=/trunk/; revision=44386 --- asn1/nbap/nbap.cnf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/asn1/nbap/nbap.cnf b/asn1/nbap/nbap.cnf index 6f85f6b448..e3e779486b 100644 --- a/asn1/nbap/nbap.cnf +++ b/asn1/nbap/nbap.cnf @@ -1295,13 +1295,14 @@ guint32 no_ddi_entries, i; } p_conv_data->dch_crc_present = g_nbap_msg_info_for_fp.dch_crc_present; - + /* Figure out which type of E-DCH frame, based on DDI value (DDI = 0 => type 2)*/ if( 0 == e_dch_ddi_value ){ + p_conv_data->edch_type = 1; /* 1 means T2 */ }else{ - - p_conv_data->edch_type = 0; /* 1 means T2 */ + + p_conv_data->edch_type = 0; /* 0 means T1 */ } /* use to display e_dch_macdflow_id */ p_conv_data->num_dch_in_flow = 1;