I’m using cloudhopper-smpp for receiving SMS over SMPP. After having implemented a DefaultSmppSessionHandler, PDU-Requests are being received by the SessionHandler (in the overridden firePduRequestReceived method).
Are there any helper-classes/Utils to extract SMS from PduRequest‘s of type deliver_sm?
Couldn’t find any getters in PduRequest to access the SMS.
Found the answer.