Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-19 | gisi: fix pipe create request endianess problems | Rémi Denis-Courmont | 1 | -8/+11 | |
2009-08-19 | gisi: bind pipe end point *before* getting its handle | Rémi Denis-Courmont | 1 | -1/+1 | |
2009-08-19 | Phonet: GPRS pipe end point low-level support | Rémi Denis-Courmont | 3 | -0/+149 | |
2009-08-19 | Phonet: missing SOL_PNPIPE definition | Rémi Denis-Courmont | 1 | -0/+2 | |
2009-08-19 | Phonet: add error handling for pipes | Rémi Denis-Courmont | 2 | -4/+54 | |
2009-08-19 | Phonet: add modem parameter to ISI pipe API | Rémi Denis-Courmont | 2 | -3/+5 | |
2009-08-19 | Phonet: add modem parameter to ISI client API | Rémi Denis-Courmont | 5 | -6/+8 | |
2009-08-19 | gisi: provide modem identifier through Netlink API | Rémi Denis-Courmont | 3 | -4/+11 | |
2009-08-19 | gisi: warn if GIsiModem is missing rather than fail | Rémi Denis-Courmont | 1 | -0/+3 | |
2009-08-19 | gisi: low-level modem scoping for sockets | Rémi Denis-Courmont | 5 | -10/+49 | |
2009-08-17 | Remove the use of driver.h | Denis Kenzior | 3 | -3/+0 | |
2009-08-17 | Remove unused header | Denis Kenzior | 3 | -3/+0 | |
2009-08-17 | Make distcheck happy | Denis Kenzior | 1 | -1/+1 | |
2009-08-17 | Refactor ECC Support: Update when EFecc is read | Denis Kenzior | 1 | -23/+61 | |
We should start with a default set of ECC numbers which are always available according to 22.101, even if no SIM present. Then when EFecc is read, we update the EmergencyNumbers property. According to 22.101 the 112 and 911 numbers must always be available. Since these numbers can also be stored on the SIM itself, we must avoid duplication. | |||||
2009-08-17 | Refactor ECC Support: Don't bother with g_source | Denis Kenzior | 1 | -24/+1 | |
Don't bother playing the g_source tricks for EmergencyNumbers property changed signal emission. The list is not bound to change more than once. | |||||
2009-08-17 | Refactor ECC Support: Free in right spot | Denis Kenzior | 1 | -7/+6 | |
The freeing of the emergency list should be in voicecalls_destroy function, where the rest of the datastructure is being freed | |||||
2009-08-17 | Support emergency numbers | Yang Gu | 2 | -1/+136 | |
2009-08-17 | Get rid of unused enum | Denis Kenzior | 1 | -9/+0 | |
2009-08-17 | Move network-operator status enum out of common.h | Denis Kenzior | 2 | -8/+8 | |
2009-08-17 | Move colr-status enum out of common.h | Denis Kenzior | 2 | -7/+7 | |
2009-08-17 | Move colp-status enum out of common.h | Denis Kenzior | 2 | -7/+7 | |
2009-08-17 | Move clip-status enum out of common.h | Denis Kenzior | 2 | -7/+7 | |
2009-08-17 | Move clir-status enum out of common.h | Denis Kenzior | 2 | -9/+9 | |
2009-08-17 | Move ussd-status enum out of common.h | Denis Kenzior | 2 | -9/+9 | |
2009-08-17 | Move call-forwarding-type enum out of common.h | Denis Kenzior | 2 | -9/+9 | |
2009-08-17 | Fix invalid watch id being returned the first time | Denis Kenzior | 1 | -1/+1 | |
Should use pre-increment instead of post increment | |||||
2009-08-17 | Cleanup atom watches properly | Denis Kenzior | 3 | -6/+29 | |
2009-08-17 | Cleanup SSC entries if USSD exits first | Denis Kenzior | 1 | -0/+8 | |
2009-08-17 | Port call-settings to the new USSD API | Denis Kenzior | 2 | -33/+46 | |
2009-08-17 | Port call-forwarding to new USSD API | Denis Kenzior | 2 | -27/+41 | |
2009-08-17 | Get rid of unneeded variable | Denis Kenzior | 1 | -1/+0 | |
2009-08-17 | Refactor call barring to the new USSD API | Denis Kenzior | 2 | -53/+70 | |
2009-08-17 | Refactor supplementary service control strings | Denis Kenzior | 3 | -170/+83 | |
The registration was done by using the storage in the modem. Refactored to use the new atom watch APIs and storing the control entries in the ussd atom itself | |||||
2009-08-17 | Port the USSD at driver to the new API | Denis Kenzior | 3 | -23/+47 | |
2009-08-17 | Evolve the USSD API | Denis Kenzior | 5 | -68/+177 | |
2009-08-17 | Get rid of unused functions | Denis Kenzior | 1 | -5/+0 | |
2009-08-16 | Use $(AM_V_GEN) for symbol export generation | Marcel Holtmann | 1 | -4/+4 | |
2009-08-16 | Source code is not ready for subdir-objects yet | Marcel Holtmann | 1 | -1/+1 | |
2009-08-16 | Use proper automake subdirectory options | Marcel Holtmann | 3 | -2/+5 | |
2009-08-14 | Update the AT modem SSN driver to the new API | Denis Kenzior | 5 | -66/+148 | |
2009-08-14 | Refactor cssn into ofono_ssn | Denis Kenzior | 10 | -225/+423 | |
Make this into a fully fledged entity, with a driver instead of the current kludge. This means modem drivers can actually choose whether to instantiate a CSSN atom or not Move the notification functions from voicecall.c into ssn.c. Move the cssn.h header into include/ssn.h and refactor Update call barring to utilize ofono_ssn and use the new atom_watch functionality to detect when ssn has been added or removed | |||||
2009-08-14 | Add atom get_registered function | Denis Kenzior | 2 | -0/+7 | |
2009-08-14 | Follow the more common glib convention for destroy | Denis Kenzior | 2 | -2/+2 | |
2009-08-14 | Remove trailing whitespace | Yang Gu | 1 | -3/+3 | |
2009-08-14 | Fix whitespace issue | Denis Kenzior | 1 | -1/+0 | |
2009-08-14 | Utilize call_watches | Denis Kenzior | 1 | -1/+5 | |
2009-08-14 | Move CALL_SETTINGS_INTERFACE define to dbus.h | Denis Kenzior | 2 | -15/+20 | |
2009-08-14 | Move PHONEBOOK_INTERFACE define to dbus.h | Denis Kenzior | 2 | -6/+6 | |
2009-08-14 | Move CALL_METER_INTERFACE define to dbus.h | Denis Kenzior | 2 | -15/+18 | |
2009-08-14 | Move CALL_FORWARDING_INTERFACE define to dbus.h | Denis Kenzior | 2 | -13/+14 | |