summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-11iface-mode: downgrade "access technology changed" message to debugDan Williams1-4/+4
2014-07-06sim: rename 'MMSim' to 'MMBaseSim'Aleksander Morgado1-11/+11
2014-07-06bearer: rename 'MMBearer' to 'MMBaseBearer'Aleksander Morgado1-12/+12
2014-06-04iface-modem: make "signal quality updated" log message debug not infoDan Williams1-3/+3
2014-03-03iface-modem: allow setting power state to OFF when modem is in FAILED stateBen Chan1-4/+9
2014-02-28iface-modem: allow requesting the refresh of the access techAleksander Morgado1-5/+26
2014-02-20iface-modem: allow transitioning to the OFF power stateAleksander Morgado1-9/+79
2014-01-11iface-modem,sim: make SIM interface initialization cancellableBen Chan1-1/+1
2013-12-17iface-modem: fix crash in wait_for_final_state_context_complete_and_freeBen Chan1-1/+6
2013-12-05core: fix some typos in commentsBen Chan1-2/+2
2013-11-21introspection,api: new 'Bearers' property in the Modem interfaceAleksander Morgado1-0/+27
2013-11-21altair-lte: add SIMREFRESH supportThieu Le1-0/+15
2013-10-24iface-modem: remove unnecessary G_SIMPLE_ASYNC_RESULT() castBen Chan1-1/+1
2013-09-19iface-modem: consolidate new unlock required check with retriesAleksander Morgado1-59/+172
2013-09-18iface-modem: fix MODEM_STATE_IS_INTERMEDIATE macroBen Chan1-6/+6
2013-09-16iface-modem: free GError when interface initialization is cancelledBen Chan1-0/+6
2013-09-02iface-modem: allow reset and factory reset operation in every stateBen Chan1-39/+11
2013-08-14iface-modem: add mm_iface_modem_get_model helper to query modelBen Chan1-0/+20
2013-06-25iface-modem: plug memleakAleksander Morgado1-0/+1
2013-06-24api,introspection: new 'Ports' property in the Modem interfaceAleksander Morgado1-0/+9
2013-06-24iface-modem: don't rely on the cached current power state valueAleksander Morgado1-41/+95
2013-06-05iface-modem: allow changing capabilities in every stateAleksander Morgado1-4/+8
2013-06-05iface-modem: load current modes and bands during initializationAleksander Morgado1-224/+185
2013-06-05api,introspection: new 'SetCurrentCapabilities' methodAleksander Morgado1-0/+140
2013-06-05api,introspection: rename 'ModemCapabilities' to 'SupportedCapabilities'Aleksander Morgado1-18/+60
2013-06-05api,introspection: merge 'AllowedModes' and 'SupportedMode' into 'CurrentModes'Aleksander Morgado1-76/+122
2013-06-05api,introspection: 'SupportedModes' is now a list of possible combinationsAleksander Morgado1-72/+134
2013-06-05api,instrospection: rename 'Bands' to 'CurrentBands'Aleksander Morgado1-68/+68
2013-06-05api,introspection: new 'SupportedIpFamilies' propertyAleksander Morgado1-0/+41
2013-04-25iface-modem: fix array insertion when setting bandsDan Williams1-2/+1
2013-04-18iface-modem: skip modem_after_sim_unlock() for CDMA-only devicesDan Williams1-4/+6
2013-04-18iface-modem: for multimode 3GPP+3GPP2 devices, check if SIM is availableAleksander Morgado1-18/+88
2013-04-18iface-modem: ignore SIM errors in 3GPP2-capable devicesAleksander Morgado1-27/+38
2013-04-17iface-modem: let the MBIM port be the primary oneAleksander Morgado1-4/+6
2013-04-05iface-modem: ensure we cancel the re-initialization idle if the modem goes awayAleksander Morgado1-2/+28
2013-03-27iface-modem: never try to create a SIM in a CDMA-only modemAleksander Morgado1-2/+4
2013-02-26iface-modem: allow falling back to 'failed' stateAleksander Morgado1-1/+4
2013-02-22api: notify in the interface about the reason why the modem is FAILEDAleksander Morgado1-4/+27
2013-02-20iface-modem: fix modem state consolidation upon bearer disconnectionBen Chan1-1/+1
2013-02-18ports: add port initialization sequences instead of iface-modem's modem_init()Aleksander Morgado1-37/+18
2013-02-14broadband-modem: don't try QCDM access technology checks for non-QCDM 3GPP de...Dan Williams1-1/+3
2013-01-30iface-modem: add a missing step increment in interface_initialization_stepBen Chan1-0/+2
2013-01-24iface-modem: rearrange initialization stepsBen Chan1-59/+59
2013-01-24iface-modem: fix invalid modem state consolidationBen Chan1-7/+8
2013-01-21iface-modem: print power state as stringAleksander Morgado1-1/+1
2013-01-18iface-modem: schedule signal quality check more often initiallyBen Chan1-7/+29
2013-01-11iface-modem: implement power mode loading and settingAleksander Morgado1-103/+332
2013-01-08iface-modem,sim: improve lock info update logicAleksander Morgado1-228/+219
2013-01-04iface-modem, novatel-lte: disable network scan in LTE modeBen Chan1-0/+20
2012-11-02iface-modem: load own numbers after SIM initializationBen Chan1-17/+17