diff options
author | Denis Kenzior <denkenz@gmail.com> | 2012-11-02 14:17:31 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2012-11-02 14:17:31 -0500 |
commit | 4853306993c7d57df234b40246eb523311fc88b5 (patch) | |
tree | f18adfdf6c5ef8477a23971d6d6dd9d0ec5d6496 /tools | |
parent | e579d4060b8760754c76cb31b7fa08a3d7fdb7c6 (diff) | |
download | ofono-4853306993c7d57df234b40246eb523311fc88b5.tar.bz2 |
stktest: Add Poll Interval test sequence 1.1
Diffstat (limited to 'tools')
-rw-r--r-- | tools/stktest.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/stktest.c b/tools/stktest.c index edab8a5a..bad15721 100644 --- a/tools/stktest.c +++ b/tools/stktest.c @@ -4402,6 +4402,11 @@ static void __stktest_test_init(void) test_play_tone_61c, expect_response_and_finish, 5.0, 6.0); + stktest_add_test("Poll Interval 1.1", NULL, + poll_interval_111, sizeof(poll_interval_111), + poll_interval_response_111, + sizeof(poll_interval_response_111), + NULL, expect_response_and_finish); } static void test_destroy(gpointer user_data) |