Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-26 | Fix minor style issues | Aki Niemi | 1 | -2/+8 | |
2010-05-26 | Add: support for EF_ICCID in isimodem. | Pessi Pekka (Nokia-D/Helsinki) | 2 | -77/+104 | |
2010-05-25 | huawei: remove voicecall support | Kalle Valo | 1 | -1/+0 | |
These modems don't support voicecall anyway. Recommended by Denis. | |||||
2010-05-25 | huawei: send a prefix with AT commands | Kalle Valo | 1 | -4/+8 | |
2010-05-25 | huawei: properly notify sim state to ofono | Kalle Valo | 1 | -21/+23 | |
Instead of using ofono_modem_set_powered(), use ofono_sim_inserted_notify() which is the proper way to notify about sim state changes. Now the problem is that voicecall commands fail with my Huawei E1552: ofonod[12395]: > AT+CRC=1\r ofonod[12395]: src/sim.c:ofono_sim_add_state_watch() 0x1bf8e50 ofonod[12395]: src/sim.c:ofono_sim_add_state_watch() 0x1bf8e50 ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n ofonod[12395]: > AT+CLIP=1\r ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n ofonod[12395]: > AT+COLP=1\r ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n ofonod[12395]: > AT+CCWA=1\r ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n ofonod[12395]: drivers/atmodem/voicecall.c:at_voicecall_initialized() voicecall_init: registering to notifications ofonod[12395]: src/sim.c:ofono_sim_add_state_watch() 0x1bf8e50 ofonod[12395]: > AT^SYSINFO\r ofonod[12395]: < \r\n^SYSINFO:0,0,0,0,255,,0\r\n\r\nOK\r\n ofonod[12395]: > AT+CGMI\r ofonod[12395]: < \r\nhuawei\r\n\r\nOK\r\n ofonod[12395]: EventChannel: < \r\n^STIN:0,0,0\r\n ofonod[12395]: > AT+CLCC\r ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n But as I can't make voice calls with this modem anyway, I don't worry about them right now. | |||||
2010-05-25 | huawei: use g_at_result_iter_skip_next() | Kalle Valo | 1 | -5/+5 | |
2010-05-25 | Some minor cleanups for the Huawei plugin | Marcel Holtmann | 1 | -13/+14 | |
2010-05-25 | huawei: follow sim state change notifications | Kalle Valo | 1 | -3/+73 | |
With Huawei E1552 I got sim busy errors when I plugged in the modem and ofono was already running: May 24 17:02:04 tukki ofonod[7619]: > AT+CRC=1\r May 24 17:02:04 tukki ofonod[7619]: < \r\n+CME ERROR: SIM busy\r\n May 24 17:02:04 tukki ofonod[7619]: > AT+CLIP=1\r May 24 17:02:04 tukki ofonod[7619]: < \r\n+CME ERROR: SIM busy\r\n Fix this by following sim state changes with ^SIMST notification and only enable modem after SIM is ready. In case SIM is already ready and we miss the notification for some reason, also use AT^SYSINFO to check the state during enable phase. Also change huawei_enable() to return -EINPROGRESS to make sure that ofono modem is not powered too early. I believe this was a bug. | |||||
2010-05-25 | Break function declaration down to two lines | Marcel Holtmann | 1 | -1/+2 | |
2010-05-25 | Bring back -d option without need for argument | Gustavo F. Padovan | 1 | -1/+12 | |
2010-05-21 | Some extra empty lines to separate chapters | Marcel Holtmann | 1 | -0/+3 | |
2010-05-19 | sim: Read EFiccid after EFphase | Denis Kenzior | 1 | -4/+4 | |
2010-05-19 | sim: No need for this define | Denis Kenzior | 2 | -4/+2 | |
2010-05-19 | Read EF_ICCID property of SIM | Daniel Wagner | 4 | -0/+45 | |
Tested with phonesim. | |||||
2010-05-19 | netreg: Fix crash when CREG is reported too early | Denis Kenzior | 1 | -17/+12 | |
If we register for CREG notifications before the netreg atom is registered (e.g. in MBM due to CIND queries) we crash if the CREG notification arrives before the CIND is queried. | |||||
2010-05-19 | huawei: add gprs context | Kalle Valo | 2 | -1/+64 | |
Tested with Huawei E1552 HSDPA USB stick using a finnish Saunalahti prepaid SIM. | |||||
2010-05-19 | Move report_signal_strength to atutil | Kalle Valo | 2 | -16/+18 | |
The function is needed in two different places, better to move it to atutil.h. | |||||
2010-05-19 | huawei: detect possible secondary device | Kalle Valo | 2 | -22/+106 | |
2010-05-19 | Update TODO | Denis Kenzior | 1 | -0/+9 | |
2010-05-19 | Update TODO | Denis Kenzior | 1 | -1/+8 | |
2010-05-19 | Update TODO | Denis Kenzior | 1 | -0/+7 | |
2010-05-19 | Update TODO | Denis Kenzior | 1 | -0/+13 | |
2010-05-19 | Add some extra markups for TODO list | Marcel Holtmann | 1 | -0/+16 | |
2010-05-19 | core: Trivial whitespace error | Denis Kenzior | 1 | -1/+1 | |
2010-05-19 | ppp: Trivial whitespace error | Denis Kenzior | 1 | -1/+1 | |
2010-05-19 | Add initial TODO file | Denis Kenzior | 1 | -0/+305 | |
2010-05-19 | ppp: implement ppp_packet_new | Kristen Carlson Accardi | 5 | -16/+35 | |
2010-05-19 | Add isimodem support for network time | Aki Niemi | 3 | -0/+44 | |
2010-05-19 | Add network time support | Aki Niemi | 9 | -4/+296 | |
Adding a new notify function in the netreg atom for notifying a received Network Identification and Timezone (NITZ) indication. This data is consumed via a nettime plugin, of which there is also an example. | |||||
2010-05-17 | gisi: Fix style issues | Aki Niemi | 2 | -9/+12 | |
2010-05-17 | Make isimodem use linkstate directly | Pekka Pessi | 1 | -4/+4 | |
2010-05-17 | Configure phonet link in usbpnmodem | Pekka Pessi | 1 | -0/+7 | |
2010-05-17 | gisi: Fix netlink style issues | Aki Niemi | 1 | -11/+18 | |
2010-05-17 | gisi: Add phonet netlink functions | Pekka Pessi | 2 | -9/+201 | |
Adding g_pn_netlink_set_address() and g_pn_netlink_add_route(). Automatically configure phonet links without external software. | |||||
2010-05-17 | Use g_pn_netlink_by_modem() in isimodem driver | Pekka Pessi | 1 | -2/+1 | |
2010-05-17 | Use g_pn_netlink_by_modem() in usbpnmodem plugin | Pekka Pessi | 1 | -2/+1 | |
2010-05-17 | gisi: Remove g_pn_netlink_by_name() | Pekka Pessi | 2 | -14/+0 | |
2010-05-15 | Remove unused declaration | Aki Niemi | 1 | -1/+0 | |
2010-05-15 | Fix typo in comment | Aki Niemi | 1 | -1/+1 | |
2010-05-15 | Fix copy-paste typo | Aki Niemi | 1 | -1/+1 | |
2010-05-15 | Add proper debug configuration to isimodem SMS | Aki Niemi | 1 | -1/+7 | |
2010-05-15 | Add SCA query and setter to isimodem SMS driver | Aki Niemi | 1 | -2/+137 | |
2010-05-15 | Add missing SIM codepoints | Aki Niemi | 2 | -0/+6 | |
2010-05-14 | Refactor isimodem CBS driver | Aki Niemi | 1 | -12/+32 | |
2010-05-14 | Fix CBS routing request failure reporting | Aki Niemi | 1 | -5/+8 | |
2010-05-14 | Add isimodem support for MO and MT SMS | Aki Niemi | 1 | -15/+293 | |
2010-05-14 | Add missing SMS ISI codepoints | Aki Niemi | 2 | -1/+27 | |
2010-05-14 | gisi: Add support for NTF requests | Aki Niemi | 1 | -1/+6 | |
Notify requests are requests sent by ISA servers towards clients. They are identical to indications in that no response is necessary, but different in that subscription is done not using the mechanism used for indications, but out-of-band. Typically routing for notify requests is enabled using a request-response pair. | |||||
2010-05-14 | gisi: Return negative errnos | Aki Niemi | 1 | -1/+1 | |
2010-05-14 | gisi: Fix typo in documentation | Aki Niemi | 1 | -1/+1 | |