Imported Upstream connman version 1.38
[platform/upstream/connman.git] / plugins / ofono.c
2021-01-04 Niraj Kumar GoitImported Upstream connman version 1.38 29/246129/6
2020-05-08 Jaehyun KimMerge "Remove RW upgrade script" into tizen
2019-09-18 Nishant ChapranaImported Upstream version 1.37 66/214066/2 submit/tizen/20190920.082459
2019-07-04 Nishant ChapranaImported Upstream version 1.37 02/209302/1 upstream/1.37
2018-01-23 Seonah MoonUpdated connman to version 1.35 94/166794/2
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 13/67313/2
2016-04-26 taesubkimImported Upstream version 1.29 90/67290/1 upstream/1.29
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
2014-10-29 Zhang zhengguangImported Upstream version 1.26 upstream/1.26
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-04-03 Forest Bondofono: Add the CDMA network when the device is created
2013-04-03 Forest Bondofono: Add CDMA network when modem is registered
2013-01-30 Patrik Flyktofono: Set network available is needed only when scanning
2013-01-30 Patrik Flyktofono: Use ordinary string instead of ident
2012-11-15 Daniel Wagnerofono: Remove network if GPRS context is removed
2012-08-14 Daniel Wagnerofono: Set IPv6 nameservers
2012-08-14 Daniel Wagnerofono: Create ipconfig before setting index
2012-07-15 Marcel Holtmannplugins: Avoid shadowing connection variable
2012-06-30 Lucas De Marchiofono: Watch for signals only on OFONO_SERVICE
2012-06-30 Guillaume Zajacofono: Fix potential crash
2012-05-09 Henrique Dante de... ofono: Fix uninitialized variable
2012-05-09 Henrique Dante de... ofono: Fix uninitialized value
2012-05-09 Daniel WagneroFono: Initialize prefix_length
2012-05-08 Daniel Wagnerofono: Check for CM attached before registering network
2012-04-28 Marcel Holtmannplugins: Update copyright information
2012-04-20 Jussi Kukkonenofono: Only register network when APN is set
2012-04-20 Daniel Wagnerofono: Fix network_driver name
2012-04-02 Daniel Wagnerofono: Fix NULL pointer access in set_disconnect()
2012-03-05 Jussi Kukkonenofono: Remove network whenever context is removed
2012-03-05 Jussi Kukkonenofono: fix modem lookup in cm_context_added()
2012-02-28 Daniel Wagnerofono: Remove obsolete DUN comment
2012-02-13 Guillaume Zajacofono: Update CDMA documentation
2012-02-10 Samuel Ortizofono: Check for mcc before using it as an index
2012-01-27 Daniel WagneroFono: Update documentation
2012-01-20 Daniel Wagnerofono: Cancel pending SetProperty
2012-01-19 Daniel Wagnerofono: Register technology driver
2012-01-05 Yu A Wangofono: Fix network name is null for CDMA network
2012-01-05 Yu A Wangofono: Fix no ip settings for CDMA network
2012-01-05 Yu A Wangofono: Create device for CDMA modem
2011-12-22 Daniel Wagnerofono: Create ipconfig layer when creating network
2011-12-22 Daniel Wagnerofono: Discover already online modems
2011-12-22 Daniel Wagnerofono: Set device powered state
2011-12-22 Daniel Wagnerofono: Handle add/remove of API separatly
2011-12-22 Daniel Wagnerofono: Create device when powered up
2011-12-22 Daniel Wagnerofono: Refactor sim_changed()
2011-12-22 Daniel Wagnerofono: Enable and disable the modem through online...
2011-12-22 Daniel Wagnerofono: Ignore non-related interface updates
2011-12-22 Daniel Wagnerofono: Merge modem_set_un/powered()
2011-12-22 Daniel Wagnerofono: Remove unused set_cm_powered
2011-12-22 Daniel Wagnerofono: Remove unused set_online
2011-12-22 Daniel Wagnerofono: Merge cmda_cm_set_powered()/cmda_cm_shutdown()
2011-12-22 Daniel Wagnerofono: Merge context_set_in/active()
2011-12-22 Daniel Wagnerofono: Refactore IMSI update
2011-12-15 Daniel Wagnerofono: Set regulatory domain
2011-12-15 Daniel Wagnerofono: Fix cleanup of connman_manager_init()
2011-12-15 Daniel Wagnerofono: Remove unnecessary brackets
2011-12-15 Guillaume Zajacofono: Add cdma-connman relative functions
2011-12-15 Guillaume Zajacofono: Add cdma-netreg relative functions
2011-12-15 Daniel Wagnerofono: Cleanup connection_manager_init()
2011-12-15 Guillaume Zajacofono: Factorize Connection Managers intialization
2011-12-15 Guillaume Zajacofono: Add support for CDMA modems
2011-12-15 Guillaume Zajacofono: Add cdma-connman power and shutdown API
2011-12-15 Guillaume Zajacofono: Add CDMA interfaces extraction
2011-12-12 Daniel Wagnerofono: Remove unnecessary brackets
2011-12-12 Daniel Wagnerofono: Move cm powered update into a function
2011-12-12 Daniel Wagnerofono: Move cm attached update into a function
2011-12-12 Daniel Wagnerofono: Use generic setter instead connman_network_set_r...
2011-12-12 Daniel Wagnerofono: Monitor netreg Roaming property
2011-12-12 Daniel Wagnerofono: Move netreg strength update into a function
2011-12-12 Daniel Wagnerofono: Move netreg name update into a function
2011-12-12 Daniel Wagnerofono: Update copyright statement
2011-12-12 Daniel Wagnerofono: Add documentation
2011-12-12 Daniel Wagnerofono: Ignore non 'hardware' modem types.
2011-12-12 Daniel Wagnerofono: Power down modem when ConnMan shutsdown
2011-12-12 Daniel Wagnerofono: Add connect()/disconnnect network
2011-12-12 Daniel Wagnerofono: Register network object at core
2011-12-12 Daniel Wagnerofono: Get NetworkRegistration properties
2011-12-12 Daniel Wagnerofono: Extract ConnectionContext information
2011-12-12 Daniel Wagnerofono: Get ConnectionContext properties
2011-12-12 Daniel Wagnerofono: Power up ConnectionManager
2011-12-12 Daniel Wagnerofono: Get ConnectionManager properties
2011-12-12 Daniel Wagnerofono: Attach device to core
2011-12-12 Daniel Wagnerofono: Set modems online
2011-12-12 Daniel Wagnerofono: Get SIM properties
2011-12-12 Daniel Wagnerofono: Power up modems
2011-12-12 Daniel Wagnerofono: Extract modem properties
2011-12-12 Daniel Wagnerofono: Keep track of all modems
2011-12-12 Daniel Wagnerofono: Get all modems when oFono connects
2011-12-12 Daniel Wagnerofono: Listen to oFono's D-Bus signals
2011-12-12 Daniel Wagnerofono: Start refactoring plugin
2011-11-29 Yu A Wangofono: Do not call set_connected() from the activation...
2011-11-18 Yu A Wangofono: Don't set network index when device is removed
2011-10-05 Philippe Nunesofono: Create the cellular network only when attached...
2011-09-12 Yu A Wangofono: Remove 3G network after disabled 3G modem
2011-08-09 Guillaume Zajacofono: Improve coding style
2011-08-04 Yu A Wangofono: Destroy network_hash when disconnecting
2011-08-04 Yu A Wangofono: Duplicate network path value
2011-07-28 Bertrand Aygonofono: Network name is empty when operator is not available
2011-07-25 Daniel Wagnerofono: Fix network owner ship
next