ofono: Connect when context activation is requested
authorHenri Bragge <henri.bragge@ixonos.com>
Wed, 2 Mar 2011 15:43:35 +0000 (16:43 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 2 Mar 2011 15:43:35 +0000 (16:43 +0100)
commit838e712a151514f228eac2901aed8c452e45c019
treebd3daa9cdade7af5a19e2d4614108a6ce0412c14
parentcf2d450a89a756d123f7430e866a21b5d3e706cd
ofono: Connect when context activation is requested

ConnMan should connect the corresponding network/service after a
successful response to context activation request. If the context was
already active, connecting has to happen this way instead of waiting for
active property going up (it already is up).

In case the context was inactive before activation, it will not have
network index yet and connecting will happen later when activation is
ready.

This patch removes the reply handler for context inactivation because
it would have no other use than logging.
plugins/ofono.c