PDA

View Full Version : RIL -> MSG: RAW


ballrock2
5th January 2004, 12:09 PM
Hello,

I try to receive 8-Bit-Formaten System-SMS with my MDA now.
In the RIL.H there is the beginn of an description for the RAW-Format of a SMS. I think, there's missing some fields. Has someone of you an idea, which attributes should be add else? (MessageTyp is Hex 0x0800002)

My target is to read the SMS-Basics (all 256 Bytes) - independet from the type etc.

Greetings from hannovre,
Andreas :o)

imarshad
19th January 2004, 01:42 PM
If you are talking about the sample application using RIL (TSTRIL.exe) then it outputs the message in PDU Format..... You need to convert it into text format to understand..... The link that describes it is

http://www.dreamfabric.com/sms/

In the case of the example only the Message (in Hex form) is output'ed.
I have a C implementation of this algorithm.Please tell me if you need it...
I hope this is what you were asking......
Imran Arshad