diff options
Diffstat (limited to 'test/enable-cbs')
-rwxr-xr-x | test/enable-cbs | 2 |
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)) |