smpp34 icon indicating copy to clipboard operation
smpp34 copied to clipboard

Golang SMPP package

Results 7 smpp34 issues
Sort by recently updated
recently updated
newest added

Changed case eLCheckTimer in startEnquireLink function for EnquireLink stability.

Hello @CodeMonkeyKevin Interested in getting sponsored development for your SMPP34 GO implementation? please reach out to me at [email protected] to discuss the requirements. Thank you

Hello, I am new to SMPP with golang. Can you please show how to reconnect if the connection dropped. Appreciate your feedback.

Create random PDU generator for testing for PDU delivery_sm/resp and submit_sm/resp

Added PDU validation checks. Validation should check the PDU fields size, type and length where applicable.

enhancement

PDU date fields can be 1 or 17 bytes in length. Currently the parser does not account for length larger then 1 byte in these fields.

bug

Reflection added upwards of 300ns per per call and should be avoided where possible to keep the lib fast but keeping in mind the ease of use.

question