Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-16 | Always return a string from telephony_error_to_str. | Andrzej Zaborowski | 1 | -2/+2 | |
So that it can be used as a printf argument directly. | |||||
2009-10-16 | Refactor: Move network registration status utils | Andrzej Zaborowski | 3 | -44/+47 | |
Move the status to string functions to common.c so that they can be reused in data connection related network registration code. | |||||
2009-10-15 | Fix: Quiet a warning on some compilers | Denis Kenzior | 1 | -2/+2 | |
2009-10-08 | Rename function to express its purpose better | Denis Kenzior | 1 | -2/+2 | |
2009-10-08 | Allow sending DTMF tones in alerting state | Pekka Pessi | 1 | -1/+5 | |
2nd stage dialing may be done before call gets connected. | |||||
2009-10-08 | Use swap_without_accept method, if present | Pekka Pessi | 1 | -0/+20 | |
2009-10-05 | Fix: Don't crash when cached ef structure differs | Denis Kenzior | 1 | -1/+1 | |
2009-10-04 | Fix pointer size problem with GUINT_TO_POINTER and unsigned short | Marcel Holtmann | 1 | -1/+1 | |
2009-10-02 | Fix: Handle empty SMSes | Denis Kenzior | 1 | -2/+4 | |
If an SMS is empty (e.g. nothing to unpack) then we should simply continue on. | |||||
2009-10-02 | Fix: Make const correct | Denis Kenzior | 2 | -4/+4 | |
2009-10-02 | Fix: Add additional error checking | Denis Kenzior | 1 | -1/+4 | |
2009-10-02 | Use small caps for 2G/3G functions | Denis Kenzior | 2 | -4/+4 | |
2009-10-02 | Add utility to parse 3G get response data | Denis Kenzior | 2 | -0/+114 | |
Based on ETSI 102.221 | |||||
2009-10-02 | Add utility to parse 2G GET_RESPONSE data | Denis Kenzior | 2 | -0/+26 | |
This format is described in 51.011 and the older 11.11. It is not supported by newer 3G UICC based devices & sim card combinations | |||||
2009-10-02 | Add utility to lookup files in EF db | Denis Kenzior | 2 | -1/+23 | |
2009-10-02 | Refactor: Move elementary file type checking | Denis Kenzior | 5 | -116/+80 | |
Every single EF read callback checks the file type reported out of the SIM is what it expects. Instead this should be done in one place and the errors reported accordingly | |||||
2009-10-02 | Add basic elementary file database | Denis Kenzior | 2 | -0/+73 | |
2009-09-29 | Fix: different signedness comparison | Denis Kenzior | 1 | -1/+1 | |
2009-09-29 | Fix: Don't try to set a value if already set | Denis Kenzior | 1 | -0/+9 | |
2009-09-29 | Add Muted property to CallVolume atom | Denis Kenzior | 1 | -0/+66 | |
2009-09-29 | Refactor: Call Volume set_property handling | Denis Kenzior | 1 | -71/+59 | |
2009-09-29 | Get rid of unused define | Denis Kenzior | 1 | -2/+0 | |
2009-09-29 | Get rid of unused variables | Denis Kenzior | 1 | -2/+0 | |
2009-09-29 | Refactor: Assume driver will set call volume | Denis Kenzior | 1 | -3/+0 | |
Driver should use the ofono_call_volume_set_microphone_volume and ofono_call_volume_set_speaker_volume functions. | |||||
2009-09-29 | Don't use ofono_ prefix for static functions | Denis Kenzior | 1 | -11/+8 | |
2009-09-29 | Refactor: Break up call volume notify | Denis Kenzior | 1 | -14/+24 | |
2009-09-29 | Cleanup: Do not expose DBus details to drivers | Denis Kenzior | 1 | -4/+4 | |
2009-09-29 | Add call volume interface to adjust speaker and mic volume | Zhenhua Zhang | 2 | -0/+367 | |
2009-09-28 | Fix: Report registered modems properly | Denis Kenzior | 1 | -2/+2 | |
2009-09-28 | Fix efli being removed prematurely | Denis Kenzior | 1 | -4/+6 | |
2009-09-25 | Fix segmentation fault from SIM reading on Calypso modem | Marcel Holtmann | 1 | -0/+3 | |
2009-09-24 | Fix whitespace | Denis Kenzior | 1 | -7/+7 | |
2009-09-24 | Add initial support for LockedPins property | Denis Kenzior | 1 | -7/+95 | |
2009-09-23 | Ignore EFli if the first entry is empty | Denis Kenzior | 1 | -4/+11 | |
2009-09-23 | Remove unused struct field. | Andrzej Zaborowski | 1 | -1/+0 | |
2009-09-23 | Rename eflp_format to efli_format, semantically opposite. | Andrzej Zaborowski | 1 | -4/+4 | |
2009-09-22 | Simplify: Use dbus_message_iter_get_args | Denis Kenzior | 4 | -103/+36 | |
2009-09-22 | Remove unused structure | Denis Kenzior | 1 | -6/+0 | |
2009-09-23 | Fix unused variable issue from last commits | Marcel Holtmann | 1 | -1/+0 | |
2009-09-22 | Fix: Comparison should be against negative errno | Denis Kenzior | 1 | -1/+1 | |
2009-09-22 | Don't try to Lock or Unlock SIM PIN2 | Denis Kenzior | 1 | -1/+6 | |
2009-09-22 | Make sure we try to lock/unlock/change only PINs | Denis Kenzior | 1 | -4/+32 | |
2009-09-22 | Refactor: Do not use int instead of enum | Denis Kenzior | 1 | -4/+5 | |
27.007 does not define an enumeration for SIM PIN/PUK values. This should be handled by ofono enum instead | |||||
2009-09-22 | Add LockPin and UnlockPin functions | Denis Kenzior | 1 | -39/+76 | |
2009-09-22 | Rearrange sim password enum | Denis Kenzior | 1 | -25/+26 | |
2009-09-22 | Fix: Make sure pin isn't empty | Denis Kenzior | 1 | -0/+4 | |
2009-09-22 | Get rid of 1 line function | Denis Kenzior | 1 | -7/+2 | |
2009-09-22 | Move some stuff around | Denis Kenzior | 3 | -39/+36 | |
2009-09-22 | Do PIN authentication | Andrzej Zaborowski | 3 | -1/+324 | |
This adds checking whether PIN is required during SIM initialisation and delaying the sim ready notifications until after correct PIN is given. | |||||
2009-09-22 | Assume sms is registered only when sim ready | Denis Kenzior | 1 | -58/+12 | |