Stipe,

Not 100% true. Kannel tacks in a GSM-style UDH and sets the DCS' UDHI when sending a large WAP push (ie. a URL-carrying MMS notification). Also, the specs for CDMA WDP require certain fields to be set in the SMS, and these fields are set according to fields in the SMPP message (that are not accessible via Kannel currently). That's why I made that whole un-committed, un-committable (as of now anyway) CDMA patch to allow for a data_sm. For the most part they are the same, but not enough the same that you can get it to work as is (or at least we couldn't). :P

yep, Jon is right here. There are some things to tweak.

But we'd definetly like to have a view on the changes, even while not clean commitable. As we are currently discussing about how to implement SMPP specific parameter support, this may go into there too.

I posted the URL to my diff file that is *way* out of date now quite some time ago on one of the two mailing lists. The URL is:


   http://66.255.55.23/interop.diff

The reason it's not in your hands at the moment is I'm struggling with the union created by the token pasting trick you're using. I don't want to take 300 lines of code and make it 600 with a big switch around it so that I access the correct union (ie. submit_sm or data_sm in this case). I tried the macro trick Alex showed me and that is giving me problems as well (not to mention ensuring each of those 300 lines ends in a \ is a pain). So I'm trying to get it split into a number of smaller patches that allow you to do CDMA WAP Push, but not with much luck. Nonetheless, check the above diff and see what I did.

Jon



Reply via email to