ussd: Add __ofono_ussd_is_busy
authorYang Gu <yang.gu@intel.com>
Mon, 6 Sep 2010 02:19:55 +0000 (10:19 +0800)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 9 Sep 2010 13:57:36 +0000 (08:57 -0500)
commit41d38d76bcb5344e6097eb491be488454cb549dc
treed41d293a91a83a224ffc6c7c9db06ea893ad418d
parent0a6637bda69c9a9ae04bc2ed7889ea750e3f2caf
ussd: Add __ofono_ussd_is_busy

Send SS requires Call Forwarding / Call Settings / Call Barring to check
whether USSD is currently busy.  If it is, then the SIM should be
notified appropriately.

We introduce a function __ofono_ussd_is_busy to help with this.
src/ofono.h
src/ussd.c