* [PATCH 0/1] isimodem: fix network registration for older modems
@ 2011-03-24 12:14 Mika Liljeberg
2011-03-24 12:14 ` [PATCH 1/1] " Mika Liljeberg
2011-03-25 10:21 ` [PATCH 0/1] " claudio Degioanni
0 siblings, 2 replies; 8+ messages in thread
From: Mika Liljeberg @ 2011-03-24 12:14 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 388 bytes --]
Hi,
Here's a patch to fix network registration with older ISI modems.
Verified with N95.
Claudio, could you give this a spin and let me know if this fixes
the problem for your 6760?
Br,
MikaL
[PATCH 1/1] isimodem: fix network registration for older modems
drivers/isimodem/network-registration.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/1] isimodem: fix network registration for older modems
2011-03-24 12:14 [PATCH 0/1] isimodem: fix network registration for older modems Mika Liljeberg
@ 2011-03-24 12:14 ` Mika Liljeberg
2011-03-24 12:45 ` Aki Niemi
2011-03-25 10:21 ` [PATCH 0/1] " claudio Degioanni
1 sibling, 1 reply; 8+ messages in thread
From: Mika Liljeberg @ 2011-03-24 12:14 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1700 bytes --]
---
drivers/isimodem/network-registration.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/isimodem/network-registration.c b/drivers/isimodem/network-registration.c
index a30fc8c..8bf2423 100644
--- a/drivers/isimodem/network-registration.c
+++ b/drivers/isimodem/network-registration.c
@@ -78,6 +78,7 @@ struct netreg_data {
struct reg_info reg;
struct gsm_info gsm;
struct rat_info rat;
+ GIsiVersion version;
char nitz_name[OFONO_MAX_OPERATOR_NAME_LENGTH + 1];
};
@@ -338,7 +339,8 @@ static void rat_resp_cb(const GIsiMessage *msg, void *data)
goto error;
}
- if (g_isi_client_resource(nd->client) == PN_MODEM_NETWORK)
+ if (g_isi_client_resource(nd->client) == PN_MODEM_NETWORK ||
+ nd->version.major < 14)
req[0] = NET_MODEM_REG_STATUS_GET_REQ;
if (g_isi_client_send(nd->client, req, sizeof(req),
@@ -649,7 +651,8 @@ static void isi_list_operators(struct ofono_netreg *netreg,
if (cbd == NULL || nd == NULL)
goto error;
- if (g_isi_client_resource(nd->client) == PN_MODEM_NETWORK)
+ if (g_isi_client_resource(nd->client) == PN_MODEM_NETWORK ||
+ nd->version.major < 14)
msg[0] = NET_MODEM_AVAILABLE_GET_REQ;
if (g_isi_client_send_with_timeout(nd->client, msg, sizeof(msg),
@@ -938,6 +941,9 @@ static void reachable_cb(const GIsiMessage *msg, void *data)
if (nd == NULL)
return;
+ nd->version.major = g_isi_msg_version_major(msg);
+ nd->version.minor = g_isi_msg_version_minor(msg);
+
g_isi_client_ind_subscribe(nd->client, NET_RSSI_IND, rssi_ind_cb,
netreg);
g_isi_client_ind_subscribe(nd->client, NET_NITZ_NAME_IND, name_ind_cb,
--
1.7.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/1] isimodem: fix network registration for older modems
2011-03-24 12:14 ` [PATCH 1/1] " Mika Liljeberg
@ 2011-03-24 12:45 ` Aki Niemi
0 siblings, 0 replies; 8+ messages in thread
From: Aki Niemi @ 2011-03-24 12:45 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
Hi Mika,
2011/3/24 Mika Liljeberg <mika.liljeberg@nokia.com>:
> ---
> drivers/isimodem/network-registration.c | 10 ++++++++--
> 1 files changed, 8 insertions(+), 2 deletions(-)
Patch has been pushed. Thanks.
Cheers,
Aki
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 0/1] isimodem: fix network registration for older modems
2011-03-24 12:14 [PATCH 0/1] isimodem: fix network registration for older modems Mika Liljeberg
2011-03-24 12:14 ` [PATCH 1/1] " Mika Liljeberg
@ 2011-03-25 10:21 ` claudio Degioanni
2011-03-29 7:07 ` Mika.Liljeberg
1 sibling, 1 reply; 8+ messages in thread
From: claudio Degioanni @ 2011-03-25 10:21 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1606 bytes --]
On Thu, 2011-03-24 at 14:14 +0200, Mika Liljeberg wrote:
> Hi,
>
> Here's a patch to fix network registration with older ISI modems.
> Verified with N95.
>
> Claudio, could you give this a spin and let me know if this fixes
> the problem for your 6760?
Hi Mika,
Thanks very much for the patch :
I have tested the path of isi modem on nokia n95 and nokia 6760,
and I report the result of my test
1) Using nokia N95 and ofono
* I have attached the phone to my computer
* I have used the ./online-modem
* I have set apn/username/password and activate the context
It works (log onlineUsingOfonoTest file attached to mail)
2) Using nokia N95 and ofono/connma
* I have attached the phone to my computer
* Start connman and I have checked it set OnLine the modem correctly
* I have set apn/username/password and activate the context
* Using connect of connman, but i receive the message
org.ofono.Error.NotAttached GPRS is not attached
I reports the log onlineUsingConnmanTest, can be a problem of connman ?
1) Using nokia 6760 and ofono
* I have attached the phone to my computer
* I have used the ./online-modem
* I have set apn/username/password and activate the context
It not works, (log in nokia6760 file attached to mail)
Any suggestion ?
is it possible to know the list of supported mobile phone as 3g modem ?
regs
> Br,
>
> MikaL
>
> [PATCH 1/1] isimodem: fix network registration for older modems
>
> drivers/isimodem/network-registration.c | 10 ++++++++--
> 1 files changed, 8 insertions(+), 2 deletions(-)
[-- Attachment #2: onlineUsingConnmanTest.ksh --]
[-- Type: text/plain, Size: 9264 bytes --]
ofonod[8881]: plugins/isiusb.c:isiusb_online() (0x9129fa8) with usbpn0
ofonod[8881]: PN_MTC (0x15): MTC_STATE_REQ [id=0x01 utid=0x03 len=4]:
ofonod[8881]: * 03 01 01 00 : .....
ofonod[8881]: PN_MTC (0x15): MTC_STATE_RESP [id=0x64 utid=0x03 len=4]:
ofonod[8881]: * 03 64 06 00 : ..d..
ofonod[8881]: gisi: Success RESP to 0x9118ae0 [res=0x15, id=0x64, utid=0x03]
ofonod[8881]: plugins/isiusb.c:mtc_state_cb() MTC cause: MTC_ALREADY_ACTIVE (0x06)
ofonod[8881]: src/modem.c:modem_change_state() old state: 2, new state: 3
ofonod[8881]: plugins/isiusb.c:isiusb_post_online() (0x9129fa8) with usbpn0
ofonod[8881]: gisi: Ping sent COMMON (0x910edb0) [res=0x0A]
ofonod[8881]: gisi: Ping sent COMMON (0x9118168) [res=0xC8]
ofonod[8881]: gisi: Ping sent COMMON (0x9127870) [res=0x02]
ofonod[8881]: PN_SMS (0x02): SMS_GSM_CB_ROUTING_REQ [id=0x0B utid=0x02 len=11]:
ofonod[8881]: * 02 0B 01 0B 01 00 00 00 00 00 00 : ............
ofonod[8881]: gisi: Ping sent COMMON (0x9127e88) [res=0x31]
ofonod[8881]: gisi: Success COMMON to 0x9127ab0 [res=0x06, id=0x00, utid=0x00]
ofonod[8881]: drivers/isimodem/ussd.c:ussd_reachable_cb() QSO: PN_SS [0x06] v009.000
ofonod[8881]: gisi: Subscribed for IND (0x9118ae0) [res=0x06, id=0x06]
ofonod[8881]: gisi: Success COMMON to 0x9127bb8 [res=0x06, id=0x00, utid=0x00]
ofonod[8881]: drivers/isimodem/call-settings.c:reachable_cb() QSO: PN_SS [0x06] v009.000
ofonod[8881]: gisi: Success COMMON to 0x9127cd0 [res=0x06, id=0x00, utid=0x00]
ofonod[8881]: drivers/isimodem/call-barring.c:reachable_cb() QSO: PN_SS [0x06] v009.000
ofonod[8881]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FCA not implemented
ofonod[8881]: Unable to read waiting messages numbers from SIM
ofonod[8881]: PN_NETWORK (0x0A): NET_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[8881]: * 01 F0 13 09 04 00 00 00 : .........
ofonod[8881]: gisi: Success COMMON to 0x910edb0 [res=0x0A, id=0xF0, utid=0x01]
ofonod[8881]: drivers/isimodem/network-registration.c:reachable_cb() QSO: PN_NETWORK [0x0A] v009.004
ofonod[8881]: gisi: Subscribed for IND (0x9127cd0) [res=0x0A, id=0x1E]
ofonod[8881]: gisi: Subscribed for IND (0x9127cf8) [res=0x0A, id=0x43]
ofonod[8881]: gisi: Subscribed for IND (0x9127d20) [res=0x0A, id=0x35]
ofonod[8881]: gisi: Subscribed for IND (0x91281d0) [res=0x0A, id=0x27]
ofonod[8881]: gisi: Subscribed for IND (0x91281f8) [res=0x0A, id=0x02]
ofonod[8881]: gisi: Subscribed for IND (0x9128220) [res=0x0A, id=0xE2]
ofonod[8881]: PN_NETWORK (0x0A): NET_RAT_REQ [id=0x36 utid=0x02 len=3]:
ofonod[8881]: * 02 36 00 : ..6.
ofonod[8881]: PN_SMS (0x02): SMS_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[8881]: * 01 F0 13 04 00 00 00 00 : .........
ofonod[8881]: gisi: Success COMMON to 0x9127870 [res=0x02, id=0xF0, utid=0x01]
ofonod[8881]: drivers/isimodem/sms.c:sms_reachable_cb() QSO: PN_SMS [0x02] v004.000
ofonod[8881]: PN_GPDS (0x31): GPSD_<UNKNOWN> [id=0xF0 utid=0x01 len=8]:
ofonod[8881]: * 01 F0 13 11 04 55 55 55 : ......UUU
ofonod[8881]: gisi: Success COMMON to 0x9127e88 [res=0x31, id=0xF0, utid=0x01]
ofonod[8881]: drivers/isimodem/gprs.c:gpds_reachable_cb() QSO: PN_GPDS [0x31] v017.004
ofonod[8881]: gisi: Subscribed for IND (0x9128bd8) [res=0x31, id=0x18]
ofonod[8881]: gisi: Subscribed for IND (0x9127870) [res=0x31, id=0x1E]
ofonod[8881]: PN_PHONE_INFO (0x1B): INFO_PP_READ_REQ [id=0x02 utid=0x06 len=12]:
ofonod[8881]: * 06 02 00 01 47 08 00 01 CA 00 00 00 : .....G.......
ofonod[8881]: PN_SMS (0x02): SMS_GSM_CB_ROUTING_RESP [id=0x0C utid=0x02 len=4]:
ofonod[8881]: * 02 0C 00 00 : .....
ofonod[8881]: gisi: Success RESP to 0x91279b0 [res=0x02, id=0x0C, utid=0x02]
ofonod[8881]: gisi: Subscribed to NTF (0x9129358) [res=0x02, id=0x0D]
ofonod[8881]: src/cbs.c:cbs_got_imsi() Got IMSI: 222019903120772
ofonod[8881]: PN_NETWORK (0x0A): NET_RAT_RESP [id=0x37 utid=0x02 len=12]:
ofonod[8881]: * 02 37 00 01 2C 08 02 00 00 00 00 00 : ..7..,.......
ofonod[8881]: gisi: Success RESP to 0x9128ad8 [res=0x0A, id=0x37, utid=0x02]
ofonod[8881]: PN_NETWORK (0x0A): NET_MODEM_REG_STATUS_GET_REQ [id=0x00 utid=0x03 len=2]:
ofonod[8881]: * 03 00 : ...
ofonod[8881]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FC9 not implemented
ofonod[8881]: Unable to read mailbox identifies from SIM
ofonod[8881]: gisi: Success COMMON to 0x910edb0 [res=0x09, id=0x00, utid=0x00]
ofonod[8881]: gisi: Subscribed for IND (0x9128258) [res=0x02, id=0x22]
ofonod[8881]: PN_SMS (0x02): SMS_PP_ROUTING_REQ [id=0x06 utid=0x03 len=12]:
ofonod[8881]: * 03 06 01 01 0D 08 06 06 00 00 00 00 : .............
ofonod[8881]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F11 not implemented
ofonod[8881]: src/message-waiting.c:mw_cphs_mwis_read_cb() No CPHS MWIS on SIM
ofonod[8881]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FC5 not implemented
ofonod[8881]: PN_SIM (0x09): SIM_SERV_PROV_NAME_REQ [id=0x21 utid=0x06 len=4]:
ofonod[8881]: * 06 21 2C 00 : ..!,.
ofonod[8881]: PN_NETWORK (0x0A): NET_MODEM_REG_STATUS_GET_RESP [id=0x01 utid=0x03 len=48]:
ofonod[8881]: * 03 01 00 02 00 14 00 02 00 00 00 03 00 54 00 49 : ..............T.I
ofonod[8881]: * 00 4D 01 00 01 00 00 00 09 18 EE B4 04 54 AB D8 : .M...........T..
ofonod[8881]: * 22 F2 10 02 00 01 02 01 01 00 00 00 00 00 00 00 : "...............
ofonod[8881]: gisi: Success RESP to 0x9129d30 [res=0x0A, id=0x01, utid=0x03]
ofonod[8881]: PN_NETWORK (0x0A): NET_OPER_NAME_READ_REQ [id=0xE5 utid=0x04 len=8]:
ofonod[8881]: * 04 E5 00 3F 00 00 00 00 : ....?....
ofonod[8881]: PN_NETWORK (0x0A): NET_RSSI_GET_REQ [id=0x0B utid=0x05 len=4]:
ofonod[8881]: * 05 0B 00 02 : .....
ofonod[8881]: PN_NETWORK (0x0A): NET_RSSI_GET_REQ [id=0x0B utid=0x06 len=4]:
ofonod[8881]: * 06 0B 00 02 : .....
ofonod[8881]: PN_SMS (0x02): SMS_PP_ROUTING_RESP [id=0x07 utid=0x03 len=4]:
ofonod[8881]: * 03 07 04 00 : .....
ofonod[8881]: gisi: Success RESP to 0x9128180 [res=0x02, id=0x07, utid=0x03]
ofonod[8881]: drivers/isimodem/sms.c:check_sms_status() Request failed: 0x04 (SMS_ERR_PP_RESERVED).
Unable to bootstrap SMS routing.
It appears some other component is already
registered as the SMS routing endpoint.
As a consequence, only sending SMSs is going to work.
ofonod[8881]: gisi: Subscribed to NTF (0x9129d30) [res=0x02, id=0x08]
ofonod[8881]: drivers/isimodem/sms.c:isi_bearer_set() Not implemented
ofonod[8881]: Error bootstrapping SMS Bearer Preference
ofonod[8881]: src/sms.c:sms_restore_tx_queue()
ofonod[8881]: plugins/push-notification.c:sms_watch() registered
ofonod[8881]: plugins/smart-messaging.c:sms_watch() registered
ofonod[8881]: PN_PHONE_INFO (0x1B): INFO_PP_READ_RESP [id=0x03 utid=0x06 len=12]:
ofonod[8881]: * 06 03 00 01 47 08 00 01 CA 04 00 00 : .....G.......
ofonod[8881]: gisi: Success RESP to 0x9129a80 [res=0x1B, id=0x03, utid=0x06]
ofonod[8881]: drivers/isimodem/gprs.c:create_contexts() 4 GPRS contexts created
ofonod[8881]: PN_NETWORK (0x0A): NET_COMMON_MESSAGE [id=0xF0 utid=0x04 len=8]:
ofonod[8881]: * 04 F0 01 E5 00 00 00 00 : .........
ofonod[8881]: gisi: Success RESP to 0x9128b20 [res=0x0A, id=0xF0, utid=0x04]
ofonod[8881]: src/network.c:current_operator_callback() 0x9117a00, (nil)
ofonod[8881]: src/network.c:current_operator_callback() Error during current operator
ofonod[8881]: PN_NETWORK (0x0A): NET_RSSI_GET_RESP [id=0x0C utid=0x05 len=8]:
ofonod[8881]: * 05 0C 00 01 04 04 52 62 : .......Rb
ofonod[8881]: gisi: Success RESP to 0x9119468 [res=0x0A, id=0x0C, utid=0x05]
ofonod[8881]: PN_NETWORK (0x0A): NET_RSSI_GET_RESP [id=0x0C utid=0x06 len=8]:
ofonod[8881]: * 06 0C 00 01 04 04 52 62 : .......Rb
ofonod[8881]: gisi: Success RESP to 0x9119500 [res=0x0A, id=0x0C, utid=0x06]
ofonod[8881]: gisi: Success COMMON to 0x9119b28 [res=0x31, id=0x00, utid=0x00]
ofonod[8881]: gisi: Success COMMON to 0x9119cc8 [res=0x31, id=0x00, utid=0x00]
ofonod[8881]: gisi: Success COMMON to 0x9119e88 [res=0x31, id=0x00, utid=0x00]
ofonod[8881]: gisi: Success COMMON to 0x911a060 [res=0x31, id=0x00, utid=0x00]
ofonod[8881]: PN_SIM (0x09): SIM_SERV_PROV_NAME_RESP [id=0x22 utid=0x06 len=40]:
ofonod[8881]: * 06 22 2C 24 00 00 00 00 00 00 00 00 00 00 00 00 : ..",$............
ofonod[8881]: * 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 : ................
ofonod[8881]: * 00 00 00 00 00 00 00 00 : ........
ofonod[8881]: gisi: Success RESP to 0x9127a10 [res=0x09, id=0x22, utid=0x06]
ofonod[8881]: drivers/isimodem/sim.c:sim_resp_status() Request failed: SIM_SERV_DATA_NOT_AVAIL
ofonod[8881]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F48 not implemented
ofonod[8881]: drivers/isimodem/cbs.c:isi_set_topics() Not implemented (topics=4352-4356), all topics accepted
[-- Attachment #3: onlineUsingOfonoTest.ksh --]
[-- Type: text/plain, Size: 13861 bytes --]
ofonod[8758]: plugins/isiusb.c:isiusb_online() (0x8e16490) with usbpn0
ofonod[8758]: PN_MTC (0x15): MTC_STATE_REQ [id=0x01 utid=0x03 len=4]:
ofonod[8758]: * 03 01 01 00 : .....
ofonod[8758]: PN_MTC (0x15): MTC_STATE_RESP [id=0x64 utid=0x03 len=4]:
ofonod[8758]: * 03 64 06 00 : ..d..
ofonod[8758]: gisi: Success RESP to 0x8e153b0 [res=0x15, id=0x64, utid=0x03]
ofonod[8758]: plugins/isiusb.c:mtc_state_cb() MTC cause: MTC_ALREADY_ACTIVE (0x06)
ofonod[8758]: src/modem.c:modem_change_state() old state: 2, new state: 3
ofonod[8758]: plugins/isiusb.c:isiusb_post_online() (0x8e16490) with usbpn0
ofonod[8758]: gisi: Ping sent COMMON (0x8e14ef8) [res=0x0A]
ofonod[8758]: gisi: Ping sent COMMON (0x8e15948) [res=0xC8]
ofonod[8758]: gisi: Ping sent COMMON (0x8e15fa8) [res=0x02]
ofonod[8758]: PN_SMS (0x02): SMS_GSM_CB_ROUTING_REQ [id=0x0B utid=0x02 len=11]:
ofonod[8758]: * 02 0B 01 0B 01 00 00 00 00 00 00 : ............
ofonod[8758]: gisi: Ping sent COMMON (0x8e18d38) [res=0x31]
ofonod[8758]: gisi: Success COMMON to 0x8e157e8 [res=0x06, id=0x00, utid=0x00]
ofonod[8758]: drivers/isimodem/ussd.c:ussd_reachable_cb() QSO: PN_SS [0x06] v009.000
ofonod[8758]: gisi: Subscribed for IND (0x8e153b0) [res=0x06, id=0x06]
ofonod[8758]: gisi: Success COMMON to 0x8e168e8 [res=0x06, id=0x00, utid=0x00]
ofonod[8758]: drivers/isimodem/call-settings.c:reachable_cb() QSO: PN_SS [0x06] v009.000
ofonod[8758]: gisi: Success COMMON to 0x8e18b80 [res=0x06, id=0x00, utid=0x00]
ofonod[8758]: drivers/isimodem/call-barring.c:reachable_cb() QSO: PN_SS [0x06] v009.000
ofonod[8758]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FCA not implemented
ofonod[8758]: Unable to read waiting messages numbers from SIM
ofonod[8758]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FC9 not implemented
ofonod[8758]: Unable to read mailbox identifies from SIM
ofonod[8758]: PN_GPDS (0x31): GPSD_<UNKNOWN> [id=0xF0 utid=0x01 len=8]:
ofonod[8758]: * 01 F0 13 11 04 55 55 55 : ......UUU
ofonod[8758]: gisi: Success COMMON to 0x8e18d38 [res=0x31, id=0xF0, utid=0x01]
ofonod[8758]: drivers/isimodem/gprs.c:gpds_reachable_cb() QSO: PN_GPDS [0x31] v017.004
ofonod[8758]: gisi: Subscribed for IND (0x8e18b80) [res=0x31, id=0x18]
ofonod[8758]: gisi: Subscribed for IND (0x8e16c58) [res=0x31, id=0x1E]
ofonod[8758]: PN_PHONE_INFO (0x1B): INFO_PP_READ_REQ [id=0x02 utid=0x06 len=12]:
ofonod[8758]: * 06 02 00 01 47 08 00 01 CA 00 00 00 : .....G.......
ofonod[8758]: PN_NETWORK (0x0A): NET_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[8758]: * 01 F0 13 09 04 00 00 00 : .........
ofonod[8758]: gisi: Success COMMON to 0x8e14ef8 [res=0x0A, id=0xF0, utid=0x01]
ofonod[8758]: drivers/isimodem/network-registration.c:reachable_cb() QSO: PN_NETWORK [0x0A] v009.004
ofonod[8758]: gisi: Subscribed for IND (0x8e17970) [res=0x0A, id=0x1E]
ofonod[8758]: gisi: Subscribed for IND (0x8e17c10) [res=0x0A, id=0x43]
ofonod[8758]: gisi: Subscribed for IND (0x8e14450) [res=0x0A, id=0x35]
ofonod[8758]: gisi: Subscribed for IND (0x8e18d38) [res=0x0A, id=0x27]
ofonod[8758]: gisi: Subscribed for IND (0x8e18d60) [res=0x0A, id=0x02]
ofonod[8758]: gisi: Subscribed for IND (0x8e18d88) [res=0x0A, id=0xE2]
ofonod[8758]: PN_NETWORK (0x0A): NET_RAT_REQ [id=0x36 utid=0x02 len=3]:
ofonod[8758]: * 02 36 00 : ..6.
ofonod[8758]: src/network.c:__ofono_netreg_add_status_watch() 0x8e14e08
ofonod[8758]: PN_SMS (0x02): SMS_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[8758]: * 01 F0 13 04 00 00 00 00 : .........
ofonod[8758]: gisi: Success COMMON to 0x8e15fa8 [res=0x02, id=0xF0, utid=0x01]
ofonod[8758]: drivers/isimodem/sms.c:sms_reachable_cb() QSO: PN_SMS [0x02] v004.000
ofonod[8758]: PN_SMS (0x02): SMS_GSM_CB_ROUTING_RESP [id=0x0C utid=0x02 len=4]:
ofonod[8758]: * 02 0C 00 00 : .....
ofonod[8758]: gisi: Success RESP to 0x8e16808 [res=0x02, id=0x0C, utid=0x02]
ofonod[8758]: gisi: Subscribed to NTF (0x8e15fa8) [res=0x02, id=0x0D]
ofonod[8758]: src/cbs.c:cbs_got_imsi() Got IMSI: 222019903120772
ofonod[8758]: PN_PHONE_INFO (0x1B): INFO_PP_READ_RESP [id=0x03 utid=0x06 len=12]:
ofonod[8758]: * 06 03 00 01 47 08 00 01 CA 04 00 00 : .....G.......
ofonod[8758]: gisi: Success RESP to 0x8e178a8 [res=0x1B, id=0x03, utid=0x06]
ofonod[8758]: drivers/isimodem/gprs.c:create_contexts() 4 GPRS contexts created
ofonod[8758]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F11 not implemented
ofonod[8758]: src/message-waiting.c:mw_cphs_mwis_read_cb() No CPHS MWIS on SIM
ofonod[8758]: gisi: Success COMMON to 0x8e14ef8 [res=0x09, id=0x00, utid=0x00]
ofonod[8758]: gisi: Subscribed for IND (0x8e17938) [res=0x02, id=0x22]
ofonod[8758]: PN_SMS (0x02): SMS_PP_ROUTING_REQ [id=0x06 utid=0x03 len=12]:
ofonod[8758]: * 03 06 01 01 0D 08 06 06 00 00 00 00 : .............
ofonod[8758]: gisi: Success COMMON to 0x8e19e88 [res=0x31, id=0x00, utid=0x00]
ofonod[8758]: gisi: Success COMMON to 0x8e1a010 [res=0x31, id=0x00, utid=0x00]
ofonod[8758]: gisi: Success COMMON to 0x8e1a1e8 [res=0x31, id=0x00, utid=0x00]
ofonod[8758]: gisi: Success COMMON to 0x8e1a3c0 [res=0x31, id=0x00, utid=0x00]
ofonod[8758]: PN_NETWORK (0x0A): NET_RAT_RESP [id=0x37 utid=0x02 len=12]:
ofonod[8758]: * 02 37 00 01 2C 08 02 00 00 00 00 00 : ..7..,.......
ofonod[8758]: gisi: Success RESP to 0x8e194b8 [res=0x0A, id=0x37, utid=0x02]
ofonod[8758]: PN_NETWORK (0x0A): NET_MODEM_REG_STATUS_GET_REQ [id=0x00 utid=0x03 len=2]:
ofonod[8758]: * 03 00 : ...
ofonod[8758]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FC5 not implemented
ofonod[8758]: PN_SIM (0x09): SIM_SERV_PROV_NAME_REQ [id=0x21 utid=0x06 len=4]:
ofonod[8758]: * 06 21 2C 00 : ..!,.
ofonod[8758]: PN_SMS (0x02): SMS_PP_ROUTING_RESP [id=0x07 utid=0x03 len=4]:
ofonod[8758]: * 03 07 04 00 : .....
ofonod[8758]: gisi: Success RESP to 0x8e148e8 [res=0x02, id=0x07, utid=0x03]
ofonod[8758]: drivers/isimodem/sms.c:check_sms_status() Request failed: 0x04 (SMS_ERR_PP_RESERVED).
Unable to bootstrap SMS routing.
It appears some other component is already
registered as the SMS routing endpoint.
As a consequence, only sending SMSs is going to work.
ofonod[8758]: gisi: Subscribed to NTF (0x8e194b8) [res=0x02, id=0x08]
ofonod[8758]: drivers/isimodem/sms.c:isi_bearer_set() Not implemented
ofonod[8758]: Error bootstrapping SMS Bearer Preference
ofonod[8758]: src/sms.c:sms_restore_tx_queue()
ofonod[8758]: plugins/push-notification.c:sms_watch() registered
ofonod[8758]: plugins/smart-messaging.c:sms_watch() registered
ofonod[8758]: PN_NETWORK (0x0A): NET_MODEM_REG_STATUS_GET_RESP [id=0x01 utid=0x03 len=48]:
ofonod[8758]: * 03 01 00 02 00 14 00 02 00 00 00 03 00 54 00 49 : ..............T.I
ofonod[8758]: * 00 4D 01 00 01 00 00 00 09 18 EE B4 04 54 AB D8 : .M...........T..
ofonod[8758]: * 22 F2 10 02 00 01 02 01 00 00 00 00 00 00 00 00 : "...............
ofonod[8758]: gisi: Success RESP to 0x8e14910 [res=0x0A, id=0x01, utid=0x03]
ofonod[8758]: PN_NETWORK (0x0A): NET_OPER_NAME_READ_REQ [id=0xE5 utid=0x04 len=8]:
ofonod[8758]: * 04 E5 00 3F 00 00 00 00 : ....?....
ofonod[8758]: PN_NETWORK (0x0A): NET_RSSI_GET_REQ [id=0x0B utid=0x05 len=4]:
ofonod[8758]: * 05 0B 00 02 : .....
ofonod[8758]: src/gprs.c:netreg_status_changed() 1
ofonod[8758]: PN_GPDS (0x31): GPDS_ATTACH_REQ [id=0x13 utid=0x02 len=3]:
ofonod[8758]: * 02 13 00 : ....
ofonod[8758]: PN_NETWORK (0x0A): NET_RSSI_GET_REQ [id=0x0B utid=0x06 len=4]:
ofonod[8758]: * 06 0B 00 02 : .....
ofonod[8758]: PN_NETWORK (0x0A): NET_COMMON_MESSAGE [id=0xF0 utid=0x04 len=8]:
ofonod[8758]: * 04 F0 01 E5 00 00 00 00 : .........
ofonod[8758]: gisi: Success RESP to 0x8e148e8 [res=0x0A, id=0xF0, utid=0x04]
ofonod[8758]: src/network.c:current_operator_callback() 0x8e14e08, (nil)
ofonod[8758]: src/network.c:current_operator_callback() Error during current operator
ofonod[8758]: PN_NETWORK (0x0A): NET_RSSI_GET_RESP [id=0x0C utid=0x05 len=8]:
ofonod[8758]: * 05 0C 00 01 04 04 51 62 : .......Qb
ofonod[8758]: gisi: Success RESP to 0x8e15db0 [res=0x0A, id=0x0C, utid=0x05]
ofonod[8758]: PN_NETWORK (0x0A): NET_RSSI_GET_RESP [id=0x0C utid=0x06 len=8]:
ofonod[8758]: * 06 0C 00 01 04 04 51 62 : .......Qb
ofonod[8758]: gisi: Success RESP to 0x8e1a800 [res=0x0A, id=0x0C, utid=0x06]
ofonod[8758]: PN_SIM (0x09): SIM_SERV_PROV_NAME_RESP [id=0x22 utid=0x06 len=40]:
ofonod[8758]: * 06 22 2C 24 00 00 00 00 00 00 00 00 00 00 00 00 : ..",$............
ofonod[8758]: * 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 : ................
ofonod[8758]: * 00 00 00 00 00 00 00 00 : ........
ofonod[8758]: gisi: Success RESP to 0x8e19e88 [res=0x09, id=0x22, utid=0x06]
ofonod[8758]: drivers/isimodem/sim.c:sim_resp_status() Request failed: SIM_SERV_DATA_NOT_AVAIL
ofonod[8758]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F48 not implemented
ofonod[8758]: drivers/isimodem/cbs.c:isi_set_topics() Not implemented (topics=4352-4356), all topics accepted
ofonod[8758]: PN_NETWORK (0x0A): NET_CHANNEL_INFO_IND [id=0x2C utid=0x00 len=8]:
ofonod[8758]: * 00 2C 00 01 28 04 29 8E : ..,..(.).
ofonod[8758]: PN_NETWORK (0x0A): NET_<UNKNOWN> [id=0x3F utid=0x00 len=12]:
ofonod[8758]: * 00 3F 00 01 3C 08 01 00 00 00 00 00 : ..?..<.......
ofonod[8758]: PN_GPDS (0x31): GPDS_ATTACH_RESP [id=0x14 utid=0x02 len=5]:
ofonod[8758]: * 02 14 01 00 01 : ......
ofonod[8758]: gisi: Success RESP to 0x8e1a780 [res=0x31, id=0x14, utid=0x02]
ofonod[8758]: PN_GPDS (0x31): GPDS_CONFIGURE_REQ [id=0x11 utid=0x03 len=8]:
ofonod[8758]: * 03 11 01 00 FF FF 00 00 : .........
ofonod[8758]: src/gprs.c:gprs_attach_callback() /isiusb2 error = 0
ofonod[8758]: PN_GPDS (0x31): GPDS_STATUS_REQ [id=0x19 utid=0x04 len=2]:
ofonod[8758]: * 04 19 : ...
ofonod[8758]: PN_GPDS (0x31): GPDS_ATTACH_IND [id=0x15 utid=0x00 len=3]:
ofonod[8758]: * 00 15 01 : ....
ofonod[8758]: PN_GPDS (0x31): GPDS_TRANSFER_STATUS_IND [id=0x1E utid=0x00 len=4]:
ofonod[8758]: * 00 1E 01 02 : .....
ofonod[8758]: gisi: Success IND to 0x8e16c58 [res=0x31, id=0x1E, utid=0x00]
ofonod[8758]: drivers/isimodem/gprs.c:suspend_notify() transfer status: GPDS_TRANSFER_AVAIL (0x01) cause GPDS_TRANSFER_CAUSE_ATTACHED (0x02)
ofonod[8758]: PN_GPDS (0x31): GPDS_STATUS_RESP [id=0x1A utid=0x04 len=14]:
ofonod[8758]: * 04 1A 01 00 00 00 00 00 00 00 00 00 01 02 : ...............
ofonod[8758]: gisi: Success RESP to 0x8e19e88 [res=0x31, id=0x1A, utid=0x04]
ofonod[8758]: drivers/isimodem/gprs.c:suspend_notify() transfer status: GPDS_TRANSFER_AVAIL (0x01) cause GPDS_TRANSFER_CAUSE_ATTACHED (0x02)
ofonod[8758]: src/gprs.c:registration_status_cb() /isiusb2 error 0 status 1
ofonod[8758]: src/gprs.c:ofono_gprs_status_notify() /isiusb2 status 1
ofonod[8758]: PN_GPDS (0x31): GPDS_CONFIGURE_RESP [id=0x12 utid=0x03 len=3]:
ofonod[8758]: * 03 12 01 : ....
ofonod[8758]: gisi: Success RESP to 0x8e15db0 [res=0x31, id=0x12, utid=0x03]
ofonod[8758]: PN_GPDS (0x31): GPDS_CONFIGURATION_INFO_IND [id=0x32 utid=0x00 len=8]:
ofonod[8758]: * 00 32 01 00 01 00 55 55 : ..2....UU
ofonod[8758]: PN_NETWORK (0x0A): NET_MODEM_REG_STATUS_IND [id=0x02 utid=0x00 len=48]:
ofonod[8758]: * 00 02 00 02 00 14 00 02 00 00 00 03 00 54 00 49 : ..............T.I
ofonod[8758]: * 00 4D 01 00 01 00 00 00 09 18 EE B4 04 54 AB D8 : .M...........T..
ofonod[8758]: * 22 F2 10 02 00 01 02 01 01 00 00 00 00 00 00 00 : "...............
ofonod[8758]: gisi: Success IND to 0x8e18d60 [res=0x0A, id=0x02, utid=0x00]
ofonod[8758]: PN_NETWORK (0x0A): NET_OPER_NAME_READ_REQ [id=0xE5 utid=0x07 len=8]:
ofonod[8758]: * 07 E5 00 3F 00 00 00 00 : ....?....
ofonod[8758]: PN_NETWORK (0x0A): NET_RSSI_GET_REQ [id=0x0B utid=0x08 len=4]:
ofonod[8758]: * 08 0B 00 02 : .....
ofonod[8758]: src/gprs.c:netreg_status_changed() 1
ofonod[8758]: PN_NETWORK (0x0A): NET_COMMON_MESSAGE [id=0xF0 utid=0x07 len=8]:
ofonod[8758]: * 07 F0 01 E5 00 00 00 00 : .........
ofonod[8758]: gisi: Success RESP to 0x8e19e88 [res=0x0A, id=0xF0, utid=0x07]
ofonod[8758]: src/network.c:current_operator_callback() 0x8e14e08, (nil)
ofonod[8758]: src/network.c:current_operator_callback() Error during current operator
ofonod[8758]: PN_NETWORK (0x0A): NET_RSSI_GET_RESP [id=0x0C utid=0x08 len=8]:
ofonod[8758]: * 08 0C 00 01 04 04 51 62 : .......Qb
ofonod[8758]: gisi: Success RESP to 0x8e19d50 [res=0x0A, id=0x0C, utid=0x08]
ofonod[8758]: PN_NETWORK (0x0A): NET_<UNKNOWN> [id=0x3F utid=0x00 len=12]:
ofonod[8758]: * 00 3F 00 01 3C 08 00 00 00 00 00 00 : ..?..<.......
ofonod[8758]: PN_NETWORK (0x0A): NET_CHANNEL_INFO_IND [id=0x2C utid=0x00 len=8]:
ofonod[8758]: * 00 2C 00 01 28 04 29 8E : ..,..(.).
ofonod[8758]: PN_NETWORK (0x0A): NET_RSSI_IND [id=0x1E utid=0x00 len=4]:
ofonod[8758]: * 00 1E 56 61 : ...Va
ofonod[8758]: gisi: Success IND to 0x8e17970 [res=0x0A, id=0x1E, utid=0x00]
[-- Attachment #4: nokia6760.ksh --]
[-- Type: text/plain, Size: 33512 bytes --]
root@claudio-ThinkPad-R61:/home/claudio/workspace/ofono/ofono# OFONO_ISI_DEBUG=1 OFONO_ISI_TRACE=1 ofonod -nd
ofonod[9247]: oFono version 0.45
ofonod[9247]: src/plugin.c:__ofono_plugin_init()
ofonod[9247]: plugins/push-notification.c:push_notification_init()
ofonod[9247]: plugins/smart-messaging.c:smart_messaging_init()
ofonod[9247]: plugins/dun_gw.c:dun_gw_init()
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120e40, name: hfp
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120de0, name: linktop
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120d80, name: nokiacdma
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120d20, name: nokia
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120cc0, name: tc65
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120c40, name: ste
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120be0, name: ifx
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120b80, name: palmpre
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120b20, name: novatel
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120ac0, name: sierra
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120a60, name: huawei
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120a00, name: zte
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x81209a0, name: hso
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120940, name: mbm
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x81208e0, name: calypso
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120880, name: wavecom
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120820, name: gobi
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x81207c0, name: g1
ofonod[9247]: src/cdma-voicecall.c:ofono_cdma_voicecall_driver_register() driver: 0x8120744, name: cdmamodem
ofonod[9247]: src/modem.c:ofono_devinfo_driver_register() driver: 0x8120758, name: cdmamodem
ofonod[9247]: src/cdma-connman.c:ofono_cdma_connman_driver_register() driver: 0x8120774, name: cdmamodem
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x8120700, name: phonesim
ofonod[9247]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x81206ec, name: phonesim
ofonod[9247]: src/ctm.c:ofono_ctm_driver_register() driver: 0x81206d8, name: phonesim
ofonod[9247]: plugins/phonesim.c:parse_config() filename /usr/local/etc/ofono/phonesim.conf
ofonod[9247]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x8120600, name: stemodem
ofonod[9247]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x812068c, name: stemodem
ofonod[9247]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x8120660, name: stemodem
ofonod[9247]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x81204e0, name: ifxmodem
ofonod[9247]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0x8120528, name: ifxmodem
ofonod[9247]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x8120540, name: ifxmodem
ofonod[9247]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x812056c, name: ifxmodem
ofonod[9247]: src/stk.c:ofono_stk_driver_register() driver: 0x8120590, name: ifxmodem
ofonod[9247]: src/ctm.c:ofono_ctm_driver_register() driver: 0x81205b4, name: ifxmodem
ofonod[9247]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x812044c, name: hsomodem
ofonod[9247]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x8120480, name: hsomodem
ofonod[9247]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x81203d4, name: mbmmodem
ofonod[9247]: src/stk.c:ofono_stk_driver_register() driver: 0x81203f8, name: mbmmodem
ofonod[9247]: src/location-reporting.c:ofono_location_reporting_driver_register() driver: 0x8120414, name: mbmmodem
ofonod[9247]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x8120300, name: hfpmodem
ofonod[9247]: src/network.c:ofono_netreg_driver_register() driver: 0x8120360, name: hfpmodem
ofonod[9247]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0x8120394, name: hfpmodem
ofonod[9247]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x8120280, name: calypsomodem
ofonod[9247]: src/stk.c:ofono_stk_driver_register() driver: 0x81202c8, name: calypsomodem
ofonod[9247]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x81201a0, name: huaweimodem
ofonod[9247]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0x81201e8, name: huaweimodem
ofonod[9247]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x8120220, name: huaweimodem
ofonod[9247]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x81201fc, name: huaweimodem
ofonod[9247]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x8120140, name: nwmodem
ofonod[9247]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x811ffe0, name: atmodem
ofonod[9247]: src/modem.c:ofono_devinfo_driver_register() driver: 0x8120080, name: atmodem
ofonod[9247]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0x8120038, name: atmodem
ofonod[9247]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0x811fe00, name: atmodem
ofonod[9247]: src/call-meter.c:ofono_call_meter_driver_register() driver: 0x811fe40, name: atmodem
ofonod[9247]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0x811fd00, name: atmodem
ofonod[9247]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0x8120058, name: atmodem
ofonod[9247]: src/ussd.c:ofono_ussd_driver_register() driver: 0x811ffa8, name: atmodem
ofonod[9247]: src/sms.c:ofono_sms_driver_register() driver: 0x811fd80, name: atmodem
ofonod[9247]: src/sim.c:ofono_sim_driver_register() driver: 0x811ff00, name: atmodem
ofonod[9247]: src/stk.c:ofono_stk_driver_register() driver: 0x811ff84, name: atmodem
ofonod[9247]: src/network.c:ofono_netreg_driver_register() driver: 0x811fea0, name: atmodem
ofonod[9247]: src/cbs.c:ofono_cbs_driver_register() driver: 0x811fde0, name: atmodem
ofonod[9247]: src/call-volume.c:ofono_call_volume_driver_register() driver: 0x812009c, name: atmodem
ofonod[9247]: src/gprs.c:ofono_gprs_driver_register() driver: 0x81200c4, name: atmodem
ofonod[9247]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x81200e8, name: atmodem
ofonod[9247]: src/sim-auth.c:ofono_sim_auth_driver_register() driver: 0x81200fc, name: atmodem
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x811fb00, name: u8500
ofonod[9247]: src/modem.c:ofono_devinfo_driver_register() driver: 0x811fad8, name: u8500
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x811fa80, name: n900
ofonod[9247]: src/modem.c:ofono_modem_driver_register() driver: 0x811fa20, name: isiusb
ofonod[9247]: src/modem.c:ofono_devinfo_driver_register() driver: 0x811f6d4, name: isimodem
ofonod[9247]: src/phonebook.c:ofono_phonebook_driver_register() driver: 0x811f6c4, name: isimodem
ofonod[9247]: src/network.c:ofono_netreg_driver_register() driver: 0x811f700, name: isimodem
ofonod[9247]: src/network.c:ofono_netreg_driver_register() driver: 0x811f740, name: wgmodem2.5
ofonod[9247]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x811f780, name: isimodem
ofonod[9247]: src/voicecall.c:ofono_voicecall_driver_register() driver: 0x811f7e0, name: wgmodem2.5
ofonod[9247]: src/sms.c:ofono_sms_driver_register() driver: 0x811f840, name: isimodem
ofonod[9247]: src/cbs.c:ofono_cbs_driver_register() driver: 0x811f860, name: isimodem
ofonod[9247]: src/sim.c:ofono_sim_driver_register() driver: 0x811f880, name: isimodem
ofonod[9247]: src/ussd.c:ofono_ussd_driver_register() driver: 0x811f8c8, name: isimodem
ofonod[9247]: src/call-forwarding.c:ofono_call_forwarding_driver_register() driver: 0x811f8e0, name: isimodem
ofonod[9247]: src/call-settings.c:ofono_call_settings_driver_register() driver: 0x811f900, name: isimodem
ofonod[9247]: src/call-barring.c:ofono_call_barring_driver_register() driver: 0x811f930, name: isimodem
ofonod[9247]: src/call-meter.c:ofono_call_meter_driver_register() driver: 0x811f960, name: isimodem
ofonod[9247]: src/radio-settings.c:ofono_radio_settings_driver_register() driver: 0x811f9a0, name: isimodem
ofonod[9247]: src/gprs.c:ofono_gprs_driver_register() driver: 0x811f9c4, name: isimodem
ofonod[9247]: src/gprs.c:ofono_gprs_context_driver_register() driver: 0x811f9d8, name: isimodem
ofonod[9247]: src/audio-settings.c:ofono_audio_settings_driver_register() driver: 0x811f9ec, name: isimodem
ofonod[9247]: src/modem.c:ofono_modem_create() name: (null), type: isiusb
ofonod[9247]: src/modem.c:set_modem_property() modem 0x8ce36a0 property Path
ofonod[9247]: plugins/udev.c:add_modem() /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1:1.10/net/usbpn0 (isiusb)
ofonod[9247]: plugins/udev.c:add_isi() modem 0x8ce36a0
ofonod[9247]: src/modem.c:get_modem_property() modem 0x8ce36a0 property Interface
ofonod[9247]: src/modem.c:set_modem_property() modem 0x8ce36a0 property Address
ofonod[9247]: src/modem.c:set_modem_property() modem 0x8ce36a0 property Interface
ofonod[9247]: plugins/udev.c:add_isi() interface usbpn0
ofonod[9247]: src/modem.c:get_modem_property() modem 0x8ce36a0 property Interface
ofonod[9247]: src/modem.c:get_modem_property() modem 0x8ce36a0 property Address
ofonod[9247]: plugins/isiusb.c:isiusb_probe() (0x8ce36a0) with usbpn0
ofonod[9247]: plugins/hfp_ag.c:modem_watch() modem: 0x8ce36a0, added: 1
ofonod[9247]: plugins/dun_gw.c:modem_watch() modem: 0x8ce36a0, added: 1
ofonod[9247]: plugins/smart-messaging.c:modem_watch() modem: 0x8ce36a0, added: 1
ofonod[9247]: plugins/push-notification.c:modem_watch() modem: 0x8ce36a0, added: 1
ofonod[9247]: plugins/isiusb.c:phonet_status_cb() Link usbpn0 (21) is up
ofonod[9247]: gisi: Ping sent COMMON (0x8ce3758) [res=0x15]
ofonod[9247]: PN_MTC (0x15): MTC_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 11 11 00 00 00 : .........
ofonod[9247]: gisi: Success COMMON to 0x8ce3758 [res=0x15, id=0xF0, utid=0x01]
ofonod[9247]: plugins/isiusb.c:reachable_cb() QSO: PN_MTC [0x15] v017.017
ofonod[9247]: gisi: Subscribed for IND (0x8ce4348) [res=0x15, id=0xC0]
ofonod[9247]: PN_MTC (0x15): MTC_STATE_QUERY_REQ [id=0x02 utid=0x02 len=4]:
ofonod[9247]: * 02 02 00 00 : .....
ofonod[9247]: PN_MTC (0x15): MTC_STATE_QUERY_RESP [id=0x65 utid=0x02 len=4]:
ofonod[9247]: * 02 65 01 01 : ..e..
ofonod[9247]: gisi: Success RESP to 0x8ce3918 [res=0x15, id=0x65, utid=0x02]
ofonod[9247]: plugins/isiusb.c:mtc_query_cb() Modem state: current=MTC_NORMAL (0x01) target=MTC_NORMAL (0x01)
ofonod[9247]: src/modem.c:modem_change_state() old state: 0, new state: 1
ofonod[9247]: plugins/isiusb.c:isiusb_pre_sim() (0x8ce36a0) with usbpn0
ofonod[9247]: gisi: Subscribed for IND (0x8ce3758) [res=0x09, id=0xEF]
ofonod[9247]: gisi: Ping sent COMMON (0x8ce3ff0) [res=0x09]
ofonod[9247]: gisi: Ping sent COMMON (0x8cdfa18) [res=0x1B]
ofonod[9247]: gisi: Ping sent COMMON (0x8cdfa40) [res=0x01]
ofonod[9247]: gisi: Ping sent COMMON (0x8ce4910) [res=0xC9]
ofonod[9247]: PN_SIM (0x09): SIM_COMMON_MESSAGE [id=0xF0 utid=0x01 len=4]:
ofonod[9247]: * 01 F0 00 FA : .....
ofonod[9247]: gisi: Success COMMON to 0x8ce3ff0 [res=0x09, id=0xF0, utid=0x01]
ofonod[9247]: drivers/isimodem/sim.c:sim_reachable_cb() QSO: PN_SIM [0x09] v-01.-01
ofonod[9247]: gisi: Ping sent COMMON (0x8ce3918) [res=0x08]
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 06 01 00 00 00 : .........
ofonod[9247]: gisi: Success COMMON to 0x8cdfa18 [res=0x1B, id=0xF0, utid=0x01]
ofonod[9247]: drivers/isimodem/devinfo.c:reachable_cb() QSO: PN_PHONE_INFO [0x1B] v006.001
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_PRODUCT_INFO_READ_REQ [id=0x15 utid=0x02 len=3]:
ofonod[9247]: * 02 15 07 : ....
ofonod[9247]: PN_CALL (0x01): CALL_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 07 01 55 55 55 : ......UUU
ofonod[9247]: gisi: Success COMMON to 0x8cdfa40 [res=0x01, id=0xF0, utid=0x01]
ofonod[9247]: drivers/isimodem/voicecall.c:call_verify_cb() QSO: PN_CALL [0x01] v007.001
ofonod[9247]: gisi: Subscribed for IND (0x8cdfa18) [res=0x01, id=0x0F]
ofonod[9247]: gisi: Subscribed for IND (0x8ce42c0) [res=0x01, id=0x13]
ofonod[9247]: gisi: Subscribed for IND (0x8ce39f8) [res=0x01, id=0x0C]
ofonod[9247]: gisi: Subscribed for IND (0x8ce3a20) [res=0x01, id=0xA0]
ofonod[9247]: PN_CALL (0x01): CALL_STATUS_REQ [id=0x0D utid=0x02 len=8]:
ofonod[9247]: * 02 0D F0 01 1C 04 02 00 : .........
ofonod[9247]: PN_SECURITY (0x08): SEC_<UNKNOWN> [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 09 01 00 00 00 : .........
ofonod[9247]: gisi: Success COMMON to 0x8ce3918 [res=0x08, id=0xF0, utid=0x01]
ofonod[9247]: gisi: Subscribed for IND (0x8ce46f8) [res=0x09, id=0xEF]
ofonod[9247]: gisi: Subscribed for IND (0x8cdfa40) [res=0x09, id=0xED]
ofonod[9247]: PN_SIM (0x09): SIM_STATUS_REQ [id=0xC0 utid=0x02 len=3]:
ofonod[9247]: * 02 C0 00 : ....
ofonod[9247]: src/sim.c:ofono_sim_add_state_watch() 0x8ce0580
ofonod[9247]: src/sim.c:ofono_sim_add_state_watch() 0x8ce0580
ofonod[9247]: src/sim.c:ofono_sim_add_state_watch() 0x8ce0580
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_PRODUCT_INFO_READ_RESP [id=0x16 utid=0x02 len=16]:
ofonod[9247]: * 02 16 00 01 07 0C 00 06 4E 6F 6B 69 61 00 00 00 : .........Nokia...
ofonod[9247]: gisi: Success RESP to 0x8ce4008 [res=0x1B, id=0x16, utid=0x02]
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_PRODUCT_INFO_READ_REQ [id=0x15 utid=0x03 len=3]:
ofonod[9247]: * 03 15 01 : ....
ofonod[9247]: PN_CALL (0x01): CALL_STATUS_RESP [id=0x0E utid=0x02 len=18]:
ofonod[9247]: * 02 0E F0 01 08 04 02 01 00 00 00 00 00 00 00 00 : .................
ofonod[9247]: * 00 00 : ..
ofonod[9247]: gisi: Success RESP to 0x8ce4980 [res=0x01, id=0x0E, utid=0x02]
ofonod[9247]: PN_SIM (0x09): SIM_STATUS_RESP [id=0xC1 utid=0x02 len=8]:
ofonod[9247]: * 02 C1 00 01 01 00 00 00 : .........
ofonod[9247]: gisi: Success RESP to 0x8ce0480 [res=0x09, id=0xC1, utid=0x02]
ofonod[9247]: PN_SECURITY (0x08): SEC_STATE_REQ [id=0x11 utid=0x02 len=4]:
ofonod[9247]: * 02 11 00 00 : .....
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_PRODUCT_INFO_READ_RESP [id=0x16 utid=0x03 len=24]:
ofonod[9247]: * 03 16 00 01 01 14 00 0E 4E 6F 6B 69 61 20 36 37 : .........Nokia.67
ofonod[9247]: * 36 30 73 2D 31 00 00 00 : 60s-1...
ofonod[9247]: gisi: Success RESP to 0x8ce3930 [res=0x1B, id=0x16, utid=0x03]
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_VERSION_READ_REQ [id=0x07 utid=0x04 len=8]:
ofonod[9247]: * 04 07 00 01 00 00 00 00 : .........
ofonod[9247]: PN_SECURITY (0x08): SEC_STATE_RESP [id=0x12 utid=0x02 len=8]:
ofonod[9247]: * 02 12 05 13 00 00 00 00 : .........
ofonod[9247]: gisi: Success RESP to 0x8cdd358 [res=0x08, id=0x12, utid=0x02]
ofonod[9247]: drivers/isimodem/sim.c:sec_state_resp_cb() SEC_STATE_RESP(cause=0x5)
ofonod[9247]: drivers/isimodem/sim.c:sec_state_resp_cb() SEC_STARTUP_OK
ofonod[9247]: drivers/isimodem/sim.c:sim_set_passwd_state() new state "none"
ofonod[9247]: PN_SIM (0x09): SIM_DYNAMIC_FLAGS_REQ [id=0x29 utid=0x03 len=4]:
ofonod[9247]: * 03 29 35 00 : ..)5.
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_VERSION_READ_RESP [id=0x08 utid=0x04 len=48]:
ofonod[9247]: * 04 08 00 01 48 2C 00 28 56 20 30 39 77 31 37 2E : .....H,.(V.09w17.
ofonod[9247]: * 30 33 2E 33 38 0A 30 39 2D 30 39 2D 30 39 0A 52 : 03.38.09-09-09.R
ofonod[9247]: * 4D 2D 35 37 33 0A 28 63 29 20 4E 6F 6B 69 61 00 : M-573.(c).Nokia.
ofonod[9247]: gisi: Success RESP to 0x8ce38a0 [res=0x1B, id=0x08, utid=0x04]
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_SERIAL_NUMBER_READ_REQ [id=0x00 utid=0x05 len=3]:
ofonod[9247]: * 05 00 41 : ...A
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FB7 not implemented
ofonod[9247]: src/voicecall.c:ecc_g2_read_cb() 0
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FB7 not implemented
ofonod[9247]: src/voicecall.c:ecc_g3_read_cb() 0
ofonod[9247]: drivers/isimodem/sim.c:fake_file_info() Returning static file info for 2FE2
ofonod[9247]: PN_SIM (0x09): SIM_READ_FIELD_REQ [id=0xBA utid=0x04 len=3]:
ofonod[9247]: * 04 BA 66 : ...f
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_SERIAL_NUMBER_READ_RESP [id=0x01 utid=0x05 len=24]:
ofonod[9247]: * 05 01 00 01 41 14 00 10 33 35 35 32 30 33 30 33 : .....A...35520303
ofonod[9247]: * 32 31 31 30 35 30 35 00 : 2110505.
ofonod[9247]: gisi: Success RESP to 0x8cdd358 [res=0x1B, id=0x01, utid=0x05]
ofonod[9247]: PN_SIM (0x09): SIM_READ_FIELD_RESP [id=0xBB utid=0x04 len=14]:
ofonod[9247]: * 04 BB 66 01 98 93 10 00 00 31 78 07 46 65 : ...f......1x.Fe
ofonod[9247]: gisi: Success RESP to 0x8ce3918 [res=0x09, id=0xBB, utid=0x04]
ofonod[9247]: src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 10
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F05 not implemented
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 2F05 not implemented
ofonod[9247]: drivers/isimodem/sim.c:isi_query_passwd_state() passwd_state 0
ofonod[9247]: Querying PIN authentication state failed
ofonod[9247]: PN_SIM (0x09): SIM_DYNAMIC_FLAGS_RESP [id=0x2A utid=0x03 len=8]:
ofonod[9247]: * 03 2A 35 24 00 00 00 00 : ..*5$....
ofonod[9247]: gisi: Success RESP to 0x8ce4008 [res=0x09, id=0x2A, utid=0x03]
ofonod[9247]: drivers/isimodem/sim.c:sim_resp_status() Request failed: SIM_SERV_DATA_NOT_AVAIL
ofonod[9247]: drivers/isimodem/sim.c:isi_query_passwd_state() passwd_state 0
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FAE not implemented
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FAD not implemented
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F16 not implemented
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F38 not implemented
ofonod[9247]: PN_SIM (0x09): SIM_IMSI_REQ_READ_IMSI [id=0x1D utid=0x05 len=3]:
ofonod[9247]: * 05 1D 2D : ...-
ofonod[9247]: PN_SIM (0x09): SIM_IMSI_RESP_READ_IMSI [id=0x1E utid=0x05 len=13]:
ofonod[9247]: * 05 1E 2D 01 08 29 22 10 99 30 21 70 27 : ...-..)"..0!p'
ofonod[9247]: gisi: Success RESP to 0x8cdd358 [res=0x09, id=0x1E, utid=0x05]
ofonod[9247]: src/modem.c:modem_change_state() old state: 1, new state: 2
ofonod[9247]: plugins/isiusb.c:isiusb_post_sim() (0x8ce36a0) with usbpn0
ofonod[9247]: gisi: Ping sent COMMON (0x8cda768) [res=0x06]
ofonod[9247]: gisi: Ping sent COMMON (0x8ce4180) [res=0x32]
ofonod[9247]: gisi: Ping sent COMMON (0x8ce2ac8) [res=0xB4]
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F40 not implemented
ofonod[9247]: gisi: Success COMMON to 0x8ce3928 [res=0x09, id=0x00, utid=0x00]
ofonod[9247]: drivers/isimodem/phonebook.c:reachable_cb() QSO: PN_SIM [0x09] v-01.-01
ofonod[9247]: PN_SS (0x06): SS_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 09 01 00 00 00 : .........
ofonod[9247]: gisi: Success COMMON to 0x8cda768 [res=0x06, id=0xF0, utid=0x01]
ofonod[9247]: drivers/isimodem/call-forwarding.c:reachable_cb() QSO: PN_SS [0x06] v009.001
ofonod[9247]: PN_GSS (0x32): GSS_<UNKNOWN> [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 03 04 00 00 00 : .........
ofonod[9247]: gisi: Success COMMON to 0x8ce4180 [res=0x32, id=0xF0, utid=0x01]
ofonod[9247]: drivers/isimodem/radio-settings.c:gss_reachable_cb() QSO: PN_GSS [0x32] v003.004
ofonod[9247]: PN_WRAN (0xB4): UNKNOWN [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 01 08 00 00 00 : .........
ofonod[9247]: gisi: Success COMMON to 0x8ce2ac8 [res=0xB4, id=0xF0, utid=0x01]
ofonod[9247]: drivers/isimodem/radio-settings.c:wran_reachable_cb() QSO: PN_WRAN [0xB4] v001.008
ofonod[9247]: drivers/isimodem/radio-settings.c:wran_reachable_cb() PN_WRAN object = 0x0039
ofonod[9247]: PN_<UNKNOWN> (0x3A): UNKNOWN [id=0x1F utid=0x00 len=12]:
ofonod[9247]: * 00 1F 00 01 00 01 00 02 00 0A 00 00 : .............
ofonod[9247]: drivers/isimodem/radio-settings.c:update_fast_dormancy() 3G PS quick release disabled
ofonod[9247]: gisi: Subscribed for IND (0x8ce2a90) [res=0x31, id=0x25]
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F49 not implemented
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 4F20 not implemented
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F13 not implemented
ofonod[9247]: gisi: Connection timed out COMMON to 0x8ce4910 [res=0x00, id=0x00, utid=0x00]
ofonod[9247]: plugins/isiusb.c:isiusb_online() (0x8ce36a0) with usbpn0
ofonod[9247]: PN_MTC (0x15): MTC_STATE_REQ [id=0x01 utid=0x03 len=4]:
ofonod[9247]: * 03 01 01 00 : .....
ofonod[9247]: PN_MTC (0x15): MTC_STATE_RESP [id=0x64 utid=0x03 len=4]:
ofonod[9247]: * 03 64 06 00 : ..d..
ofonod[9247]: gisi: Success RESP to 0x8ce4910 [res=0x15, id=0x64, utid=0x03]
ofonod[9247]: plugins/isiusb.c:mtc_state_cb() MTC cause: MTC_ALREADY_ACTIVE (0x06)
ofonod[9247]: src/modem.c:modem_change_state() old state: 2, new state: 3
ofonod[9247]: plugins/isiusb.c:isiusb_post_online() (0x8ce36a0) with usbpn0
ofonod[9247]: gisi: Ping sent COMMON (0x8ce2bf0) [res=0x0A]
ofonod[9247]: gisi: Ping sent COMMON (0x8ce2d30) [res=0xC8]
ofonod[9247]: gisi: Ping sent COMMON (0x8ce0480) [res=0x02]
ofonod[9247]: PN_SMS (0x02): SMS_GSM_CB_ROUTING_REQ [id=0x0B utid=0x02 len=11]:
ofonod[9247]: * 02 0B 01 0B 01 00 00 00 00 00 00 : ............
ofonod[9247]: gisi: Ping sent COMMON (0x8ce7960) [res=0x31]
ofonod[9247]: gisi: Success COMMON to 0x8ce34a8 [res=0x06, id=0x00, utid=0x00]
ofonod[9247]: drivers/isimodem/ussd.c:ussd_reachable_cb() QSO: PN_SS [0x06] v009.001
ofonod[9247]: gisi: Subscribed for IND (0x8ce4910) [res=0x06, id=0x06]
ofonod[9247]: gisi: Success COMMON to 0x8ce3578 [res=0x06, id=0x00, utid=0x00]
ofonod[9247]: drivers/isimodem/call-settings.c:reachable_cb() QSO: PN_SS [0x06] v009.001
ofonod[9247]: gisi: Success COMMON to 0x8ce77d0 [res=0x06, id=0x00, utid=0x00]
ofonod[9247]: drivers/isimodem/call-barring.c:reachable_cb() QSO: PN_SS [0x06] v009.001
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FCA not implemented
ofonod[9247]: Unable to read waiting messages numbers from SIM
ofonod[9247]: PN_NETWORK (0x0A): NET_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 0A 01 00 00 00 : .........
ofonod[9247]: gisi: Success COMMON to 0x8ce2bf0 [res=0x0A, id=0xF0, utid=0x01]
ofonod[9247]: drivers/isimodem/network-registration.c:reachable_cb() QSO: PN_NETWORK [0x0A] v010.001
ofonod[9247]: gisi: Subscribed for IND (0x8ce77d0) [res=0x0A, id=0x1E]
ofonod[9247]: gisi: Subscribed for IND (0x8ce77f8) [res=0x0A, id=0x43]
ofonod[9247]: gisi: Subscribed for IND (0x8ce7820) [res=0x0A, id=0x35]
ofonod[9247]: gisi: Subscribed for IND (0x8ce4ab8) [res=0x0A, id=0x27]
ofonod[9247]: gisi: Subscribed for IND (0x8ce4ae0) [res=0x0A, id=0x02]
ofonod[9247]: gisi: Subscribed for IND (0x8ce4b08) [res=0x0A, id=0xE2]
ofonod[9247]: PN_NETWORK (0x0A): NET_RAT_REQ [id=0x36 utid=0x02 len=3]:
ofonod[9247]: * 02 36 00 : ..6.
ofonod[9247]: PN_SMS (0x02): SMS_COMMON_MESSAGE [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 04 01 00 00 00 : .........
ofonod[9247]: gisi: Success COMMON to 0x8ce0480 [res=0x02, id=0xF0, utid=0x01]
ofonod[9247]: drivers/isimodem/sms.c:sms_reachable_cb() QSO: PN_SMS [0x02] v004.001
ofonod[9247]: PN_SMS (0x02): SMS_GSM_CB_ROUTING_RESP [id=0x0C utid=0x02 len=4]:
ofonod[9247]: * 02 0C 04 00 : .....
ofonod[9247]: gisi: Success RESP to 0x8ce33a8 [res=0x02, id=0x0C, utid=0x02]
ofonod[9247]: PN_GPDS (0x31): GPSD_<UNKNOWN> [id=0xF0 utid=0x01 len=8]:
ofonod[9247]: * 01 F0 13 11 0A 00 00 00 : .........
ofonod[9247]: gisi: Success COMMON to 0x8ce7960 [res=0x31, id=0xF0, utid=0x01]
ofonod[9247]: drivers/isimodem/gprs.c:gpds_reachable_cb() QSO: PN_GPDS [0x31] v017.010
ofonod[9247]: gisi: Subscribed for IND (0x8ce0480) [res=0x31, id=0x18]
ofonod[9247]: gisi: Subscribed for IND (0x8ce54c0) [res=0x31, id=0x1E]
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_PP_READ_REQ [id=0x02 utid=0x06 len=12]:
ofonod[9247]: * 06 02 00 01 47 08 00 01 CA 00 00 00 : .....G.......
ofonod[9247]: PN_NETWORK (0x0A): NET_RAT_RESP [id=0x37 utid=0x02 len=12]:
ofonod[9247]: * 02 37 00 01 2C 08 02 00 00 00 00 00 : ..7..,.......
ofonod[9247]: gisi: Success RESP to 0x8ce53c0 [res=0x0A, id=0x37, utid=0x02]
ofonod[9247]: PN_NETWORK (0x0A): NET_MODEM_REG_STATUS_GET_REQ [id=0x00 utid=0x03 len=2]:
ofonod[9247]: * 03 00 : ...
ofonod[9247]: PN_PHONE_INFO (0x1B): INFO_PP_READ_RESP [id=0x03 utid=0x06 len=12]:
ofonod[9247]: * 06 03 00 01 47 08 00 01 CA 04 00 00 : .....G.......
ofonod[9247]: gisi: Success RESP to 0x8ce7e28 [res=0x1B, id=0x03, utid=0x06]
ofonod[9247]: drivers/isimodem/gprs.c:create_contexts() 4 GPRS contexts created
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FC9 not implemented
ofonod[9247]: Unable to read mailbox identifies from SIM
ofonod[9247]: gisi: Success COMMON to 0x8ce2bf0 [res=0x09, id=0x00, utid=0x00]
ofonod[9247]: gisi: Subscribed for IND (0x8ce7e28) [res=0x02, id=0x22]
ofonod[9247]: PN_SMS (0x02): SMS_PP_ROUTING_REQ [id=0x06 utid=0x03 len=12]:
ofonod[9247]: * 03 06 01 01 0D 08 06 06 00 00 00 00 : .............
ofonod[9247]: gisi: Success COMMON to 0x8ce79a0 [res=0x31, id=0x00, utid=0x00]
ofonod[9247]: gisi: Success COMMON to 0x8ce88a0 [res=0x31, id=0x00, utid=0x00]
ofonod[9247]: gisi: Success COMMON to 0x8ce8a78 [res=0x31, id=0x00, utid=0x00]
ofonod[9247]: gisi: Success COMMON to 0x8ce8c50 [res=0x31, id=0x00, utid=0x00]
ofonod[9247]: PN_NETWORK (0x0A): NET_MODEM_REG_STATUS_GET_RESP [id=0x01 utid=0x03 len=48]:
ofonod[9247]: * 03 01 00 02 00 14 00 02 00 00 00 03 00 54 00 49 : ..............T.I
ofonod[9247]: * 00 4D 01 00 01 00 00 00 09 18 EE B4 04 54 6D 6F : .M...........Tmo
ofonod[9247]: * 22 F2 10 02 00 01 02 01 00 00 00 00 01 00 00 00 : "...............
ofonod[9247]: gisi: Success RESP to 0x8ce3000 [res=0x0A, id=0x01, utid=0x03]
ofonod[9247]: PN_NETWORK (0x0A): NET_OPER_NAME_READ_REQ [id=0xE5 utid=0x04 len=8]:
ofonod[9247]: * 04 E5 00 3F 00 00 00 00 : ....?....
ofonod[9247]: PN_NETWORK (0x0A): NET_RSSI_GET_REQ [id=0x0B utid=0x05 len=4]:
ofonod[9247]: * 05 0B 00 02 : .....
ofonod[9247]: PN_NETWORK (0x0A): NET_RSSI_GET_REQ [id=0x0B utid=0x06 len=4]:
ofonod[9247]: * 06 0B 00 02 : .....
ofonod[9247]: PN_SMS (0x02): SMS_PP_ROUTING_RESP [id=0x07 utid=0x03 len=4]:
ofonod[9247]: * 03 07 04 00 : .....
ofonod[9247]: gisi: Success RESP to 0x8ce85f8 [res=0x02, id=0x07, utid=0x03]
ofonod[9247]: drivers/isimodem/sms.c:check_sms_status() Request failed: 0x04 (SMS_ERR_PP_RESERVED).
Unable to bootstrap SMS routing.
It appears some other component is already
registered as the SMS routing endpoint.
As a consequence, only sending SMSs is going to work.
ofonod[9247]: gisi: Subscribed to NTF (0x8ce3000) [res=0x02, id=0x08]
ofonod[9247]: drivers/isimodem/sms.c:isi_bearer_set() Not implemented
ofonod[9247]: Error bootstrapping SMS Bearer Preference
ofonod[9247]: src/sms.c:sms_restore_tx_queue()
ofonod[9247]: plugins/push-notification.c:sms_watch() registered
ofonod[9247]: plugins/smart-messaging.c:sms_watch() registered
ofonod[9247]: PN_NETWORK (0x0A): NET_COMMON_MESSAGE [id=0xF0 utid=0x04 len=8]:
ofonod[9247]: * 04 F0 01 E5 00 00 00 00 : .........
ofonod[9247]: gisi: Success RESP to 0x8ce4938 [res=0x0A, id=0xF0, utid=0x04]
ofonod[9247]: src/network.c:current_operator_callback() 0x8ce3aa8, (nil)
ofonod[9247]: src/network.c:current_operator_callback() Error during current operator
ofonod[9247]: PN_NETWORK (0x0A): NET_RSSI_GET_RESP [id=0x0C utid=0x05 len=8]:
ofonod[9247]: * 05 0C 00 01 04 04 52 62 : .......Rb
ofonod[9247]: gisi: Success RESP to 0x8ce79a0 [res=0x0A, id=0x0C, utid=0x05]
ofonod[9247]: PN_NETWORK (0x0A): NET_RSSI_GET_RESP [id=0x0C utid=0x06 len=8]:
ofonod[9247]: * 06 0C 00 01 04 04 52 62 : .......Rb
ofonod[9247]: gisi: Success RESP to 0x8ce88b0 [res=0x0A, id=0x0C, utid=0x06]
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6F11 not implemented
ofonod[9247]: src/message-waiting.c:mw_cphs_mwis_read_cb() No CPHS MWIS on SIM
ofonod[9247]: drivers/isimodem/sim.c:isi_read_file_info() Fileid 6FC5 not implemented
ofonod[9247]: PN_SIM (0x09): SIM_SERV_PROV_NAME_REQ [id=0x21 utid=0x06 len=4]:
ofonod[9247]: * 06 21 2C 00 : ..!,.
ofonod[9247]: PN_SIM (0x09): SIM_SERV_PROV_NAME_RESP [id=0x22 utid=0x06 len=40]:
ofonod[9247]: * 06 22 2C 24 00 00 00 00 00 00 00 00 00 00 00 00 : ..",$............
ofonod[9247]: * 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 : ................
ofonod[9247]: * 00 00 00 00 00 00 00 00 : ........
ofonod[9247]: gisi: Success RESP to 0x8ce79a0 [res=0x09, id=0x22, utid=0x06]
ofonod[9247]: drivers/isimodem/sim.c:sim_resp_status() Request failed: SIM_SERV_DATA_NOT_AVAIL
ofonod[9247]: gisi: Connection timed out COMMON to 0x8ce2d30 [res=0x00, id=0x00, utid=0x00]
ofonod[9247]: plugins/udev.c:remove_modem() /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1:1.2/tty/ttyACM1
ofonod[9247]: plugins/udev.c:remove_modem() /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1:1.0/tty/ttyACM0
ofonod[9247]: plugins/isiusb.c:phonet_status_cb() Link usbpn0 (21) is down
ofonod[9247]: src/modem.c:modem_change_state() old state: 3, new state: 0
ofonod[9247]: src/modem.c:flush_atoms()
ofonod[9247]: src/gprs.c:gprs_context_remove() atom: 0x8ce8b20
ofonod[9247]: src/gprs.c:gprs_context_remove() atom: 0x8ce8948
ofonod[9247]: src/gprs.c:gprs_context_remove() atom: 0x8ce5420
ofonod[9247]: src/gprs.c:gprs_context_remove() atom: 0x8ce7980
ofonod[9247]: src/message-waiting.c:mw_remove() atom: 0x8ce7c38
ofonod[9247]: src/gprs.c:gprs_remove() atom: 0x8ce7920
ofonod[9247]: src/call-meter.c:call_meter_remove() atom: 0x8ce7878
ofonod[9247]: src/call-barring.c:call_barring_remove() atom: 0x8ce7790
ofonod[9247]: src/call-settings.c:call_settings_remove() atom: 0x8ce3538
ofonod[9247]: src/ussd.c:ussd_remove() atom: 0x8ce3460
ofonod[9247]: src/cbs.c:cbs_remove() atom: 0x8ce3388
ofonod[9247]: PN_SMS (0x02): SMS_GSM_CB_ROUTING_REQ [id=0x0B utid=0x04 len=11]:
ofonod[9247]: * 04 0B 00 0B 01 00 00 00 00 00 00 : ............
ofonod[9247]: plugins/push-notification.c:push_notification_cleanup() 0x8ce4610
ofonod[9247]: plugins/smart-messaging.c:smart_messaging_cleanup() 0x8ce45e0
ofonod[9247]: src/sms.c:sms_remove() atom: 0x8cdd400
ofonod[9247]: PN_SMS (0x02): SMS_PP_ROUTING_REQ [id=0x06 utid=0x04 len=12]:
ofonod[9247]: * 04 06 00 01 0D 08 06 06 00 00 00 00 : .............
ofonod[9247]: src/network.c:netreg_remove() atom: 0x8ce2c80
ofonod[9247]: src/network.c:netreg_remove() atom: 0x8ce2840
ofonod[9247]: src/radio-settings.c:radio_settings_remove() atom: 0x8ce2860
ofonod[9247]: src/call-forwarding.c:call_forwarding_remove() atom: 0x8ce25e0
ofonod[9247]: src/phonebook.c:phonebook_remove() atom: 0x8ce42e8
ofonod[9247]: src/voicecall.c:voicecall_remove() atom: 0x8ce4280
ofonod[9247]: src/voicecall.c:voicecall_remove() atom: 0x8ce4240
ofonod[9247]: src/modem.c:devinfo_remove() atom: 0x8ce4398
ofonod[9247]: src/sim.c:sim_remove() atom: 0x8ce2200
ofonod[9247]: plugins/isiusb.c:phonet_status_cb() Link usbpn0 (21) is removed
ofonod[9247]: plugins/udev.c:remove_modem() /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1:1.10/net/usbpn0
ofonod[9247]: src/modem.c:get_modem_property() modem 0x8ce36a0 property Path
ofonod[9247]: src/modem.c:ofono_modem_remove() 0x8ce36a0
ofonod[9247]: src/modem.c:unregister_property() property 0x8ce4270
ofonod[9247]: src/modem.c:unregister_property() property 0x8ce1478
ofonod[9247]: src/modem.c:unregister_property() property 0x8ce39c0
ofonod[9247]: plugins/hfp_ag.c:modem_watch() modem: 0x8ce36a0, added: 0
ofonod[9247]: plugins/dun_gw.c:modem_watch() modem: 0x8ce36a0, added: 0
ofonod[9247]: plugins/smart-messaging.c:modem_watch() modem: 0x8ce36a0, added: 0
ofonod[9247]: plugins/push-notification.c:modem_watch() modem: 0x8ce36a0, added: 0
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [PATCH 0/1] isimodem: fix network registration for older modems
2011-03-25 10:21 ` [PATCH 0/1] " claudio Degioanni
@ 2011-03-29 7:07 ` Mika.Liljeberg
2011-03-29 7:52 ` claudio Degioanni
0 siblings, 1 reply; 8+ messages in thread
From: Mika.Liljeberg @ 2011-03-29 7:07 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 2058 bytes --]
Hi Claudio,
> I have tested the path of isi modem on nokia n95 and nokia 6760,
> and I report the result of my test
>
> 1) Using nokia N95 and ofono
> * I have attached the phone to my computer
> * I have used the ./online-modem
> * I have set apn/username/password and activate the context
>
> It works (log onlineUsingOfonoTest file attached to mail)
Cool.
> 2) Using nokia N95 and ofono/connma
> * I have attached the phone to my computer
> * Start connman and I have checked it set OnLine the modem correctly
> * I have set apn/username/password and activate the context
> * Using connect of connman, but i receive the message
>
> org.ofono.Error.NotAttached GPRS is not attached
>
> I reports the log onlineUsingConnmanTest, can be a problem of
> connman ?
I was able to reproduce this with N95 without using connman. There seems to be a conflict with the way atom watches are registered and the way isiusb creates and probes two variations of the network registration driver in parallel. The problem is timing dependent, which is probably why we haven't seen it here before.
> 1) Using nokia 6760 and ofono
> * I have attached the phone to my computer
> * I have used the ./online-modem
> * I have set apn/username/password and activate the context
>
> It not works, (log in nokia6760 file attached to mail)
>
> Any suggestion ?
I believe the same problem also happens with 6760 and could potentially happen with any ISI modem. Now that I know what it is, I'll try to provide patches.
> is it possible to know the list of supported mobile phone as
> 3g modem ?
We don't have a list of supported phones as such as we're not systematically tesing oFono against old Nokia phones. The isiusb plugin is primarily a development aid, allowing us to test isimodem drivers on a PC instead of on-target. There are some limitations in using the isimodem driver over USB this way. All functionality may not be available with all phones. Mostly it works fine, though.
Regards,
MikaL
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [PATCH 0/1] isimodem: fix network registration for older modems
2011-03-29 7:07 ` Mika.Liljeberg
@ 2011-03-29 7:52 ` claudio Degioanni
2011-03-30 9:29 ` Mika.Liljeberg
0 siblings, 1 reply; 8+ messages in thread
From: claudio Degioanni @ 2011-03-29 7:52 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 2705 bytes --]
Hi Mika,
On Tue, 2011-03-29 at 07:07 +0000, Mika.Liljeberg(a)nokia.com wrote:
> Hi Claudio,
>
> > I have tested the path of isi modem on nokia n95 and nokia 6760,
> > and I report the result of my test
> >
> > 1) Using nokia N95 and ofono
> > * I have attached the phone to my computer
> > * I have used the ./online-modem
> > * I have set apn/username/password and activate the context
> >
> > It works (log onlineUsingOfonoTest file attached to mail)
>
> Cool.
>
> > 2) Using nokia N95 and ofono/connma
> > * I have attached the phone to my computer
> > * Start connman and I have checked it set OnLine the modem correctly
> > * I have set apn/username/password and activate the context
> > * Using connect of connman, but i receive the message
> >
> > org.ofono.Error.NotAttached GPRS is not attached
> >
> > I reports the log onlineUsingConnmanTest, can be a problem of
> > connman ?
>
> I was able to reproduce this with N95 without using connman. There seems to be a conflict with the way atom watches are registered and the way isiusb creates and probes two variations of the network registration driver in parallel. The problem is timing dependent, which is probably why we haven't seen it here before.
>
> > 1) Using nokia 6760 and ofono
>
> > * I have attached the phone to my computer
> > * I have used the ./online-modem
> > * I have set apn/username/password and activate the context
> >
> > It not works, (log in nokia6760 file attached to mail)
> >
> > Any suggestion ?
>
> I believe the same problem also happens with 6760 and could potentially happen with any ISI modem. Now that I know what it is, I'll try to provide patches.
Thank you so much for your support and help, please let us know once you
have the patch.
>
> > is it possible to know the list of supported mobile phone as
> > 3g modem ?
>
> We don't have a list of supported phones as such as we're not systematically tesing oFono against old Nokia phones. The isiusb plugin is primarily a development aid, allowing us to test isimodem drivers on a PC instead of on-target. There are some limitations in using the isimodem driver over USB this way. All functionality may not be available with all phones. Mostly it works fine, though.
I see.
Since each phone can potentially use a different way to talk to the pc
(Android: rndis, Nokia: AT commands / PPP interface over USB if I
understand it correctly), we are trying to understand which of these
methods (hence which phone family) is preferable to be used/supported
with connman / oFono.
Do you have any suggestion for us?
>
> Regards,
>
> MikaL
regs Claudio
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [PATCH 0/1] isimodem: fix network registration for older modems
2011-03-29 7:52 ` claudio Degioanni
@ 2011-03-30 9:29 ` Mika.Liljeberg
2011-04-04 6:57 ` Claudio Degioanni
0 siblings, 1 reply; 8+ messages in thread
From: Mika.Liljeberg @ 2011-03-30 9:29 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1517 bytes --]
Hi Claudio,
> Thank you so much for your support and help, please let us
> know once you
> have the patch.
I posted a few patches yesterday, which should improve things.
> > > is it possible to know the list of supported mobile phone as
> > > 3g modem ?
> >
> > We don't have a list of supported phones as such as we're
> not systematically tesing oFono against old Nokia phones. The
> isiusb plugin is primarily a development aid, allowing us to
> test isimodem drivers on a PC instead of on-target. There are
> some limitations in using the isimodem driver over USB this
> way. All functionality may not be available with all phones.
> Mostly it works fine, though.
>
> I see.
>
> Since each phone can potentially use a different way to talk to the pc
> (Android: rndis, Nokia: AT commands / PPP interface over USB if I
> understand it correctly), we are trying to understand which of these
> methods (hence which phone family) is preferable to be used/supported
> with connman / oFono.
> Do you have any suggestion for us?
My advice is to use whatever works for you. Currently, oFono recognizes Nokia phones only via the isiusb plugin, so that is pretty much the only option. However, most Nokia phones also support AT commands over USB ACM and should be relatively easy to get working with oFono, if you're willing to write a new plugin or modify the current nokia plugin for Nokia USB modems to include support for Nokia phones. Patches are welcome.
Br,
MikaL
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 0/1] isimodem: fix network registration for older modems
2011-03-30 9:29 ` Mika.Liljeberg
@ 2011-04-04 6:57 ` Claudio Degioanni
0 siblings, 0 replies; 8+ messages in thread
From: Claudio Degioanni @ 2011-04-04 6:57 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 695 bytes --]
Hi mika,
Il 30/03/2011 11.29, Mika.Liljeberg(a)nokia.com ha scritto:
> Hi Claudio,
> I posted a few patches yesterday, which should improve things.
Great, thank you very much for patch. It's works fine now.
> My advice is to use whatever works for you. Currently, oFono recognizes Nokia phones only via the isiusb plugin, so that is pretty much the only option. However, most Nokia phones also support AT commands over USB ACM and should be relatively easy to get working with oFono, if you're willing to write a new plugin or modify the current nokia plugin for Nokia USB modems to include support for Nokia phones. Patches are welcome.
Thanks for the update!
regs
Claudio
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-04-04 6:57 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 12:14 [PATCH 0/1] isimodem: fix network registration for older modems Mika Liljeberg
2011-03-24 12:14 ` [PATCH 1/1] " Mika Liljeberg
2011-03-24 12:45 ` Aki Niemi
2011-03-25 10:21 ` [PATCH 0/1] " claudio Degioanni
2011-03-29 7:07 ` Mika.Liljeberg
2011-03-29 7:52 ` claudio Degioanni
2011-03-30 9:29 ` Mika.Liljeberg
2011-04-04 6:57 ` Claudio Degioanni
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.