Re: Siemens OTA (SEO) with Kannel?
Dominik Simon <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
today I tested sending siemens-ota via kannel:
This is my request to my own perl-script, which requests to the
kannel-gateway:
smsversandEMS.cgi?...
...to=0160XXXXXXX
...udh1=%2F%2FSEO%01f%00%B0%CEk%3E%01%00%05%00%C3%01%00%00%03mid%0Dunder
berg.midMThd%00%00%00%06%00%01%00%02%01%E0MTrk%00%00%00G%00%FF%03%14Audi
oInst++1*kopiert%00%FF%01%12DEVICE%3DGENERAL.MDV%00%FFX%04%04%02%24%08%0
0%FFY%02%00%00%00%FFQ%03%08z%23%00%FF%2F%00MTrk%00%00%01%5E%00
...text=
and the kannel-Response:
UDH field misformed, rejected
If I send the siemens-message as text, two empty messages are sent :-(
Best regards,
Dominik.
Am Montag, 10.03.03, um 09:18 Uhr (Europe/Berlin) schrieb
[email protected]:
> Hi Dominik,
>
> When sending Siemens SEO formatted message, you do _not_ use UDH at
> all.
> TP-UDHI must be set as 0 (thus TP-UDH does not exist at the SMS). Also
> TP-DCS
> must be set as 0xF5 (payload is coded as 8 bit data).
>
> Siemes SEO format has nothing to do with committee work EMS format.
>
> I'm sorry I do not know how to send such message over Kannel.
>
> With best regards,
>
> -make
>
> Markku Luosto
> Jippii
>
>
>
> | From: Dominik Simon <[email protected]>
> | Date: Sat, 08 Mar 2003 15:17:42 +0100
> |
> | Hi Soren,
> |
> | here is my specification of siemens-ota (seo), I use:
> |
> | - - - -
> |
> | 5 [2F 2F 53 45 4F] - Identifier ASCII "//SEO"
> | 1 [01] - Version 1
> | 2 [67 00] - DataSize = 103 Byte
> | 4 [79 07 00 00] - Referenz-ID
> | 2 [01 00] - ActPacketNumber = 1
> | 2 [08 00] - NumberOfPackets = 8
> | 4 [EE 02 00 00] - ObjectSize = 750 Byte
> | 4 [03 62 6D 70] - ObjectType = 3 "bmp"
> | 13 [OC 4F 70 65 72 61 74 6F 72 2E 62 6D 70] - ObjectName = 12
> "Operator.bmp"
> | 103 [70 42 4D ...] Data of the Bitmap in BMP-Format
> | = 140 Bytes (if the last sms is less, you have to fill out with 00
> (zero).
> |
> | - - - -
> |
> | If you have a look on my seo-example, here I split and tell you more
> about
> | the first sms:
> |
> | 2F2F53454F = //SEO
> |
> | 01 = Seo-Version 1
> |
> | 6600 = my Data-Size is 102 Byte
> |
> | 2664673E = my ID of the seo-sms (must be the same in every
> sms)
> |
> | 0100 = message-number 1
> |
> | 0500 = of 5 messages
> |
> | C3010000 = 451 byte data-size (here from my midi)
> |
> | 036D6964 = 3 number of letters / BMP
> |
> | 0D756E646572626572672E6D6964 = 13 number of letters / UNDERBERG.MID
> |
> |
> 4D546864000000060001000201E04D54726B0000004700FF0314417564696F496E73742
> 02031
> |
> 2A6B6F706965727400FF01124445564943453D47454E4552414C2E4D445600FF5804040
> 22408
> | 00FF5902000000FF5103087A2300FF2F004D54726B0000015E00
> | = DATA of the midifile
> |
> | - - - -
> |
> | Now I want to send this seo-string to my kannel-gateway, as
> udh-string
> | - but it only works with ems-messages :-(( no siemens.
> |
> | Thanks for your help!
> |
> | --
> | Best regards,
> | Dominik mailto:[email protected]
>
>
>