summaryrefslogtreecommitdiffstats
path: root/test/enable-cbs
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-06-09 20:07:11 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-06-09 20:07:11 -0700
commitaa99c4c0ddae7b1c412ecdaaa47717b5ea434668 (patch)
treec2525645218d16cf2c796f4dc9358997cdfd3194 /test/enable-cbs
parent2aeb7df627dedc480bb3c0c825b5ca13e5e427a0 (diff)
downloadofono-aa99c4c0ddae7b1c412ecdaaa47717b5ea434668.tar.bz2
Rename CbsManger into CellBroadcast
Other D-Bus interfaces use clear descriptions like SupplementaryServices or NetworkRegistration. So use CellBroadcast for cell broadcast support.
Diffstat (limited to 'test/enable-cbs')
-rwxr-xr-xtest/enable-cbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/enable-cbs b/test/enable-cbs
index 2da57e93..67356a90 100755
--- a/test/enable-cbs
+++ b/test/enable-cbs
@@ -15,6 +15,6 @@ else:
print "Enabling cell broadcast on modem %s..." % path
cbs = dbus.Interface(bus.get_object('org.ofono', path),
- 'org.ofono.CbsManager')
+ 'org.ofono.CellBroadcast')
cbs.SetProperty("Powered", dbus.Boolean(1))