summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/enable-cbs2
-rwxr-xr-xtest/set-cbs-topics2
2 files changed, 2 insertions, 2 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))
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);