ofono: Add the CDMA network when the device is created
authorForest Bond <forest.bond@rapidrollout.com>
Fri, 29 Mar 2013 16:23:55 +0000 (12:23 -0400)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 3 Apr 2013 08:11:17 +0000 (11:11 +0300)
commitcc451da07895b1b2bc4c20c901344ce2ce3e3f08
tree24465a968cfba9d6c1261dcfde319685a64410f5
parent4c09e05f07a7777929e05552e659cae09cf5a4cb
ofono: Add the CDMA network when the device is created

There is a race that causes the network not to be added if we get the
CDMA netreg changed signal before the CDMA connection manager added
signal.  In that case the network is not added because the device has
not been created yet.  So we fix this by trying to add the network
whenever the device is created.
plugins/ofono.c