summaryrefslogtreecommitdiffstats
path: root/unit
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-10-01 09:41:26 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-10-03 09:10:43 -0500
commit732f598ad10616cd92fefe50c8270396c03ecc1c (patch)
treee717b4701052ecf439019686402886315f631108 /unit
parent13d30230a3e1309340028c038631de1563ef3117 (diff)
downloadofono-732f598ad10616cd92fefe50c8270396c03ecc1c.tar.bz2
unit: Add DisplayText 4.x data
Diffstat (limited to 'unit')
-rw-r--r--unit/stk-test-data.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/unit/stk-test-data.h b/unit/stk-test-data.h
index ba8cbae5..1b642208 100644
--- a/unit/stk-test-data.h
+++ b/unit/stk-test-data.h
@@ -125,6 +125,30 @@ static const unsigned char display_text_311[] = {
#define display_text_response_311 display_text_response_111
+static const unsigned char display_text_411[] = {
+ 0xD0, 0x1C, 0x81, 0x03, 0x01, 0x21, 0x80, 0x82, 0x02, 0x81, 0x02, 0x8D,
+ 0x0F, 0x04, 0x54, 0x6F, 0x6F, 0x6C, 0x6B, 0x69, 0x74, 0x20, 0x54, 0x65,
+ 0x73, 0x74, 0x20, 0x31, 0xAB, 0x00,
+};
+
+#define display_text_response_411 display_text_response_111
+
+static const unsigned char display_text_421[] = {
+ 0xD0, 0x1C, 0x81, 0x03, 0x01, 0x21, 0x00, 0x82, 0x02, 0x81, 0x02, 0x8D,
+ 0x0F, 0x04, 0x54, 0x6F, 0x6F, 0x6C, 0x6B, 0x69, 0x74, 0x20, 0x54, 0x65,
+ 0x73, 0x74, 0x20, 0x32, 0xAB, 0x00,
+};
+
+#define display_text_response_421 display_text_response_151
+
+static const unsigned char display_text_431[] = {
+ 0xD0, 0x1C, 0x81, 0x03, 0x01, 0x21, 0x80, 0x82, 0x02, 0x81, 0x02, 0x8D,
+ 0x0F, 0x04, 0x54, 0x6F, 0x6F, 0x6C, 0x6B, 0x69, 0x74, 0x20, 0x54, 0x65,
+ 0x73, 0x74, 0x20, 0x33, 0xAB, 0x00,
+};
+
+#define display_text_response_431 display_text_response_111
+
static const unsigned char display_text_511[] = {
0xD0, 0x1A, 0x81, 0x03, 0x01, 0x21, 0x80, 0x82, 0x02, 0x81, 0x02, 0x8D,
0x0B, 0x04, 0x42, 0x61, 0x73, 0x69, 0x63, 0x20, 0x49, 0x63, 0x6F, 0x6E,