Home | History | Annotate | Download | only in telephony

Lines Matching refs:mtiByte

671                           int        mtiByte )
675 switch ((mtiByte >> 3) & 3) {
716 int mtiByte = sms_get_byte(&data, end);
718 switch (mtiByte & 3) {
731 int mtiByte = sms_get_byte(&data, end);
733 switch (mtiByte & 3) {
746 int mtiByte = sms_get_byte( &data, end );
748 switch (mtiByte & 3) {
770 int mtiByte = sms_get_byte( &data, end );
772 switch (mtiByte & 3) {
910 int mtiByte = sms_get_byte( &data, end );
912 switch (mtiByte & 3) {
932 if ( sms_get_text_utf8( &data, end, (mtiByte & 0x40), coding, rope ) < 0 )
964 if ( sms_get_text_utf8( &data, end, (mtiByte & 0x40), coding, rope ) < 0 ) {
989 int mtiByte = sms_get_byte( &data, end );
993 if ((mtiByte & 0x40) == 0)
996 switch (mtiByte & 3) {
1015 if ( sms_skip_validity_period( &data, end, mtiByte ) < 0 )
1059 int mtiByte = sms_get_byte( &data, end );
1061 if ((mtiByte & 3) == 1) {
1122 int mtiByte = 0x20; /* message type - SMS DELIVER */
1125 mtiByte |= 0x40; /* user data header indicator */
1128 gsm_rope_add_c( rope, mtiByte ); /* message type - SMS-DELIVER */