unit: Move Poll Interval test data 1.1

This commit is contained in:
Denis Kenzior 2012-11-02 14:17:17 -05:00
parent f8e856a4c4
commit e579d4060b
2 changed files with 10 additions and 10 deletions

View File

@ -1574,3 +1574,13 @@ static const unsigned char play_tone_613[] = {
};
#define play_tone_response_613 play_tone_response_111
static const unsigned char poll_interval_111[] = {
0xD0, 0x0D, 0x81, 0x03, 0x01, 0x03, 0x00, 0x82, 0x02, 0x81, 0x82, 0x84,
0x02, 0x01, 0x14
};
static const unsigned char poll_interval_response_111[] = {
0x81, 0x03, 0x01, 0x03, 0x00, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x00,
0x84, 0x02, 0x01, 0x14,
};

View File

@ -3315,10 +3315,6 @@ struct poll_interval_test {
struct stk_duration duration;
};
static unsigned char poll_interval_111[] = { 0xD0, 0x0D, 0x81, 0x03, 0x01, 0x03,
0x00, 0x82, 0x02, 0x81, 0x82,
0x84, 0x02, 0x01, 0x14 };
static struct poll_interval_test poll_interval_data_111 = {
.pdu = poll_interval_111,
.pdu_len = sizeof(poll_interval_111),
@ -17326,12 +17322,6 @@ static const struct terminal_response_test play_tone_response_data_311b = {
},
};
/* TS 102 384 */
static const unsigned char poll_interval_response_111[] = {
0x81, 0x03, 0x01, 0x03, 0x00, 0x82, 0x02, 0x82,
0x81, 0x83, 0x01, 0x00, 0x84, 0x02, 0x01, 0x14,
};
static const struct terminal_response_test poll_interval_response_data_111 = {
.pdu = poll_interval_response_111,
.pdu_len = sizeof(poll_interval_response_111),