ajankovic / smpp

Go library for SMPP 3.4
MIT License
24 stars 21 forks source link

PDU Resp Seq invalid. #3

Closed qasimakhan closed 4 years ago

qasimakhan commented 4 years ago

Hi, When we are runing in server mode the response to an incoming Submit_sm is invalid. The submit_sm_resp should have sequence number of the original submit_sm but instead it starts from 1, i.e. irrespective of the sequence number of the incoming submit_sm the first submit_sm_resp will always be 1, second one will be 2 and so on.