Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-01 | Use ofono_info() for AT command debugging | Marcel Holtmann | 3 | -5/+5 | |
2009-11-01 | Inserted the GSM syntax option in modem.conf | Ryan M. Raasch | 2 | -1/+12 | |
This is patch to allow the gsm syntax to be specified in the modem.conf file. It is a 2nd version based on code change requests. | |||||
2009-10-30 | Fix: Quiet compiler warnings | Denis Kenzior | 2 | -5/+0 | |
2009-10-30 | Add checking for valid APN format | Denis Kenzior | 1 | -0/+3 | |
2009-10-30 | Add unit test for valid APN names | Denis Kenzior | 1 | -0/+41 | |
2009-10-30 | Add utility to test for valid APN names | Denis Kenzior | 2 | -0/+28 | |
2009-10-30 | Add saving / restoring of netreg settings | Denis Kenzior | 1 | -0/+52 | |
2009-10-30 | Add utilities for settings management | Denis Kenzior | 2 | -0/+67 | |
2009-10-30 | Fix: Remove unused header include | Denis Kenzior | 1 | -1/+0 | |
2009-10-30 | Add Mode property to NetworkRegistration | Denis Kenzior | 1 | -2/+52 | |
2009-10-30 | Fix: style issues | Denis Kenzior | 1 | -2/+4 | |
2009-10-30 | Fix: Refine the logic for CHLD=1 and CHLD=2 | Denis Kenzior | 1 | -4/+8 | |
2009-10-29 | Fix: Properly update technologies | Denis Kenzior | 1 | -3/+10 | |
When current operator is reported, update the technology list if the tech information is available | |||||
2009-10-29 | Compress the operator list before processing | Denis Kenzior | 1 | -10/+30 | |
2009-10-29 | Update the network API | Denis Kenzior | 1 | -2/+3 | |
2009-10-29 | Add utility to compress plmns that vary by tech | Denis Kenzior | 1 | -0/+30 | |
2009-10-29 | Refactor: Get rid of useless netreg parameter | Denis Kenzior | 1 | -16/+12 | |
2009-10-29 | Refactor: Use Technologies instead of Technology | Denis Kenzior | 1 | -18/+24 | |
2009-10-29 | Add utility to create a list of supported techs | Denis Kenzior | 1 | -0/+24 | |
2009-10-29 | Refactor: Operator registration to DBUS | Denis Kenzior | 1 | -30/+21 | |
2009-10-29 | Refactor: Internal data structures | Denis Kenzior | 1 | -61/+71 | |
This is in preparation to coalescing multiple operators reported by the driver that vary only by technology into a single operator with multiple technologies | |||||
2009-10-29 | Update the isimodem driver to the new API | Denis Kenzior | 1 | -2/+2 | |
2009-10-29 | Update the atmodem driver to the new API | Denis Kenzior | 1 | -2/+2 | |
2009-10-29 | Update the netreg driver to use mcc/mnc | Denis Kenzior | 1 | -2/+2 | |
Don't use the ofono_network_operator structure anymore | |||||
2009-10-29 | Fix: Don't pass ofono_network_operator structures | Denis Kenzior | 3 | -8/+8 | |
2009-10-29 | Fix: Also auto register when status is unknown | Denis Kenzior | 1 | -1/+2 | |
2009-10-29 | Fix: Quiet compiler warning | Denis Kenzior | 1 | -1/+0 | |
2009-10-29 | Refactor: Make MBM driver actually use EMRDY | Denis Kenzior | 1 | -4/+60 | |
2009-10-29 | Fix: Return EINPROGRESS as intended | Denis Kenzior | 1 | -2/+2 | |
2009-10-29 | Fix message handling for autostart. | Claudio Takahasi | 1 | -0/+3 | |
Current implementation of libdbus Request name is blocking, consequently the first incomming message that triggered the service autostart is not being processed properly. | |||||
2009-10-29 | Fix: Refine logic for hangup | Denis Kenzior | 1 | -4/+6 | |
2009-10-28 | Fix: This hack is no longer necessary | Denis Kenzior | 1 | -44/+1 | |
2009-10-28 | In the simple single active call case, use hangup | Denis Kenzior | 1 | -6/+23 | |
2009-10-28 | Fix: Don't pass the indexes | Denis Kenzior | 1 | -7/+9 | |
These can be obtained inside the function anyway | |||||
2009-10-28 | Fix: No need to set this to NULL | Denis Kenzior | 1 | -1/+0 | |
2009-10-28 | Cleanup: Fixup style | Denis Kenzior | 1 | -13/+8 | |
2009-10-28 | Add voicecall driver for Bluetooth HFP | Zhenhua Zhang | 5 | -2/+617 | |
HFP voicecall driver uses AT+CIEV indicator to notify call status update according to Bluetooth HFP spec v1.5. This patch only adds single call support. | |||||
2009-10-28 | Refactor: Move alloc/release id to atutil.c | Zhenhua Zhang | 3 | -22/+24 | |
2009-10-28 | Refactor: Move & Rename functions to atutil.c | Zhenhua Zhang | 3 | -32/+35 | |
Move and rename call_compare and call_compare_by_status to atutil.c. These will be utilized by other drivers, including hfpmodem. | |||||
2009-10-28 | Cleanup previous patch | Denis Kenzior | 2 | -87/+47 | |
2009-10-28 | Add serial settings parser to modemconf plugin | Ryan Raasch | 2 | -4/+103 | |
2009-10-28 | Cleanup previous patch and update docs | Denis Kenzior | 2 | -8/+9 | |
2009-10-28 | Refactor: Capitalize g_at_tty option names | Ryan Raasch | 1 | -8/+8 | |
2009-10-28 | Fix: Take care of the logic for Dialing | Denis Kenzior | 1 | -2/+65 | |
The logic for dialing a call while other calls are in the system is a bit more complicated than what was implemented. There are several cases to consider: - Active Call and Held Call In this situation we cannot dial, the user must drop one of the calls. - Active Call and Waiting Call -> We have to put the active call on hold, unfortunately there is no standard command to do so without affecting the waiting call. If the modem has a vendor specific implementation, then try to use that. - Active Call only -> Put the active call on hold. We use the swap_without_accept implementation (if exists) to be safe, otherwise we fall back to hold active calls. - No Active calls -> Simply dial | |||||
2009-10-28 | Refactor: Avoid unnecessary forward declarations | Denis Kenzior | 1 | -45/+44 | |
2009-10-28 | Refactor: Move more code around | Denis Kenzior | 1 | -69/+67 | |
Avoid unnecessary forward declarations | |||||
2009-10-28 | Refactor: Move code to avoid forward declaration | Denis Kenzior | 1 | -171/+170 | |
2009-10-28 | Refactor: Get rid of PENDING_FLAG in voicecalls | Denis Kenzior | 1 | -128/+44 | |
the pending variable was enough already. Also refactor to use __ofono_dbus_pending_reply to make the code much more readable. | |||||
2009-10-28 | Add utility to parse CLIR option | Denis Kenzior | 1 | -7/+17 | |
2009-10-27 | Refactor: replace netreg get_operator with mcc/mnc | Denis Kenzior | 3 | -10/+22 | |
The full operator information is useless as only mcc/mnc are really required. The internal structures will be changing soon |