Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User StumpiDK's Avatar
    Join Date
    Feb 2006
    Posts
    2
    Hi,

    im (trying) to develop an application for sending sms messages, and it actualy works, width sms'es up to one message long.

    I like to send (and recive) messages longer than one message and therefore i need to finde out how to create and read the header information of a SMS.

    Because i dont know anything about sms headers than to set the UDHI bit, and that the header, for an example could look like this:

    ..............AA BB CC DD EE FF GG HH
    SMS'es A:
    Header 1: 05 00 .03 C8 02 01 8A
    Header 2: 05 00 .03 C8 02 02 CA
    SMS'es B
    Header 1: 06 08 .04 00 26 04 01 C7
    Header 2: 06 08 .04 00 26 04 02 65
    Header 3: 06 08 .04 00 26 04 03 F4
    Header 4: 06 08 .04 00 26 04 04 EE

    of the context i concludet that the first two digits (AA) tells how many hex folowing. The digits EE & FF (in sms'es B digits FF& GG) must be the total numbers og messages, folowed by the current message id.
    The digits BB, CC, DD (and EE) must be some kind of unik id for the SMS'es.

    Am i rigt or wrong, and can anybody help?

    regards
    Christian

  2. #2
    Registered User daverunt's Avatar
    Join Date
    Oct 2003
    Posts
    42
    Smart message header

    0b= UDHL
    05= Application Port Addressing Scheme IEI (16 bit address)
    04= IE Data Length
    158A=Handset Destination Port (5514)
    0000=Originating Port
    00= IE Identifier (Concatenated SM 8-bit)
    03= IE Data Length
    01= Concatenated message reference
    03= Total message parts
    01= Message part number

    see Nokia Smart Messaging spec

    Concatenated text message header

    05--User Data Header Length (5 octets)
    00--Concatenated message (8-bit reference)
    03--Information Element Data Length
    0f--Concatenated Message Reference (uses a modulo 256 count)
    02--Total Message Parts (value 0-255)
    01--Part Number of this Segment (value 0-255)


    http://www.3gpp.org/ftp/Specs/latest/Rel-6/23_series/

    see 23040-660.zip

  3. #3
    any available examples to look through

  4. #4
    Regular Contributor murthy.pramod's Avatar
    Join Date
    Mar 2008
    Location
    Bangalore, India
    Posts
    68
    Can any one help me in setting UDH header for the SMS in symbian C++
    "Nobody will believe in you unless you believe in yourself."

Similar Threads

  1. write and read a TInt data from the file
    By billqu in forum Symbian C++
    Replies: 2
    Last Post: 2004-12-27, 15:10
  2. Settinglist - read out Data
    By nobreak in forum Symbian User Interface
    Replies: 2
    Last Post: 2004-08-17, 06:07
  3. Settinglist - read out Data
    By nobreak in forum Symbian C++
    Replies: 1
    Last Post: 2004-08-15, 09:24
  4. Problems with client/server data transfer
    By wilse in forum Symbian C++
    Replies: 1
    Last Post: 2004-08-03, 16:14
  5. Using protocol file:// with object connector
    By afinistr in forum Mobile Java General
    Replies: 2
    Last Post: 2002-06-24, 07:12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved