smpp
smpp copied to clipboard
In SMPP server mode (SMS-C) makeTransition prevent to send DeliverSM
Hello,
In session.go
, in makeTransition()
function, there's a mistake in the case « If sending from SMSC or receiving on ESME ».
In this case and for StateBoundTRx
, the pdu.DeliverSmID
should be allowed instead of pdu.DeliverSmRespID
.