summaryrefslogtreecommitdiffstats
path: root/unit
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-10-31 12:13:00 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-10-31 16:14:27 -0500
commitc2a76952984b04be52237f9ef7815f0664fb5bf0 (patch)
tree2eb3897db1d702c44398f37c34142c5e18d91c34 /unit
parente42523fd04264032640d0afdfbd2859b67855849 (diff)
downloadofono-c2a76952984b04be52237f9ef7815f0664fb5bf0.tar.bz2
unit: Move Play Tone 3.1-3.4 test data
Diffstat (limited to 'unit')
-rw-r--r--unit/stk-test-data.h34
-rw-r--r--unit/test-stkutil.c34
2 files changed, 34 insertions, 34 deletions
diff --git a/unit/stk-test-data.h b/unit/stk-test-data.h
index a8a8e2f5..e7f4498d 100644
--- a/unit/stk-test-data.h
+++ b/unit/stk-test-data.h
@@ -1268,3 +1268,37 @@ static const unsigned char play_tone_213[] = {
};
#define play_tone_response_213 play_tone_response_111
+
+static const unsigned char play_tone_311[] = {
+ 0xD0, 0x22, 0x81, 0x03, 0x01, 0x20, 0x00, 0x82, 0x02, 0x81, 0x03, 0x85,
+ 0x0C, 0x3C, 0x42, 0x41, 0x53, 0x49, 0x43, 0x2D, 0x49, 0x43, 0x4F, 0x4E,
+ 0x3E, 0x8E, 0x01, 0x11, 0x84, 0x02, 0x01, 0x01, 0x1E, 0x02, 0x00, 0x01
+};
+
+#define play_tone_response_311 play_tone_response_111
+
+static const unsigned char play_tone_321[] = {
+ 0xD0, 0x22, 0x81, 0x03, 0x01, 0x20, 0x00, 0x82, 0x02, 0x81, 0x03, 0x85,
+ 0x0C, 0x3C, 0x42, 0x41, 0x53, 0x49, 0x43, 0x2D, 0x49, 0x43, 0x4F, 0x4E,
+ 0x3E, 0x8E, 0x01, 0x11, 0x84, 0x02, 0x01, 0x01, 0x1E, 0x02, 0x01, 0x01
+};
+
+#define play_tone_response_321 play_tone_response_111
+
+static const unsigned char play_tone_331[] = {
+ 0xD0, 0x23, 0x81, 0x03, 0x01, 0x20, 0x00, 0x82, 0x02, 0x81, 0x03, 0x85,
+ 0x0D, 0x3C, 0x43, 0x4F, 0x4C, 0x4F, 0x55, 0x52, 0x2D, 0x49, 0x43, 0x4F,
+ 0x4E, 0x3E, 0x8E, 0x01, 0x11, 0x84, 0x02, 0x01, 0x01, 0x1E, 0x02, 0x00,
+ 0x02
+};
+
+#define play_tone_response_331 play_tone_response_111
+
+static const unsigned char play_tone_341[] = {
+ 0xD0, 0x23, 0x81, 0x03, 0x01, 0x20, 0x00, 0x82, 0x02, 0x81, 0x03, 0x85,
+ 0x0D, 0x3C, 0x43, 0x4F, 0x4C, 0x4F, 0x55, 0x52, 0x2D, 0x49, 0x43, 0x4F,
+ 0x4E, 0x3E, 0x8E, 0x01, 0x11, 0x84, 0x02, 0x01, 0x01, 0x1E, 0x02, 0x01,
+ 0x02
+};
+
+#define play_tone_response_341 play_tone_response_111
diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c
index 1fe72921..aa79e43b 100644
--- a/unit/test-stkutil.c
+++ b/unit/test-stkutil.c
@@ -2509,40 +2509,6 @@ struct play_tone_test {
char *html;
};
-static unsigned char play_tone_311[] = { 0xD0, 0x22, 0x81, 0x03, 0x01, 0x20,
- 0x00, 0x82, 0x02, 0x81, 0x03,
- 0x85, 0x0C, 0x3C, 0x42, 0x41,
- 0x53, 0x49, 0x43, 0x2D, 0x49,
- 0x43, 0x4F, 0x4E, 0x3E, 0x8E,
- 0x01, 0x11, 0x84, 0x02, 0x01,
- 0x01, 0x1E, 0x02, 0x00, 0x01 };
-
-static unsigned char play_tone_321[] = { 0xD0, 0x22, 0x81, 0x03, 0x01, 0x20,
- 0x00, 0x82, 0x02, 0x81, 0x03,
- 0x85, 0x0C, 0x3C, 0x42, 0x41,
- 0x53, 0x49, 0x43, 0x2D, 0x49,
- 0x43, 0x4F, 0x4E, 0x3E, 0x8E,
- 0x01, 0x11, 0x84, 0x02, 0x01,
- 0x01, 0x1E, 0x02, 0x01, 0x01 };
-
-static unsigned char play_tone_331[] = { 0xD0, 0x23, 0x81, 0x03, 0x01, 0x20,
- 0x00, 0x82, 0x02, 0x81, 0x03,
- 0x85, 0x0D, 0x3C, 0x43, 0x4F,
- 0x4C, 0x4F, 0x55, 0x52, 0x2D,
- 0x49, 0x43, 0x4F, 0x4E, 0x3E,
- 0x8E, 0x01, 0x11, 0x84, 0x02,
- 0x01, 0x01, 0x1E, 0x02, 0x00,
- 0x02 };
-
-static unsigned char play_tone_341[] = { 0xD0, 0x23, 0x81, 0x03, 0x01, 0x20,
- 0x00, 0x82, 0x02, 0x81, 0x03,
- 0x85, 0x0D, 0x3C, 0x43, 0x4F,
- 0x4C, 0x4F, 0x55, 0x52, 0x2D,
- 0x49, 0x43, 0x4F, 0x4E, 0x3E,
- 0x8E, 0x01, 0x11, 0x84, 0x02,
- 0x01, 0x01, 0x1E, 0x02, 0x01,
- 0x02 };
-
static unsigned char play_tone_411[] = { 0xD0, 0x28, 0x81, 0x03, 0x01, 0x20,
0x00, 0x82, 0x02, 0x81, 0x03,
0x85, 0x10, 0x54, 0x65, 0x78,