View previous topic :: View next topic |
Author |
Message |
macglance Guest
|
Posted: Fri Oct 07, 2005 12:35 pm Post subject: sms ack |
|
|
Hi guys,
I want to know how to get ACK of the send_sms(..) function. I can write
res = send_sms(...);
j = get_tag(res, T_RESULT);
if(j!=0)
{
j++;j++;
if(res[j] == <???>) do_something();
if(res...
}
But, what could be <???> ? |
|
Back to top |
|
 |
pz Guest
|
Posted: Fri Oct 07, 2005 1:22 pm Post subject: |
|
|
Result code is 0x00 if message was sent ok, other means some problem.
Result codes are described in 11.14. |
|
Back to top |
|
 |
brightokona Guest
|
Posted: Thu Dec 29, 2005 2:40 pm Post subject: Need help |
|
|
pz wrote: | Result code is 0x00 if message was sent ok, other means some problem.
Result codes are described in 11.14. |
Please guys could some one help me understand how come about all these hexadecimal codes in SIM developement and what they mean.
am new in SIM developement |
|
Back to top |
|
 |
pz Guest
|
Posted: Fri Dec 30, 2005 9:12 am Post subject: |
|
|
These are described in 11.14 doc available from www.etsi.org |
|
Back to top |
|
 |
|