summaryrefslogtreecommitdiffstats
path: root/test/set-cbs-topics
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/set-cbs-topics
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/set-cbs-topics')
-rwxr-xr-xtest/set-cbs-topics2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/set-cbs-topics b/test/set-cbs-topics
index 7cb0f46e..ff56e75d 100755
--- a/test/set-cbs-topics
+++ b/test/set-cbs-topics
@@ -19,6 +19,6 @@ else:
print "Setting cell broadcast topics for modem %s..." % path
cbs = dbus.Interface(bus.get_object('org.ofono', path),
- 'org.ofono.CbsManager')
+ 'org.ofono.CellBroadcast')
cbs.SetProperty("Topics", topics);