diff options
author | Yang Gu <yang.gu@intel.com> | 2010-06-17 18:35:11 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-06-18 13:57:55 -0500 |
commit | 6018d1fe8275aa9d37f6b6ceb8b89cf0964a8480 (patch) | |
tree | 6f8c033640de2843f35400ef0a4c8d65bca7c985 /unit | |
parent | 042724c5abb0b8750d0d48d192ed4f0c7ad6b247 (diff) | |
download | ofono-6018d1fe8275aa9d37f6b6ceb8b89cf0964a8480.tar.bz2 |
stk: Add parser for timing advance objects
Diffstat (limited to 'unit')
-rw-r--r-- | unit/test-stkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index e498dd64..dd22912a 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -18699,7 +18699,7 @@ static const struct terminal_response_test }, { .provide_local_info = { { .tadv = { - .status = STK_TIMING_ADVANCE_ME_IDLE, + .status = STK_ME_STATUS_IDLE, .advance = 0, }}, }}, |