summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-11-11isimodem: Get rid of whitespace corruptionDenis Kenzior1-1/+1
2010-11-11monitor-ofono: monitor DisconnectReasonPekka Pessi1-0/+11
2010-11-11isimodem: Fix style issues in gprs-context.cAki Niemi1-19/+28
2010-11-11isimodem: revector GPRS context driverMika Liljeberg1-159/+121
2010-11-11gisi: return NULL instead of assertingMika Liljeberg1-2/+4
2010-11-11gisi: fix crash bug in g_isi_remove_subscriptionMika Liljeberg1-2/+5
2010-11-10TODO: Assign Voicecall emergency property taskJohn Mathew1-1/+1
2010-11-10sms: Fix up comment style and wordingDenis Kenzior1-3/+6
2010-11-10cbs: Minor style fixesDenis Kenzior1-2/+3
2010-11-10cbs: CBS-PP download must be enabled in sst / estAndrzej Zaborowski1-0/+13
2010-11-10sms: SMS-PP download must be enabled in sst / estAndrzej Zaborowski1-0/+13
2010-11-10sim: Add sim_service_available()Andrzej Zaborowski2-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-10TODO: Check SIM pin status if sim_change_pin failsMarit Henriksen1-0/+6
2010-11-09build: Add reset-pin scriptDenis Kenzior1-0/+1
2010-11-09Add test/reset-pinPekka Pessi1-0/+23
2010-11-08TODO: Add async SMS acknowledgement taskAndrzej Zaborowski1-0/+13
2010-11-08TODO: Mark SMS-PP download task as doneDenis Kenzior2-9/+11
2010-11-08sms: Handle "USIM Download" SMS type.Andrzej Zaborowski1-5/+16
2010-11-08stk: API for SMS Point-to-Point download to UICCAndrzej Zaborowski2-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-08TODO: add owner to TTY supportLucas De Marchi1-0/+1
2010-11-08TODO: Add owner to silent modem resetGustavo F. Padovan1-0/+1
2010-11-08udev: do not use weird serial with ztePekka Pessi1-0/+2
2010-11-08gprs: NULL-safe ofono_gprs_context_remove()Pekka Pessi1-0/+3
Check for NULL in one place.
2010-11-08zte: use AT+CFUN=1;+CFUN=4 in enablePekka Pessi1-1/+2
Direct +CFUN transition 0 -> 4 gets SIM in inconsistent state.
2010-11-08dbus: Use OFONO_ERROR_INTERFACE defineGustavo F. Padovan1-16/+16
Instead of the legacy DBUS_GSM_ERROR_INTERFACE. The new name is more generic, which make more sense.
2010-11-08Add vid/pid for Ericsson F5521gwTorgny Johansson1-0/+3
2010-11-07Added Nokia CS-17 to udev rules.Hannu Lyytinen1-0/+3
The stick has to be initialized with usb_modeswitch, though.
2010-11-07Fixes segfault when removing Nokia Datacard.Hannu Lyytinen1-1/+2
2010-11-05Release 0.35Marcel Holtmann2-1/+9
2010-11-05sim: Check both EFust and EFest for FDN & BDNDenis Kenzior1-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-05sim: Don't read EFest if the file is not availableDenis Kenzior1-4/+12
2010-11-05AUTHORS: Mention Guillaume's contributionsDenis Kenzior1-0/+1
2010-11-05sim: use mask for check of sim file statusGuillaume Lucas1-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-05TODO: Add owner of provide local info taskYang Gu1-0/+1
2010-11-04TODO: Mark WAP PUSH task as doneDenis Kenzior2-7/+4
2010-11-04TODO: Mark Smart Messaging task as doneDenis Kenzior2-11/+11
2010-11-04TODO: Mark app src / dst port handling task doneDenis Kenzior2-14/+12
2010-11-04smsutil: Use entire range of ref / port addressesDenis Kenzior1-12/+12
2010-11-04smart-messaging: Implement SendAppointmentDenis Kenzior1-1/+38
2010-11-04test: Add send-vcard scriptDenis Kenzior2-1/+22
2010-11-04smart-messaging: Implement SendBusinessCardDenis Kenzior1-1/+52
2010-11-04sms: Call the txq_submit queued callbackDenis Kenzior1-0/+3
2010-11-04sms: Separate history from dbus flags in txq_submitDenis Kenzior2-11/+19
2010-11-04sms: Refactor __ofono_sms_txq_submitDenis Kenzior3-64/+93
2010-11-04sms: Add __ofono_sms_message_path_from_uuidDenis Kenzior2-10/+13
2010-11-04sms: add __ofono_sms_get_next_refDenis Kenzior2-0/+7
2010-11-04isigen: increase offline timeoutPekka Pessi2-1/+2
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds.
2010-11-04build: Remove generic AT command modem pluginMarcel Holtmann2-276/+0
This plugin was used for initial testing and is no longer needed. So just remove it.
2010-11-04Mention Marit's contributionsMarcel Holtmann1-0/+1
2010-11-04atmodem: Remove at_pin_send_puk_cb, and use at_pin_send_cb instead.Marit Henriksen1-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.