aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/nbap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-08-09 17:11:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-08-09 17:11:53 +0000
commit12d6721d869b8ce9b877299e86a3a8418af879cd (patch)
tree42acf45b8122158476a6278d9fef72178779e6d6 /asn1/nbap
parent8fde4675886624f9b00e986a0a2af2216ffb2dfa (diff)
Fix a comment.
svn path=/trunk/; revision=44386
Diffstat (limited to 'asn1/nbap')
-rw-r--r--asn1/nbap/nbap.cnf7
1 files 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;