Bolivar Stephen

Results 5 issues of Bolivar Stephen

Hello, First of all, thanks for your intereset in this project. I honestly wasn't expecting this to continuously grow year over year, this was just a one time thing for...

IMPORTANT

Make the sending application request attention @xereeto

TODO

Hello, First of all, thanks for this package. Apparently Wikipedia updated their html, so the script `fetch.js` is not longer working.

**Problem** When sending a concatenated message, all the splits had the same sequence number. This prevents reconciliation of the message ID using the sequence number return in submit_sm_resp **Fix** Call...

Hello, When creating a SubmitSM like so. The transmitted sequence numbers are the same. ```golang func (s *SmppClientService) BuildSubmitSMs(msg *smppMessage) ([]*pdu.SubmitSM, error) { p, ok := pdu.NewSubmitSM().(*pdu.SubmitSM) if !ok {...