Re: MMS-WSP GET Request??
Aarno Syvänen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Wednesday, September 25, 2002, at 07:22 AM, amitsehgal wrote: > Hi All, > I sent a m-notification.ind using this pdu on Nokia 7650 in > connection oriented mode (Permanent). > > udh=%06%05%04%0b%84%23%f0& UDH is OK. > text=%0f%06%03%be%af%84% WSP PDU is OK, too. > 8c%82% Message-Type, ok > 98%39%39%37%35%40%66%6c%79%65%72%6f%6e%65%2e%63%6f%6d%00% Transaction-Id, ok > 8d%90% MMS-Version, ok. > 8a%80% Message-Class, OK. > 8e%01%64% Content-Length, OK > 88%06%80%04%43%c5%46% Expiry: length is 4, but you have only three bytes. You probably have one byte missing here (or have typo in this mail). Token for Content-Location is 83. > 8f%MY URI%00 Did you put literal "My URI" here ? This should normally browsable content location. (You can test it with any browser.) > > In response the phone originated a data call but the wapbox is > crashing after some time. > Is the pdu for m-notification.ind correct? Of course wapbox should not crash with wrong input, so this is a bug. Thanks for report- ing it. > I caught the wdp packet in bearerbox, but it contains no URI info, is > it a WSP/HTTP get request (as per > WAP-206-MMSCTR-20010612-a Section 6-Fig 4 (pg 12(33)) ??? Hm. Get request should certainly contain URI, so there must some problems here. Aarno