Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-11 | isimodem: Get rid of whitespace corruption | Denis Kenzior | 1 | -1/+1 | |
2010-11-11 | monitor-ofono: monitor DisconnectReason | Pekka Pessi | 1 | -0/+11 | |
2010-11-11 | isimodem: Fix style issues in gprs-context.c | Aki Niemi | 1 | -19/+28 | |
2010-11-11 | isimodem: revector GPRS context driver | Mika Liljeberg | 1 | -159/+121 | |
2010-11-11 | gisi: return NULL instead of asserting | Mika Liljeberg | 1 | -2/+4 | |
2010-11-11 | gisi: fix crash bug in g_isi_remove_subscription | Mika Liljeberg | 1 | -2/+5 | |
2010-11-10 | TODO: Assign Voicecall emergency property task | John Mathew | 1 | -1/+1 | |
2010-11-10 | sms: Fix up comment style and wording | Denis Kenzior | 1 | -3/+6 | |
2010-11-10 | cbs: Minor style fixes | Denis Kenzior | 1 | -2/+3 | |
2010-11-10 | cbs: CBS-PP download must be enabled in sst / est | Andrzej Zaborowski | 1 | -0/+13 | |
2010-11-10 | sms: SMS-PP download must be enabled in sst / est | Andrzej Zaborowski | 1 | -0/+13 | |
2010-11-10 | sim: Add sim_service_available() | Andrzej Zaborowski | 2 | -0/+20 | |
This is meant to query EFsst or EFust. The function is not public api because the service constants are in src/simutil.h. | |||||
2010-11-10 | TODO: Check SIM pin status if sim_change_pin fails | Marit Henriksen | 1 | -0/+6 | |
2010-11-09 | build: Add reset-pin script | Denis Kenzior | 1 | -0/+1 | |
2010-11-09 | Add test/reset-pin | Pekka Pessi | 1 | -0/+23 | |
2010-11-08 | TODO: Add async SMS acknowledgement task | Andrzej Zaborowski | 1 | -0/+13 | |
2010-11-08 | TODO: Mark SMS-PP download task as done | Denis Kenzior | 2 | -9/+11 | |
2010-11-08 | sms: Handle "USIM Download" SMS type. | Andrzej Zaborowski | 1 | -5/+16 | |
2010-11-08 | stk: API for SMS Point-to-Point download to UICC | Andrzej Zaborowski | 2 | -0/+47 | |
The callback returns the TP-User-Data element content of the RP-ACK or RP-ERROR message, returned by the UICC. | |||||
2010-11-08 | TODO: add owner to TTY support | Lucas De Marchi | 1 | -0/+1 | |
2010-11-08 | TODO: Add owner to silent modem reset | Gustavo F. Padovan | 1 | -0/+1 | |
2010-11-08 | udev: do not use weird serial with zte | Pekka Pessi | 1 | -0/+2 | |
2010-11-08 | gprs: NULL-safe ofono_gprs_context_remove() | Pekka Pessi | 1 | -0/+3 | |
Check for NULL in one place. | |||||
2010-11-08 | zte: use AT+CFUN=1;+CFUN=4 in enable | Pekka Pessi | 1 | -1/+2 | |
Direct +CFUN transition 0 -> 4 gets SIM in inconsistent state. | |||||
2010-11-08 | dbus: Use OFONO_ERROR_INTERFACE define | Gustavo F. Padovan | 1 | -16/+16 | |
Instead of the legacy DBUS_GSM_ERROR_INTERFACE. The new name is more generic, which make more sense. | |||||
2010-11-08 | Add vid/pid for Ericsson F5521gw | Torgny Johansson | 1 | -0/+3 | |
2010-11-07 | Added Nokia CS-17 to udev rules. | Hannu Lyytinen | 1 | -0/+3 | |
The stick has to be initialized with usb_modeswitch, though. | |||||
2010-11-07 | Fixes segfault when removing Nokia Datacard. | Hannu Lyytinen | 1 | -1/+2 | |
2010-11-05 | Release 0.35 | Marcel Holtmann | 2 | -1/+9 | |
2010-11-05 | sim: Check both EFust and EFest for FDN & BDN | Denis Kenzior | 1 | -4/+9 | |
We were checking EFest only for whether BDN and FDN were enabled. According to 31.102 Section 5.3.2 we should be checking both EFust (availability of the service) and EFest (whether it is enabled) | |||||
2010-11-05 | sim: Don't read EFest if the file is not available | Denis Kenzior | 1 | -4/+12 | |
2010-11-05 | AUTHORS: Mention Guillaume's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-11-05 | sim: use mask for check of sim file status | Guillaume Lucas | 1 | -2/+2 | |
It is the first bit of the sim file status who indicates if a file is valid or not. So a mask must be used to check this. | |||||
2010-11-05 | TODO: Add owner of provide local info task | Yang Gu | 1 | -0/+1 | |
2010-11-04 | TODO: Mark WAP PUSH task as done | Denis Kenzior | 2 | -7/+4 | |
2010-11-04 | TODO: Mark Smart Messaging task as done | Denis Kenzior | 2 | -11/+11 | |
2010-11-04 | TODO: Mark app src / dst port handling task done | Denis Kenzior | 2 | -14/+12 | |
2010-11-04 | smsutil: Use entire range of ref / port addresses | Denis Kenzior | 1 | -12/+12 | |
2010-11-04 | smart-messaging: Implement SendAppointment | Denis Kenzior | 1 | -1/+38 | |
2010-11-04 | test: Add send-vcard script | Denis Kenzior | 2 | -1/+22 | |
2010-11-04 | smart-messaging: Implement SendBusinessCard | Denis Kenzior | 1 | -1/+52 | |
2010-11-04 | sms: Call the txq_submit queued callback | Denis Kenzior | 1 | -0/+3 | |
2010-11-04 | sms: Separate history from dbus flags in txq_submit | Denis Kenzior | 2 | -11/+19 | |
2010-11-04 | sms: Refactor __ofono_sms_txq_submit | Denis Kenzior | 3 | -64/+93 | |
2010-11-04 | sms: Add __ofono_sms_message_path_from_uuid | Denis Kenzior | 2 | -10/+13 | |
2010-11-04 | sms: add __ofono_sms_get_next_ref | Denis Kenzior | 2 | -0/+7 | |
2010-11-04 | isigen: increase offline timeout | Pekka Pessi | 2 | -1/+2 | |
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds. | |||||
2010-11-04 | build: Remove generic AT command modem plugin | Marcel Holtmann | 2 | -276/+0 | |
This plugin was used for initial testing and is no longer needed. So just remove it. | |||||
2010-11-04 | Mention Marit's contributions | Marcel Holtmann | 1 | -0/+1 | |
2010-11-04 | atmodem: Remove at_pin_send_puk_cb, and use at_pin_send_cb instead. | Marit Henriksen | 1 | -33/+1 | |
When adding the use of pin event *EPEV also to at_pin_send_puk_cb, it becomes identical to at_pin_send_cb, and can be removed. |