Hello,
I run into a decoding error in SMPP
I have a GSM SMS payload which comes in as SMS-MO into a SMSC.
the GSM-SMS TPDU SMS-submit -> TP-UserData section contains the
bytes:
027100001412000001897d3623d52eaea27bb6dad9e9c37cfa
Wireshark decodes this correctly as having a UDH header of 0x71 which is
a (U)SIM Tooling Security Header and some raw binary data.
This same Payload is now packed by the SMSC into a SMPP Deliver SM.
The bytes are exactly the same. but now Wireshark can't decode it anymore
So I presume the SMPP branch doesn't know the same User Data Headers as
the SS7 branch of Wireshark.