wmnsk / go-sccp

SCCP protocol implementation in pure Golang.
MIT License
33 stars 13 forks source link

PartyAddress can be two bytes (Route on SSN without a PC) #26

Closed linouxis9 closed 6 months ago

linouxis9 commented 6 months ago

Hi,

Here is a PR to fix the parsing of a PartyAddress using Route on SSN without a PC.

This PR adds a test case as well.

Example of message: image

Thanks and cheers! Valentin