summaryrefslogtreecommitdiffstats
path: root/unit/test-stkutil.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-11-02 14:17:17 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-11-02 14:17:17 -0500
commite579d4060b8760754c76cb31b7fa08a3d7fdb7c6 (patch)
tree39a4db73e79d44cdb65be6ff641f726291e28834 /unit/test-stkutil.c
parentf8e856a4c4fc0af8bf1b43fe3cc89d5bf6a514e7 (diff)
downloadofono-e579d4060b8760754c76cb31b7fa08a3d7fdb7c6.tar.bz2
unit: Move Poll Interval test data 1.1
Diffstat (limited to 'unit/test-stkutil.c')
-rw-r--r--unit/test-stkutil.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c
index 115dd2ed..77ec3530 100644
--- a/unit/test-stkutil.c
+++ b/unit/test-stkutil.c
@@ -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),