Hi All,
The following four patches add core support for fast dormancy.
I have tested the changes with a backend for isimodem. However,
the isimodem implementation has triggered some fairly extensive
revectoring of gisi. The final isimodem patches will be submitted
once the gisi changes are complete.
Br,
MikaL
--
[PATCH 1/4] radio settings: allow for more than one property
[PATCH 2/4] radio settings: add FastDormancy property
[PATCH 3/4] radio settings: document FastDormancy property
[PATCH 4/4] test: add scripts to enable and disable fast dormancy
Makefile.am | 4 +-
doc/radio-settings-api.txt | 22 ++++++
include/radio-settings.h | 12 +++
src/call-settings.c | 2 +-
src/common.c | 2 +-
src/radio-settings.c | 160 ++++++++++++++++++++++++++++++++++++--------
test/disable-fast-dormancy | 20 ++++++
test/enable-fast-dormancy | 20 ++++++
8 files changed, 210 insertions(+), 32 deletions(-)