Re: Kannel OTA-OMA
Paul Bagyenda <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks Edward, The Mbuni Kannel patch has been updated on Mbuni CVS (details here: http://www.mbuni.org/downloads.shtml) and should be put out at next release. The latest Mbuni Kannel patch also has a small fix to the MIME libary that might be useful for those using the kannel MIME library in HTTP applications. (There was a small problem with generation of MIME boundaries.) Cheers Paul. Edward C.A. Tromp Wrote: > > Hi, > > After some troubleshooting and with the help of both Paul Bagyenda nad > Paul > Komkoff. > together we found out what the problem was with the OMA not working > with > Motorola phones. > > The problem was that the Motorola phones where expecting the MAC in > uppercase. This we found out > from the traces and from the snippet Mr. komkoff share with the list. > > After Mr. Bagyenda show me where this can be changed i did made the > change > and voila it worked. > > The changes was: > In ota_prov.c, where I call octstr_binary_to_hex(mac,0), can you change > that > last param to 1 > > This will make the MAC uppercase. > > Thx for the help > > Cheers, > Edward