Searched refs:ton (Results 1 – 6 of 6) sorted by relevance
41 unsigned char ton = pAddress->ton; in EncodeAddress() local57 ton = SMS_TON_INTERNATIONAL; in EncodeAddress()60 ton = pAddress->ton; in EncodeAddress()64 tempParam[offset++] = 0x80 + (ton << 0x04) + pAddress->npi; in EncodeAddress()135 pSMSC[1] = 0x80 + ((unsigned char)pAddress->ton << 0x04) + pAddress->npi; in EncodeSMSC()269 pAddress->ton = (pTpdu[offset] & 0x70) >> 0x04; in DecodeAddress()271 if (pAddress->ton == SMS_TON_ALPHA_NUMERIC) { in DecodeAddress()292 } else if (pAddress->ton == SMS_TON_INTERNATIONAL) { in DecodeAddress()450 void GsmSmsParamCodec::DecodeSMSC(unsigned char *pAddress, int AddrLen, enum SmsTon ton, char *pDec… in DecodeSMSC() argument460 if (ton == SMS_TON_INTERNATIONAL) { in DecodeSMSC()[all …]
43 replyAddr.ton = SMS_TON_NATIONAL; in CalcReplyEncodeAddress()69 tPdu->data.submit.destAddress.ton = SMS_TON_UNKNOWN; in SetSmsTpduDestAddress()157 … smsTpdu_->data.submit.userData.header[index].udh.alternateAddress.ton = SMS_TON_NATIONAL; in SetHeaderReply()301 pAddress.ton = SMS_TON_INTERNATIONAL; in GetSubmitEncodeInfo()303 pAddress.ton = SMS_TON_NATIONAL; in GetSubmitEncodeInfo()
485 if (pDeliver->pid == 0x20 && pDeliver->originAddress.ton == SMS_TON_ALPHA_NUMERIC) { in DecodeDeliver()
38 … static void DecodeSMSC(unsigned char *pAddress, int AddrLen, enum SmsTon ton, char *pDecodeAddr);
136 unsigned char ton; member
274 int32_t ton; member