aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-08-06icera: remove `MMIfaceIcera'Aleksander Morgado
2012-08-06samsung: make the modem object inherit from the `MMBroadbandModemIcera'Aleksander Morgado
2012-08-06icera: create a generic broadband bearer when no net ports availableAleksander Morgado
2012-08-06icera: allow specifying at modem/bearer level whether we want DHCP or STATICAleksander Morgado
2012-08-06icera: new `MMBroadbandModemIcera'Aleksander Morgado
We'll get rid of the `MMIfaceIcera'.
2012-08-06icera: implement dynamic band support checkingDan Williams
Turns out we can check supported bands by asking the modem what the enabled state is for the bands it says it supports, and then setting the enabled state to what it currently is. For bands the modem actually doesn't support, it'll return an error. Use that to build up the modem's actual supported band list.
2012-08-06samsung: use generic Icera band handling functionsDan Williams
2012-08-06icera: add generic band handling functionsDan Williams
2012-08-06samsung: use generic Icera unlock retries checking functionsDan Williams
2012-08-06icera: add generic unlock retries checkingDan Williams
2012-08-06samsung: add Samsung Electronics, Inc. as copyright ownersAleksander Morgado
They actually wrote the original Samsung plugin in ModemManager 0.5.
2012-08-06samsung: new `MMBroadbandBearerSamsung'Aleksander Morgado
Based on the Icera bearer, but using DHCP in the net port.
2012-08-06icera: avoid highly unlikely use of already unref-ed bearerAleksander Morgado
In the connection and disconnection sequences, we make sure that the Bearer object is valid by keeping a reference in the Dial3gppContext and Disconnect3gppContext (actually, another one kept by the GSimpleAsyncResult as well). But we are considering here the case where the context is completed and freed by an unsolicited message handler before we get the reply to the AT command, so to properly ensure that the bearer object is still valid when we try to check if the context is in the priv struct, we need to keep an extra ref around.
2012-08-06hso: avoid highly unlikely use of already unref-ed bearerAleksander Morgado
In the connection sequence, we make sure that the Bearer object is valid by keeping a reference in the Dial3gppContext (actually, another one kept by the GSimpleAsyncResult as well). But we are considering here the case where the connection context is completed and freed by an unsolicited message handler before we get the reply to the AT command, so to properly ensure that the bearer object is still valid when we try to check if the context is in the priv struct, we need to keep an extra ref around.
2012-08-06hso: avoid trying to use an already freed contextAleksander Morgado
In the connection sequence, we keep the context in the private info of the Bearer object, so that we can complete and free it when we receive OWANCALL unsolicited messages. Now, the reply of the OWANCALL itself may get processed as an unsolicited message, so effectively we're processing and finishing the connection/disconnection context *before* we process the reply of the AT command. This patch ensures that we do not try to re-use the connection context after it has been processed by the unsolicited messages handler.
2012-08-06icera: avoid trying to use an already freed contextAleksander Morgado
In both the connection and disconnection sequences, we keep the context in the private info of the Bearer object, so that we can complete and free it when we receive %IPDPACT unsolicited messages. Now, the reply of the %IPDPACT itself may get processed as an unsolicited message, so effectively we're processing and finishing the connection/disconnection context *before* we process the reply of the AT command. This patch ensures that we do not try to re-use the connection/disconnection context after it has been processed by the unsolicited messages handler.
2012-08-06samsung: fix crash due to uninitialized GError variablesBen Chan
BUG=chromium-os:32475 TEST=emerge modemmanager-next Change-Id: I8dad924dae9a249c3b9235786226b7dd40bd8819
2012-08-06icera: fix timezone request AT commandDan Williams
Actual command uses a *, not a %. Must have been a typo when porting to the new MM since 0.6 uses a * too.
2012-08-06trivial: comment spelling fixDan Williams
2012-08-06longcheer: implement unlock retries checkingDan Williams
2012-08-06hso: fix small error in unlock retries checkingDan Williams
_OERCN only reports PIN and PUK, so we only check for two values.
2012-08-06hso: implement unlock retries checkingDan Williams
2012-08-06samsung: plugin fully portedAleksander Morgado
2012-08-06samsung: use CFUN=4 for power downAleksander Morgado
2012-08-06samsung: custom configuration for AT serial portsAleksander Morgado
2012-08-06samsung: use Icera-based time loadingAleksander Morgado
2012-08-06samsung: user Icera-based timezone loadingAleksander Morgado
2012-08-06samsung: minor coding style fixesAleksander Morgado
2012-08-06samsung: use the generic Icera bearerAleksander Morgado
2012-08-06samsung: use Icera-based unsolicited messages setup and access tech loadingAleksander Morgado
2012-08-06samsung: don't hardcode supported modesAleksander Morgado
Don't try to implement supported modes loading if we're just hardcoding the values; the proper way would be to run the %IPSYS=? test command and parse the results.
2012-08-06samsung: use Icera-based allowed mode settingAleksander Morgado
2012-08-06samsung: use Icera-based initial allowed mode loadingAleksander Morgado
2012-08-06samsung: implement the `MMIfaceIcera' interfaceAleksander Morgado
2012-08-06icera: plugin fully portedAleksander Morgado
2012-08-06icera: provide method to check Icera supportAleksander Morgado
2012-08-06icera: implement network time retrievalAleksander Morgado
2012-08-06icera: implement timezone loadingAleksander Morgado
2012-08-06icera: try to gather extended connection failed reasons when reporting errorAleksander Morgado
2012-08-06icera: implement IP config retrieval in the bearerAleksander Morgado
2012-08-06icera: implement modem resetAleksander Morgado
2012-08-06icera: implement 3GPP disconnectionAleksander Morgado
2012-08-06icera: listen for %IPDPACT unsolicited messages and report connection statusAleksander Morgado
2012-08-06icera: implement 3GPP diallingAleksander Morgado
The modem object needs to listen to unsolicited messages and report bearer connection status itself.
2012-08-06icera: new `MMBroadbandBearerIcera'Aleksander Morgado
2012-08-06icera: ignore +PACSP unsolicited messagesAleksander Morgado
2012-08-06icera: implement 3GPP unsolicited messages enabling/disablingAleksander Morgado
2012-08-06icera: implement loading access technologiesAleksander Morgado
2012-08-06icera: implement %NWSTATE unsolicited messages handlingAleksander Morgado
2012-08-06icera: implement allowed mode settingAleksander Morgado