gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What does the number type 0x11 mean ?


From: Robert Beattie
Subject: What does the number type 0x11 mean ?
Date: Thu, 23 Jan 2003 00:26:23 -0800

I am trying to write a simple application for manipulating sms messages on my phone (nokia 3310) and I have tried to follow the gnokii documentation and code to do this.
 
The problem I have is that when I try to read an sms message like "gnokii --getsms ME 1" I get the message back but the centre and source phone numbers have the typ field set to 0x11 which I cant find in the GSM specification.
 
I tried using these numbers to send a reply sms but the phone does not seem to respond to the packet. So a few quastions:
 
a) What are the numbers ?
b) How do I get the normal 0x91 octet packed number format ?
c) Can I use these numbers to send a reply ? Am I perhaps constructing the packet wrongly ?
 
I include the messages sent by gnokii and my own application following. Any help with this would be greatly appreciated from you gnexperts,
 
rob
 
GNOKII
======
 
sent: 1e 00 0c 04 00 06 00 01 00 03 01 42 13 42
sent: 1e 00 0c 04 00 06 00 01 00 03 01 43 13 43
sent: 1e 00 0c 04 00 06 00 01 00 03 01 44 13 44
sent: 1e 00 0c 02 00 0a 00 01 00 07 02 01 01 64 01 45 10 2e
sent: 1e 00 0c 7f 00 02 14 05 06 78
sent: 1e 00 0c 7f 00 02 14 06 06 7b
 
back: 1e 0c 00 7f 00 02 d1 80 cf f1
back: 1e 0c 00 7f 00 02 d1 01 cf 70
back: 1e 0c 00 d2 00 26 01 00 00 03 56 20 30 35 2e 35 37 0a 30 35 2d 30 37 2d 30 32 0a 4e 48 4d 2d 35 0a 28 63 29 20 4e 4d 50 2e 00 01 44 3e a6 1e 0c 00 7f 00 02 04 02 1a 73 1e 0c 00 7f 00 02 04 03 1a 72 1e 0c 00 7f 00 02 04 04 1a 75 1e 0c 00 7f 00 02 02 05 1c 74
back: 1e 0c 00 14 00 7a 01 08 00 08 03 02 01 00 07 [91 44 77 58 10 06 50 00 00 00 00] 04 00 00 62 0c [91 44 87 08 48 46 90 00 00 00 00] 30 10 22 12 95 95 00 ef ba 1c 74 9a 97 c7 f2 34 3d 0f 1a bf c9 e5 13 28 3d 07 c5 e5 39 78 78 76 a3 29 a8 e8 b0 7b 0d ca bf eb 20 f3 5b 0e aa cf d3 ee 33 c8 fa 26 87 cd 6f 77 19 f4 74 b7 d8 69 77 19 34 2d cb ed e9 71 79 0e 02 81 40 20 10 08 04 02 81 40 02 45 38 c7
back: 1e 0c 00 14 00 0b 20 10 08 04 02 41 93 ce 23 01 06 00 82 89
 
MY PROGRAM
==========
 
sent: 1e 00 0c 02 00 0a 00 01 00 07 02 01 01 64 01 44 10 2f
 
back: 1e 0c 00 7f 00 02 02 04 1c 75
back: 1e 0c 00 14 00 7a 01 08 00 08 03 02 01 00 07 [11 44 77 58 10 06 50 7f 00 07 11] 04 00 00 62 0c [11 44 07 08 48 46 10 00 62 0c 11] 30 10 22 12 15 15 00 6f 3a 1c 74 1a 17 47 72 34 3d 0f 1a 3f 49 65 13 28 3d 07 45 65 39 78 78 76 23 29 28 68 30 7b 0a 4a 3f 6b 20 73 5b 0e 2a 4f 53 6e 33 48 7a 26 07 4d 6f 77 19 74 74 37 58 69 77 19 34 2d 4b 6d 69 71 79 0e 02 01 40 20 10 08 04 02 01 40 02 46 4c 26
back: 1e 0c 00 14 00 7a 01 08 00 08 03 02 01 00 07 [11 44 77 58 10 06 50 7f 00 07 11] 04 00 00 62 0c [11 44 07 08 48 46 10 00 62 0c 11] 30 10 22 12 15 15 00 6f 3a 1c 74 1a 17 47 72 34 3d 0f 1a 3f 49 65 13 28 3d 07 45 65 39 78 78 76 23 29 28 68 30 7b 0a 4a 3f 6b 20 73 5b 0e 2a 4f 53 6e 33 48 7a 26 07 4d 6f 77 19 74 74 37 58 69 77 19 34 2d 4b 6d 69 71 79
 

 
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]