summaryrefslogtreecommitdiffstats
path: root/unit/stk-test-data.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-10-08 22:18:09 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-10-09 11:26:58 -0500
commitacd1edbc900212d4b98064a8d36f219b33b6f4d7 (patch)
tree9a21a1cca70060ee7ce85f62b18a71af54586a84 /unit/stk-test-data.h
parent085b6ac719a6c636602b058a20c1da1e2bc6b249 (diff)
downloadofono-acd1edbc900212d4b98064a8d36f219b33b6f4d7.tar.bz2
unit: Move Get Inkey test data for 1.1-1.4
Diffstat (limited to 'unit/stk-test-data.h')
-rw-r--r--unit/stk-test-data.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/unit/stk-test-data.h b/unit/stk-test-data.h
index 90060870..526cc2e7 100644
--- a/unit/stk-test-data.h
+++ b/unit/stk-test-data.h
@@ -295,3 +295,42 @@ static const unsigned char display_text_1011[] = {
};
#define display_text_response_1011 display_text_response_111
+
+static const unsigned char get_inkey_111[] = {
+ 0xD0, 0x15, 0x81, 0x03, 0x01, 0x22, 0x00, 0x82, 0x02, 0x81, 0x82, 0x8D,
+ 0x0A, 0x04, 0x45, 0x6E, 0x74, 0x65, 0x72, 0x20, 0x22, 0x2B, 0x22
+};
+
+static const unsigned char get_inkey_response_111[] = {
+ 0x81, 0x03, 0x01, 0x22, 0x00, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x00,
+ 0x8d, 0x02, 0x04, 0x2b,
+};
+
+static const unsigned char get_inkey_121[] = {
+ 0xD0, 0x14, 0x81, 0x03, 0x01, 0x22, 0x00, 0x82, 0x02, 0x81, 0x82, 0x8D,
+ 0x09, 0x00, 0x45, 0x37, 0xBD, 0x2C, 0x07, 0x89, 0x60, 0x22
+};
+
+static const unsigned char get_inkey_response_121[] = {
+ 0x81, 0x03, 0x01, 0x22, 0x00, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x00,
+ 0x8d, 0x02, 0x04, 0x30,
+};
+
+static const unsigned char get_inkey_131[] = {
+ 0xD0, 0x1A, 0x81, 0x03, 0x01, 0x22, 0x00, 0x82, 0x02, 0x81, 0x82, 0x8D,
+ 0x0F, 0x04, 0x3C, 0x47, 0x4F, 0x2D, 0x42, 0x41, 0x43, 0x4B, 0x57, 0x41,
+ 0x52, 0x44, 0x53, 0x3E
+};
+
+static const unsigned char get_inkey_response_131[] = {
+ 0x81, 0x03, 0x01, 0x22, 0x00, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x11,
+};
+
+static const unsigned char get_inkey_141[] = {
+ 0xD0, 0x13, 0x81, 0x03, 0x01, 0x22, 0x00, 0x82, 0x02, 0x81, 0x82, 0x8D,
+ 0x08, 0x04, 0x3C, 0x41, 0x42, 0x4F, 0x52, 0x54, 0x3E
+};
+
+static const unsigned char get_inkey_response_141[] = {
+ 0x81, 0x03, 0x01, 0x22, 0x00, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x10,
+};