Commit Graph

4 Commits

Author SHA1 Message Date
Andrey Velikiy bb299668cb Add support of the GSUP E Interface messages
Encoding and decoding of the following GSUP messages were added to support inter-MSC handover functionality:
* E Prepare Handover Request/Result/Error
* E Prepare Subsequent Handover Request/Result/Error
* E Send End Signal Request/Result/Error
* E Forward Access Signalling Request
* E Process Access Signalling Request
* E Close, E Abort, E Routing Error.

Tests for GSUP E Interface messages were added from libosmocore library.
2019-06-25 16:48:23 +03:00
Andrey Velikiy 1e801787be Fix bugs in the GSUP library code and add tests from libosmocore library
A number of bugs were found in the initial implementation and fixed during the first real tests and after the tests from libosmocom library were added to the code.
2019-06-25 16:48:23 +03:00
Andrey Velikiy c66c8d0729 Add support of Message Class IE
This IE was introduced together with inter-MSC handover implementation.
Message Class IE is mandatory for Inter-MSC GSUP messages and optional for Subscriber Management, SS and SMS messages.
2019-06-25 16:48:23 +03:00
Andrey Velikiy b39df23758 Initial commit 2019-06-14 21:08:00 +03:00