Notifications
Clear all
General (Technical, Procedural, Software, Hardware etc.)
2
Posts
2
Users
0
Reactions
707
Views
Topic starter
06/07/2024 11:17 pm
Hi all,
Does anyone know how to read TP-User-Data? I'm playing with Silent SMS messages and don't know how to read the following:
MSG [TP-User-Data [-51, -14, 124, 30, 62, -105, 65, -12, 55, 40, 102, -109, -51, 108, 57, -102, -51, 6, -85, -127, -56, 101, 118 -38, 94, -106, -105, -55, -46, ]]]
I think it might be location data for the cell tower?
26/07/2024 10:00 am
These are bytes represented in signed decimal format not location data.Â
You can convert them to hex using something like Cyberchef or Python and then use an online PDU decoder such as JavaScript PDU Mode SMS Decoder (benjaminerhart.com) in order to decode the data.