From aa99c4c0ddae7b1c412ecdaaa47717b5ea434668 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 Jun 2010 20:07:11 -0700 Subject: Rename CbsManger into CellBroadcast Other D-Bus interfaces use clear descriptions like SupplementaryServices or NetworkRegistration. So use CellBroadcast for cell broadcast support. --- test/set-cbs-topics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/set-cbs-topics') 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); -- cgit v1.2.3