summaryrefslogtreecommitdiffstats
path: root/tests/gsup/gsup_test.ok
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-03-31 05:23:09 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-05-31 16:12:14 +0000
commit36c7b33ccc66eee29efa98120e00952532c8e122 (patch)
tree13b207fdb20dca1a0dd78ed8441c70178351e424 /tests/gsup/gsup_test.ok
parent72696040dfac41512c672f71f2b3712656641a7f (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 'tests/gsup/gsup_test.ok')
-rw-r--r--tests/gsup/gsup_test.ok4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gsup/gsup_test.ok b/tests/gsup/gsup_test.ok
index 1f599025..d63dd2d6 100644
--- a/tests/gsup/gsup_test.ok
+++ b/tests/gsup/gsup_test.ok
@@ -29,4 +29,8 @@ Test GSUP message decoding/encoding
Send Authentication Info Request with AUTS and RAND (UMTS) OK
Testing Dummy message with session IEs
Dummy message with session IEs OK
+ Testing SS/USSD processUnstructuredSS-Request / Invoke
+ SS/USSD processUnstructuredSS-Request / Invoke OK
+ Testing SS/USSD processUnstructuredSS-Request / ReturnResult
+ SS/USSD processUnstructuredSS-Request / ReturnResult OK
Done.