summaryrefslogtreecommitdiffstats
path: root/test/set-cbs-topics
diff options
context:
space:
mode:
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);