Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/12898
Change subject: modem: Log once dbus returns call was answered
......................................................................
modem: Log once dbus returns call was answered
Change-Id: Ia277b2eecdbf9969d77a688638837f9d9e1a44b6
---
M src/osmo_gsm_tester/modem.py
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester
refs/changes/98/12898/1
diff --git a/src/osmo_gsm_tester/modem.py b/src/osmo_gsm_tester/modem.py
index 6a2a49a..59e2136 100644
--- a/src/osmo_gsm_tester/modem.py
+++ b/src/osmo_gsm_tester/modem.py
@@ -717,6 +717,7 @@
assert self.call_state(call_id) == 'incoming'
call_dbus_obj = systembus_get(call_id)
call_dbus_obj.Answer()
+ self.dbg('Answered call %s' % call_id)
def call_hangup(self, call_id):
self.dbg('Hang up call %s' % call_id)
--
To view, visit https://gerrit.osmocom.org/12898
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia277b2eecdbf9969d77a688638837f9d9e1a44b6
Gerrit-Change-Number: 12898
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>