Hello,
I'm using Kannel to send some wap push messages and I'd like to decode the
PDUs for troubleshooting. This is what I see in the Kannel logs:
2007-11-06 12:29:30 Sent SMS [SMSC:smsc-0] [SVC:ppg] [ACT:] [BINF:]
[from:...] [to:...] [flags:-1:1:-1:-1:0]
[msg:72:0106246170706C69636174696F6E2F766E642E7761702E656D6E2B7762786D6C00AF
898DA1C393030D6A008507036F6D615F656D6E407961686F6F2E65730005C305200711061201
] [udh:7:...]
So far I have been able to separate the headers ("010624" plus the next 36
bytes) from the payload (which looks fine). However, I'm unable to decode
the last bytes from my headers, more precisely: "0xAF 0x89 0x8D 0xA1 0xC3
0x93".
Has anyone experience on decoding such tokenised headers?
Thanks in advance,
Diego