Open goten4 opened 4 years ago
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.
session.go
makeTransition()
StateBoundTRx
pdu.DeliverSmID
pdu.DeliverSmRespID
Hello,
In
session.go
, inmakeTransition()
function, there's a mistake in the case « If sending from SMSC or receiving on ESME ». In this case and forStateBoundTRx
, thepdu.DeliverSmID
should be allowed instead ofpdu.DeliverSmRespID
.