View Single Post
Posts: 254 | Thanked: 122 times | Joined on Nov 2009
#61
Hi. I'm currently working on SMS listener in ussd-widget. And I need to decode PDU. So I have two questions. Have anybody managed to write decoding code? I've already found one, but it should be rewritten:
http://www.monkeysandrobots.com/archives/207
And one more general question. It seems, that you deal only with standard GSM alphabet. Is it so? So no support for other languages (my operator uses UCS2 encoding for example). May be we can write something more general? As I remember, USSD and SMS are encoded in similar way and I already have code for decoding USSD (excluding repackaging 7bit to 8 bit, because modem does it).