From: Pavel Machek <pavel@ucw.cz>
To: ofono@ofono.org
Subject: Re: Voice calls over qmi was Re: Incoming sms problem on Motorola Droid 4
Date: Mon, 14 May 2018 08:45:45 +0200 [thread overview]
Message-ID: <20180514064545.GA25301@amd> (raw)
In-Reply-To: <20180512161842.7a68dc38@lazus.yip>
[-- Attachment #1: Type: text/plain, Size: 4513 bytes --]
Hi!
> nice to hear, somebody else is using it.
>
> The voicecall driver needs to be refactored as Denis already pointed
> out on the mailinglist before it can go upstream.
>
> The original idea of the voice_generated.c/h files was to create a
> prototype how qmi generated files should look like and then write a
> code generator for it, as the other qmi related projects already do.
>
> I'ven't yet took a closer look on your patches together with modems and
> a gsm network. Hopefully I can do it next week together with the
> required refactoring for upstream.
I got it to build, but quick test did not result in working call. I'm
using AT commands simultaneously on another channel.
Ideas welcome.
Best regards,
Pavel
ce64aadfc798225807c25
Author: Alexander Couzens <lynxis@fe80.eu>
Date: Tue Oct 17 10:11:19 2017 +0200
call-list: fix a race condition in ofono_call_list_dial_callback
If ofono_call_list_dial_callback is called later than
ofono_call_list_notify, the new call is added, removed, added
again.
ofonod[6708]: drivers/qmimodem/gprs.c:extract_ss_info() radio in use 5
ofonod[6708]: drivers/qmimodem/gprs.c:extract_ss_info() radio in use 2
ofonod[6708]: src/gprs.c:registration_status_cb() /gobi_0 error 0
status 1
ofonod[6708]: src/gprs.c:ofono_gprs_status_notify() /gobi_0 status
registered (1)
ofonod[6708]: src/gprs.c:gprs_netreg_update() attach: 1,
driver_attached: 1
ofonod[6708]: drivers/qmimodem/network-registration.c:get_rssi_cb()
ofonod[6708]: drivers/qmimodem/network-registration.c:get_rssi_cb()
signal with -56 dBm on 5
ofonod[6708]: drivers/qmimodem/network-registration.c:get_rssi_cb()
ofonod[6708]: drivers/qmimodem/network-registration.c:get_rssi_cb()
signal with -56 dBm on 5
ofonod[6708]: drivers/qmimodem/gprs.c:ss_info_notify()
ofonod[6708]: drivers/qmimodem/gprs.c:handle_ss_info()
ofonod[6708]: drivers/qmimodem/gprs.c:extract_ss_info()
ofonod[6708]: drivers/qmimodem/gprs.c:extract_ss_info() radio in use 5
ofonod[6708]: drivers/qmimodem/gprs.c:extract_ss_info() radio in use 2
ofonod[6708]: src/gprs.c:ofono_gprs_status_notify() /gobi_0 status
registered (1)
ofonod[6708]: drivers/qmimodem/network-registration.c:ss_info_notify()
ofonod[6708]:
drivers/qmimodem/network-registration.c:extract_ss_info()
ofonod[6708]:
drivers/qmimodem/network-registration.c:extract_ss_info() serving
system status 1
ofonod[6708]:
drivers/qmimodem/network-registration.c:extract_ss_info() radio in use
5
ofonod[6708]:
drivers/qmimodem/network-registration.c:extract_ss_info() radio in use
2
ofonod[6708]:
drivers/qmimodem/network-registration.c:extract_ss_info() lac -1
cellid -1 tech -1
ofonod[6708]: src/network.c:ofono_netreg_status_notify() /gobi_0
status 1 tech -1 lac -1 ci -1
ofonod[6708]:
drivers/qmimodem/network-registration.c:qmi_current_operator()
ofonod[6708]: src/network.c:current_operator_callback() 0x5a0c98,
0x5a1f20
ofonod[6708]:
drivers/qmimodem/network-registration.c:qmi_signal_strength()
ofonod[6708]: src/gprs.c:netreg_status_changed() 1
ofonod[6708]: src/gprs.c:gprs_netreg_update() attach: 1,
driver_attached: 1
ofonod[6708]: drivers/qmimodem/network-registration.c:get_rssi_cb()
ofonod[6708]: drivers/qmimodem/network-registration.c:get_rssi_cb()
signal with -56 dBm on 5
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
signal with 80%(-55 dBm) on 5
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
signal with 80%(-56 dBm) on 5
ofonod[6708]: drivers/qmimodem/voicecall.c:dial_cb() QMI Error 3
ofonod[6708]: src/voicecall.c:dial_handle_result() Dial callback
returned error: Unknown error type
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
signal with 80%(-55 dBm) on 5
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
signal with 80%(-56 dBm) on 5
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
ofonod[6708]: drivers/qmimodem/network-registration.c:event_notify()
signal with 80%(-55 dBm) on 5
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next prev parent reply other threads:[~2018-05-14 6:45 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-08 21:51 Incoming sms problem on Motorola Droid 4 Pavel Machek
2018-05-08 21:51 ` Pavel Machek
2018-05-08 21:51 ` Pavel Machek
2018-05-08 21:51 ` Pavel Machek
2018-05-08 22:08 ` Denis Kenzior
2018-05-09 4:31 ` Marcel Holtmann
2018-05-09 8:18 ` Pavel Machek
2018-05-09 13:03 ` Denis Kenzior
2018-05-09 15:11 ` Pavel Machek
2018-05-09 15:41 ` Denis Kenzior
2018-05-09 18:57 ` Pavel Machek
2018-05-09 19:33 ` Denis Kenzior
2018-05-10 6:50 ` Marcel Holtmann
2018-05-10 6:58 ` Pavel Machek
2018-05-10 7:11 ` Marcel Holtmann
2018-05-11 23:18 ` Voice calls over qmi was " Pavel Machek
2018-05-12 0:47 ` Denis Kenzior
2018-05-12 3:09 ` Joey Hewitt
2018-05-12 11:02 ` Pavel Machek
2018-05-12 14:19 ` Alexander Couzens
2018-05-13 10:33 ` Marcel Holtmann
2018-05-14 6:45 ` Pavel Machek [this message]
2018-05-14 16:19 ` Denis Kenzior
2018-05-12 1:02 ` Denis Kenzior
2018-05-12 7:37 ` Harald Welte
2018-05-16 15:10 ` Bob Ham
2018-05-16 16:12 ` Harald Welte
2018-05-14 13:02 ` [rfc] Fix incoming sms on Droid 4 " Pavel Machek
2018-05-09 6:50 ` Pavel Machek
2018-05-09 1:03 ` Tony Lindgren
2018-05-09 1:03 ` Tony Lindgren
2018-05-09 8:48 ` Pavel Machek
[not found] <CACOYK=g9XepWVFAr8Afb6VpOxN7UOGN71aFyogOq=8+BjAsYFA@mail.gmail.com>
2018-05-16 16:03 ` Voice calls over qmi was " Harald Welte
[not found] <CACOYK=iDX38R+66jridnvC-XRHU3Om5y3rbZSRoLZX2PWj2KWA@mail.gmail.com>
2018-05-19 10:18 ` Harald Welte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180514064545.GA25301@amd \
--to=pavel@ucw.cz \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.