Change-Id: I5f2090cf79fbc15ad9d662bd5906fc5fe3fd00f0
%define major 0
%define minor 8
-%define patchlevel 7
+%define patchlevel 8
Name: libtapi
Version: %{major}.%{minor}.%{patchlevel}
if (pCodingScheme->coding_group_type == SMS_CODGRP_SM_GENERAL_DCS) {
/* bit 7..4 is 00xx */
- if (pCodingScheme->bCompressed)
+ if (pCodingScheme->bCompressed) {
dcs |= 0x20; /* bit 5 is 1 */
if (pCodingScheme->bmsg_class_set) {
}
break;
}
+ }
} else if (pCodingScheme->coding_group_type == SMS_CODGRP_SM_WAITING_DISCARD) {
/* bit 7..4 is 1100 */
dcs |= 0xC0;