pespin has uploaded this change for review.

View Change

cosmetic: tests/gsup/gsup_test: Move send_e_send_end_signal_res to correct place

All the different procedures are placed in order, except this one.

Change-Id: If0877deca2bcbf40229c9c61f471112f1e8cdb0e
---
M tests/gsup/gsup_test.c
1 file changed, 25 insertions(+), 14 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/42/35942/1
diff --git a/tests/gsup/gsup_test.c b/tests/gsup/gsup_test.c
index 3d7ea40..fb3708a 100644
--- a/tests/gsup/gsup_test.c
+++ b/tests/gsup/gsup_test.c
@@ -454,20 +454,6 @@
0x51, /* GSM0808_CAUSE_INVALID_MESSAGE_CONTENTS */
};

- static const uint8_t send_e_process_access_signalling_req[] = {
- 0x40, /* OSMO_GSUP_MSGT_E_PROCESS_ACCESS_SIGNALLING_REQUEST */
- TEST_IMSI_IE,
-
- /* Session ID and state (continue) */
- 0x30, 0x04, 0xde, 0xad, 0xbe, 0xef,
- 0x31, 0x01, 0x02,
-
- TEST_CLASS_INTER_MSC_IE,
- TEST_SOURCE_NAME_IE,
- TEST_DESTINATION_NAME_IE,
- TEST_AN_APDU_IE, /* (Handover Detect) */
- };
-
static const uint8_t send_e_send_end_signal_res[] = {
0x3E, /* OSMO_GSUP_MSGT_E_SEND_END_SIGNAL_RESULT */
TEST_IMSI_IE,
@@ -482,6 +468,20 @@
TEST_AN_APDU_IE, /* (Handover Complete) */
};

+ static const uint8_t send_e_process_access_signalling_req[] = {
+ 0x40, /* OSMO_GSUP_MSGT_E_PROCESS_ACCESS_SIGNALLING_REQUEST */
+ TEST_IMSI_IE,
+
+ /* Session ID and state (continue) */
+ 0x30, 0x04, 0xde, 0xad, 0xbe, 0xef,
+ 0x31, 0x01, 0x02,
+
+ TEST_CLASS_INTER_MSC_IE,
+ TEST_SOURCE_NAME_IE,
+ TEST_DESTINATION_NAME_IE,
+ TEST_AN_APDU_IE, /* (Handover Detect) */
+ };
+
static const uint8_t send_e_forward_access_signalling_req [] = {
0x44, /* OSMO_GSUP_MSGT_E_FORWARD_ACCESS_SIGNALLING_REQUEST */
TEST_IMSI_IE,

To view, visit change 35942. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: If0877deca2bcbf40229c9c61f471112f1e8cdb0e
Gerrit-Change-Number: 35942
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange