Unable to send SMS to any handset

Unable to send SMS to any handset SearchSearch
Author Message
Vishal Awasthi
New member
Username: Applevish15gmailcom

Post Number: 2
Registered: 08-2009
Posted on Thursday, September 10, 2009 - 08:53 am:   

hi,

I am trying to send OTA settings (to change the SMSC address) to nokia/ericson handsets,but setting couldn't be delivered.
Below is the XML Format and hex dump

<?xml version="1.0"?>
<!DOCTYPE CHARACTERISTIC-LIST SYSTEM "characteristic-list.dtd">
<CHARACTERISTIC-LIST>
<CHARACTERISTIC TYPE="ADDRESS">
<PARM NAME="BEARER" VALUE="GSM/SMS"/>
<PARM NAME="PROXY" VALUE="+919814047405"/>
<PARM NAME="PORT" VALUE="9201"/>
<PARM NAME="SMS_SMSC_ADDRESS" VALUE="+919814047789"/>
</CHARACTERISTIC>
</CHARACTERISTIC-LIST>

PhoneNumber=9876002321
Data=FF062C1F2A6170706C69636174696F6E2F782D7761702D70726F762E62726F777365722D736 57474696E67730081EA01016A0045C6060187124601871311032B393139383134303437343035000 187146101871A11032B39313938313430343737383900010101
UDH=060504C34FC002
pid=00
dcs=F5
Binary=1

Please help me out...
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7849
Registered: 10-2002
Posted on Thursday, September 10, 2009 - 05:52 pm:   

Hi,

That message is not going to change the SMSC address on the phone, even if the phone did understand it.

That is an old format Nokia/SonyEricsson OTA message, which is not supported by many current generation handsets from those manufacturers, as they have switched to using OMA OTA provisioning.

However, these settings would not change the SMSC address in even an older phone.

This would ... if a phone supported it ... configure the WAP browser in the mobile phone to browse over SMS.

In the early days of WAP, they thought that maybe small web/WAP pages could be retrieved over SMS.

Needless to say, that was an impractical idea, and I doubt that there were any mobile phones that were sold commercially which had this capability.

The bottom line is that if you are trying to change the SMSC address in the mobile, this is not going to work.

And you can't do it via OMA OTA either.

The SMSC address is stored as a file on the SIM card.

You need to send SIM card provisioning messages to change this. That requires knowing the secret code for the SIM.

ETSI GSM 11.11 defines the commands for updating files on the SIM card. ETSI GSM 03.48 defines the security mechanisms and encryption that is applied to these commands.

Unless you have access to the SIM card security codes, you're not going to get very far.

-bn