Make SubscriberNumbers writable.
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>
Fri, 7 Aug 2009 09:24:27 +0000 (11:24 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 7 Aug 2009 20:49:30 +0000 (15:49 -0500)
commit988f0ffbedcf5c497292ea85bd5eabb9a28f0637
tree0180ec6b05d5ab7532edb0e39f51c6edf8c674ac
parentd6aae609834895ed92ebd406cbfb27e7e0d045b3
Make SubscriberNumbers writable.

This implements writing SubscriberNumbers if the SIM allows this
(optional to the SIM provider).  Because the property is an array
of phone numbers, setting the property needs to write multiple
records on the SIM so it's not atomic and potentially can fail
partially.  In this case we have to report a write error to DBus
client but at the same time file may be changed and we send a
PropertyChanged.
src/sim.c