diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2018-12-20 04:20:10 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2019-01-05 10:15:47 +0000 |
commit | 660729c3986236ae482ed38141ee952b0875e6c8 (patch) | |
tree | 9dbd22471fd17b89cdf8c881256df6bfb31a074e /tests/gsup/gsup_test.c | |
parent | 86a5aae2187c56957dcae3ef98fd4502be37abb7 (diff) |
tests/gsup_test.c: drop session IEs from MO-ForwardSM Error
Both session state and session ID IEs were left from the initial
version of Ibe325c64ae2d6c626b232533bb4cbc65fc2b5d71. There is
no need to use them (as we use SM-RP-MR), so let's clean up.
Change-Id: I0d910b87f15ffbc0aeeca9cb4fcbef32bdf3ef88
Diffstat (limited to 'tests/gsup/gsup_test.c')
-rw-r--r-- | tests/gsup/gsup_test.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/gsup/gsup_test.c b/tests/gsup/gsup_test.c index f1945735..4ad7431e 100644 --- a/tests/gsup/gsup_test.c +++ b/tests/gsup/gsup_test.c @@ -256,12 +256,6 @@ static void test_gsup_messages_dec_enc(void) 0x25, /* OSMO_GSUP_MSGT_MO_FORWARD_SM_ERROR */ TEST_IMSI_IE, - /* Session related IEs */ - 0x30, 0x04, /* Session ID */ - 0xde, 0xad, 0xbe, 0xef, - 0x31, 0x01, /* Session state (END) */ - 0x03, - /* SM related IEs */ 0x40, 0x01, /* SM-RP-MR (Message Reference) */ 0xfa, |