From 660729c3986236ae482ed38141ee952b0875e6c8 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 20 Dec 2018 04:20:10 +0700 Subject: 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 --- tests/gsup/gsup_test.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/gsup/gsup_test.c') 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, -- cgit v1.2.3