Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-20 | Remove unused variables | Denis Kenzior | 1 | -4/+0 | |
2009-08-19 | Emit the DisconnectReason signal | Denis Kenzior | 1 | -1/+28 | |
2009-08-19 | Make sure call history handles waiting calls | Denis Kenzior | 1 | -1/+2 | |
Missed waiting calls were not being handled properly | |||||
2009-08-19 | Evolve the voicecall driver | Denis Kenzior | 3 | -518/+459 | |
2009-08-19 | Evolve the netreg driver | Denis Kenzior | 3 | -341/+320 | |
2009-08-19 | Move mcc & mnc defines to types.h | Denis Kenzior | 1 | -4/+0 | |
2009-08-19 | Refine errors returned by message-waiting | Denis Kenzior | 1 | -4/+10 | |
If we have not initialized fully yet, return sim_not_ready error. If we couldn't read EFmbi or not able to stat EFmbdn size properly, then set mbdn_not_present to TRUE and always return not_supported error | |||||
2009-08-19 | Evolve message waiting low level API | Denis Kenzior | 3 | -184/+207 | |
2009-08-19 | Add a new SIM not ready error | Denis Kenzior | 2 | -0/+7 | |
2009-08-19 | Update voicecalls to the new SIM API | Denis Kenzior | 1 | -12/+29 | |
2009-08-19 | Update network registration to the new SIM API | Denis Kenzior | 1 | -14/+61 | |
2009-08-19 | Update message waiting to the new SIM API | Denis Kenzior | 1 | -17/+64 | |
2009-08-19 | Remove traces of sim_manager from modem.c | Denis Kenzior | 1 | -5/+0 | |
2009-08-19 | Evolve SIM driver | Denis Kenzior | 5 | -326/+317 | |
2009-08-19 | Move ofono_destroy_fun to types.h | Denis Kenzior | 1 | -2/+0 | |
2009-08-19 | Remove unneeded variable | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Fix cut and paste error | Denis Kenzior | 1 | -1/+1 | |
2009-08-19 | Fix whitespace and style issues | Denis Kenzior | 6 | -11/+10 | |
2009-08-19 | Refactor ECC: Free the new_en_list | Denis Kenzior | 1 | -0/+6 | |
Avoid a potential memory leak in case the interface is removed during the SIM read operation. | |||||
2009-08-19 | Evolve SMS driver API | Denis Kenzior | 3 | -171/+186 | |
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 | Evolve the USSD API | Denis Kenzior | 3 | -67/+113 | |
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-14 | Refactor cssn into ofono_ssn | Denis Kenzior | 8 | -224/+361 | |
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 | |