Commit Graph

10 Commits

Author SHA1 Message Date
Pau Espin 9487d9276a cosmetic: Fix trailing whitespace
Change-Id: I9c894440818040151015283b0df7e1646110f5d5
2024-01-22 14:39:38 +01:00
Alexander Couzens b656fc1965 Add optional NUM_VECTORS_REQ IE to send_auth_info_req
Change-Id: Ifb338cb849c0c9b2ce338eaa8ead6ac307188d3b
2020-01-21 12:06:44 +00:00
Harald Welte b470dfa204 Add support for CURRENT_RAT_TYPE IE
In libosmcore.git Change-Id I93850710ab55a605bf61b95063a69682a2899bb1,
a new OSMO_GSUP_CURRENT_RAT_TYPE_IE was introduced.  Let's add support
for it here, too.
2019-12-01 16:53:46 +01:00
Harald Welte bb32d46b18 GSUP IE 0x29 got renamed from RAT_TYPE to SUPPORTED_RAT_TYPEs
In git commit b76c7fad94 we introduced
support for the GSUP RAT_TYPE IE (0x29).  At that time, the
corresponding libosmocore change (Change-Id
I93850710ab55a605bf61b95063a69682a2899bb1) was still in review.

Meanwhile, that change has been merged, and the final IE name now
is OSMO_GSUP_SUPPORTED_RAT_TYPES_IE.
2019-12-01 16:36:59 +01:00
Harald Welte b76c7fad94 add support for the RAT Type IE of GSUP 2019-08-22 13:48:00 +02:00
Andrey Velikiy fde0fd989d Change xx_forward_xxx to xx_forward_sm_xxx 2019-08-02 09:42:46 +03:00
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