Andrew Bird
Andrew Bird
Yep I used the wrong terminology(corrected now). I should have said 1/ use random 16 bit ref id by default 2/ if ref id is explicitly set via property, if...
A side effect of using 16bit reference numbers is that the individual message payload is reduced. So 7 bit GSM multipart messages become 152 chars instead of 153, and UCS2...
Steve, It looks like it referred to the code before it was refactored into separate submit and deliver objects. For testing it would be nice to be able to decode...
I'm not sure if you meant Unicode GSM 0338 encoding tests, I just added those and uncovered a couple of little bugs. There's still one thing I can't quite get...
I pushed the three remaining patches. I held fire on the 0x0000 mapping, at the moment it would be asymmetric so could only go in the encode method with 'replace',...
yep, see the PDU / decoded string in 'test_wap::test_decoding_generic_wap_push' this is a WAP push, but not a MMS notification
BTW checkout the pydump procedure I added to the resources directory, you can use it to utilise wireshark for decoding.
From my personal point of view I'd be happy if we (read you, as it needs lots of python foo!) could refactor so that the MMS is a subclass of...
Is this something we should test across all the DOS variants? Did you find out with a testcase or by studying the code?
Mmm, isn't int27 a strange one. Thinking about how to test this, I figure I have to do the following 1/ resize (int21/4a) myself to leave space for a new...