platform/upstream/ofono.git
2009-11-03 Zhenhua ZhangFix: The use of cind_val / cind_pos was wrong
2009-11-03 Zhenhua ZhangRefactor: Get rid of mpty_call variable
2009-11-03 Zhenhua ZhangFix: Remove some dead code
2009-11-02 Denis KenziorAdd ability to restore GPRS contexts from settings
2009-11-02 Denis KenziorSave GPRS context settings
2009-11-02 Denis KenziorAdd Basic save/restore code for GPRS setting
2009-11-02 Denis KenziorLimit the number of contexts that we manage
2009-11-02 Denis KenziorUpdate CreateContext API
2009-11-02 Denis KenziorAdd utility to convert strings to context type
2009-11-02 Denis KenziorFix: Default to type internet
2009-11-01 Marcel HoltmannRelease 0.9 0.9
2009-11-01 Marcel HoltmannUse ofono_info() for AT command debugging
2009-11-01 Ryan M. RaaschInserted the GSM syntax option in modem.conf
2009-10-30 Denis KenziorFix: Quiet compiler warnings
2009-10-30 Denis KenziorAdd checking for valid APN format
2009-10-30 Denis KenziorAdd unit test for valid APN names
2009-10-30 Denis KenziorAdd utility to test for valid APN names
2009-10-30 Denis KenziorAdd saving / restoring of netreg settings
2009-10-30 Denis KenziorAdd utilities for settings management
2009-10-30 Denis KenziorFix: Remove unused header include
2009-10-30 Denis KenziorAdd Mode property to NetworkRegistration
2009-10-30 Denis KenziorFix: style issues
2009-10-30 Denis KenziorFix: Refine the logic for CHLD=1 and CHLD=2
2009-10-29 Denis KenziorFix: Properly update technologies
2009-10-29 Denis KenziorCompress the operator list before processing
2009-10-29 Denis KenziorUpdate the network API
2009-10-29 Denis KenziorAdd utility to compress plmns that vary by tech
2009-10-29 Denis KenziorRefactor: Get rid of useless netreg parameter
2009-10-29 Denis KenziorRefactor: Use Technologies instead of Technology
2009-10-29 Denis KenziorAdd utility to create a list of supported techs
2009-10-29 Denis KenziorRefactor: Operator registration to DBUS
2009-10-29 Denis KenziorRefactor: Internal data structures
2009-10-29 Denis KenziorUpdate the isimodem driver to the new API
2009-10-29 Denis KenziorUpdate the atmodem driver to the new API
2009-10-29 Denis KenziorUpdate the netreg driver to use mcc/mnc
2009-10-29 Denis KenziorFix: Don't pass ofono_network_operator structures
2009-10-29 Denis KenziorFix: Also auto register when status is unknown
2009-10-29 Denis KenziorFix: Quiet compiler warning
2009-10-29 Denis KenziorRefactor: Make MBM driver actually use EMRDY
2009-10-29 Denis KenziorFix: Return EINPROGRESS as intended
2009-10-29 Claudio TakahasiFix message handling for autostart.
2009-10-29 Denis KenziorFix: Refine logic for hangup
2009-10-29 Denis KenziorFix: This hack is no longer necessary
2009-10-29 Denis KenziorIn the simple single active call case, use hangup
2009-10-29 Denis KenziorFix: Don't pass the indexes
2009-10-28 Denis KenziorFix: No need to set this to NULL
2009-10-28 Denis KenziorCleanup: Fixup style
2009-10-28 Zhenhua ZhangAdd voicecall driver for Bluetooth HFP
2009-10-28 Zhenhua ZhangRefactor: Move alloc/release id to atutil.c
2009-10-28 Zhenhua ZhangRefactor: Move & Rename functions to atutil.c
2009-10-28 Denis KenziorCleanup previous patch
2009-10-28 Ryan RaaschAdd serial settings parser to modemconf plugin
2009-10-28 Denis KenziorCleanup previous patch and update docs
2009-10-28 Ryan RaaschRefactor: Capitalize g_at_tty option names
2009-10-28 Denis KenziorFix: Take care of the logic for Dialing
2009-10-28 Denis KenziorRefactor: Avoid unnecessary forward declarations
2009-10-28 Denis KenziorRefactor: Move more code around
2009-10-28 Denis KenziorRefactor: Move code to avoid forward declaration
2009-10-28 Denis KenziorRefactor: Get rid of PENDING_FLAG in voicecalls
2009-10-28 Denis KenziorAdd utility to parse CLIR option
2009-10-28 Denis KenziorRefactor: replace netreg get_operator with mcc/mnc
2009-10-27 Denis KenziorFix: Don't emit spurious Base Station Name signal
2009-10-27 Denis KenziorFix: Skip empty emergency numbers
2009-10-27 Denis KenziorFix: Obscure crash when GPRS is not supported
2009-10-27 Denis KenziorFix: Properly unregister context on exit
2009-10-26 Denis KenziorFix: Use driver_attached instead of attached
2009-10-26 Denis KenziorMake netreg_update based on CREG, not CGREG
2009-10-26 Denis KenziorSimplify logic in netreg_update
2009-10-26 Denis KenziorFix unused variable warning
2009-10-26 Denis KenziorDon't cause an infinite loop
2009-10-26 Denis KenziorGet rid of the AFTER_ROAMING stuff
2009-10-26 Denis KenziorIgnore gprs status when not attached/attaching
2009-10-26 Denis KenziorUpdate attached status when gprs status changes
2009-10-26 Denis KenziorFix: notify_attached was only used when detached
2009-10-26 Denis KenziorAdd a master function for updating attached state
2009-10-26 Denis KenziorFixup initialization logic
2009-10-26 Denis KenziorFix: Initialize registration statuses
2009-10-26 Denis KenziorFix: Reset netreg to 0 when unregistered
2009-10-26 Andrzej ZaborowskiRefactor: Make GPRS use information from netreg
2009-10-26 Andrzej ZaborowskiFix: Don't attach if searching
2009-10-26 Andrzej ZaborowskiFix interpretation of new GPRS registration status...
2009-10-24 Denis KenziorFix: Fix segfault from improperly initialized data
2009-10-24 Denis KenziorFix: Register for E2NAP notifications
2009-10-24 Denis KenziorFix: ENAP=0 is the only way to use this
2009-10-24 Marcel HoltmannRemove support for call forwarding and barring from...
2009-10-24 Marcel HoltmannAdd test script for activating the first context
2009-10-24 Marcel HoltmannAdd simple test script for creating a context and setti...
2009-10-24 Marcel HoltmannFix tiny copy-and-past left-over
2009-10-24 Marcel HoltmannAdd test script for showing primary data contexts
2009-10-24 Marcel HoltmannAdd some extra special handling to list-modem test...
2009-10-24 Andrzej ZaborowskiRegister gprs-context on calypso modem/phonesim.
2009-10-24 Andrzej ZaborowskiJust return success when value already set in SetProperty.
2009-10-23 Denis KenziorFix: Some modems report PDP_type in a list
2009-10-23 Denis KenziorAdd GPRS context setup to MBM plugin
2009-10-23 Denis KenziorFix: Connect up gprs and gprs_context
2009-10-23 Denis KenziorFix: Typo in property name
2009-10-23 Denis KenziorAdd initial implementation of MBM gprs context
2009-10-23 Denis KenziorFix: Update Init string & shutdown string for mbm
2009-10-23 Denis KenziorRegister for CGEV indications in gprs context
2009-10-23 Denis KenziorRemove unused code and make compiler happy
next