diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2018-03-31 05:23:09 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2018-05-31 16:12:14 +0000 |
commit | 36c7b33ccc66eee29efa98120e00952532c8e122 (patch) | |
tree | 13b207fdb20dca1a0dd78ed8441c70178351e424 /TODO-RELEASE | |
parent | 72696040dfac41512c672f71f2b3712656641a7f (diff) |
GSUP: introduce new messages for SS/USSD payloads
In order to be able to transfer SS/USSD messages via GSUP,
this change introduces the following new message types:
- OSMO_GSUP_MSGT_PROC_SS_*,
and the following new IE:
- OSMO_GSUP_SS_INFO_IE
which represents an ASN.1 encoded MAP payload coming to/from
the mobile station 'as is', without any transcoding.
Change-Id: Ie17a78043a35fffbdd59e80fd2b2da39cce5e532
Related: OS#1597
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index d9848136..7b225cc4 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -9,3 +9,4 @@ #library what description / commit summary line gsup gsup.h the 'osmo_gsup_message' struct extended with session information => ABI changed + SS/USSD information => ABI changed |