OSDN Git Service

Add support for CellInfo RIL commands.
authorWink Saville <wink@google.com>
Tue, 9 Apr 2013 19:11:38 +0000 (12:11 -0700)
committerWink Saville <wink@google.com>
Tue, 9 Apr 2013 19:11:38 +0000 (12:11 -0700)
commit8a9e02161271505de274db0c3a88087056dd5dfc
treea8ec0b9631452fc050bd00a672f8b5790c3e1d37
parent18e4ab167c7d8549a360ab5ae1fadddcad8c0523
Add support for CellInfo RIL commands.

These commands allow for more precise location determination.

To support CellInfo I created librilutils which adds ril_nano_time
over time librilutils will be expanded to have other common methods
that would be used by ril implementations.

Bug: 8235566
Change-Id: I7ad7dabc4b6c38bfba4461b08e6e30d0eb9efea1
include/telephony/librilutils.h [new file with mode: 0644]
include/telephony/ril.h
libril/ril.cpp
libril/ril_commands.h
libril/ril_unsol_commands.h
librilutils/Android.mk [new file with mode: 0644]
librilutils/librilutils.c [new file with mode: 0644]
reference-ril/Android.mk
reference-ril/reference-ril.c