Can someone please explain the coordinated WAP push sending SMS? I can send an SI which only sends a message, but I do not know how to send a message that sends several messages
If you send a WAP push message with SMS bearer, you have received an SMS with user data header. This user looks like the data header 0605040B8423F0 and it is included in your phone to say the source and destination port for the WAP push app. 0 B 84 is the destination port number (2948), 23F is the source port number (9 0000).
0B00033F020105040B8423F0
Code> and for other SMS
0B00033F020205040B8423F0 look like
Split 128 byte select remaining Wi-Pip data and add them to UDH.
Glory details are part of 3GPP specification 23.040
hth cheerio steve
Comments
Post a Comment