Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | core: new boxed type for NULL-terminated array of gpointers | Aleksander Morgado | |
2012-03-15 | plugin-base: use MM_TYPE_UINT16_ARRAY for vendor/product ID properties | Aleksander Morgado | |
2012-03-15 | core: new boxed type for 0-terminated array of guint16 values | Aleksander Morgado | |
2012-03-15 | plugin-base: use GStrv boxed types for string array properties | Aleksander Morgado | |
2012-03-15 | nokia: plugin fully ported to the new codebase | Aleksander Morgado | |
2012-03-15 | nokia: include port type hints | Aleksander Morgado | |
Ported commit 44194ac to the new codebase. | |||
2012-03-15 | bearer-cdma: use #777 as default number to dial when none given explicitly | Aleksander Morgado | |
2012-03-15 | broadband-modem: redefine generic supported mode loading implementation | Aleksander Morgado | |
* assume CDMA1x is 2G * consider CS/PS/CDMA1x/EVDO network support flags specified by the plugins | |||
2012-03-15 | broadband-modem: we can expect non-LTE 3GPP+CDMA modems | Aleksander Morgado | |
2012-03-15 | core,plugins: handle missing `last_command' flags | Aleksander Morgado | |
These didn't get compilation errors when `MMBaseModemAtResponseProcessor' was changed, as we're doing an explicit casting. | |||
2012-03-15 | cli: print properties only if registered in the specific network(s) | Aleksander Morgado | |
If registered in the 3GPP network, print 3GPP-specific properties; and if registered in a CDMA network, print CDMA-specific properties. | |||
2012-03-15 | cli: include CDMA-specific properties in the simple status report | Aleksander Morgado | |
2012-03-15 | iface-modem-cdma: bind CDMA-specific properties for the simple status | Aleksander Morgado | |
2012-03-15 | libmm-glib: include CDMA-specific items in the simple status properties | Aleksander Morgado | |
2012-03-15 | libmm-common: include CDMA-specific items in the simple properties | Aleksander Morgado | |
2012-03-15 | api,dbus: include CDMA-specific properties in the simple status query | Aleksander Morgado | |
2012-03-15 | api,dbus: prefix with 'm3gpp' the 3GPP-specific entries returned in the ↵ | Aleksander Morgado | |
simple status Note that we cannot have properties starting with a digit :-/ | |||
2012-03-15 | libmm-glib: prefix with '3gpp' the 3GPP-specific simple status properties | Aleksander Morgado | |
2012-03-15 | libmm-common: prefix with '3gpp' the 3GPP-specific simple properties | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: new connection logic when more than one bearer around | Aleksander Morgado | |
For mixed 3GPP+CDMA modems, we first try to connect the 3GPP bearers, and then the CDMA ones. | |||
2012-03-15 | libmm-common: allow duplicating the bearer properties object | Aleksander Morgado | |
2012-03-15 | broadband-modem: on mixed CDMA+LTE modems, guess which kind of bearer to create | Aleksander Morgado | |
2012-03-15 | iface-modem-simple: build 3GPP+CDMA registration check logic | Aleksander Morgado | |
For mixed 3GPP+CDMA modems, we check registrations in both 3GPP and CDMA networks, and we stop checks when we find ourselves registered in either one or the other. | |||
2012-03-15 | iface-modem-cdma: let caller decide the maximum registration timeout | Aleksander Morgado | |
2012-03-15 | iface-modem-3gpp: let caller decide the maximum registration timeout | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement CDMA registration method | Aleksander Morgado | |
Will wait up to 60s to be registered in the CDMA network. | |||
2012-03-15 | iface-modem-cdma: provide a method to register in the CDMA network | Aleksander Morgado | |
This will really not be like the 3GPP method. In 3GPP we can request to do auto-registration, or request to lock to a specific Operator. Once that done, we wait for unsolicited registration messages and also perform peridic registration checks. In the case of the CDMA network, the registration seems to be always automatic. Therefore, this method to register in the CDMA network will just make sure that we got registered, by waiting up to N seconds while doing periodic registration checks. | |||
2012-03-15 | cli: split the command to register in a 3GPP network | Aleksander Morgado | |
We provide `--3gpp-register-home' to request automatic registration. This will try to register in the home network if available; and if not available, in any other network being allowed. We also provide `--3gpp-register-in-operator' to try to lock the registration in the network of a given specific operator, specified by MCCMNC. | |||
2012-03-15 | api,dbus: MCCMNC identifies the operator (country+network), not just the network | Aleksander Morgado | |
MCCMNC = MCC (Mobile Country Code) + MNC (Mobile Network Code) | |||
2012-03-15 | broadband-modem: refactor the code a bit | Aleksander Morgado | |
* Include interface-specific prefixes in methods implemented (e.g. 'modem_3gpp_' for all 3GPP interface method implementations. * Pack together in the private struct variables required in the implementation of a given interface. | |||
2012-03-15 | broadband-modem: set auto registration with AT+COPS=0 | Aleksander Morgado | |
This is, remove the use of "AT+COPS=0,,". The extra commas break its use in a Nokia C7, and the proper/clean way to do it anyway is to avoid using the commas. | |||
2012-03-15 | cli: print CDMA-related info from the modem | Aleksander Morgado | |
2012-03-15 | cli: new helper to get the CDMA registration state string | Aleksander Morgado | |
2012-03-15 | libmm-glib: handle the CDMA interface | Aleksander Morgado | |
2012-03-15 | manager: make sure modems get exported when all their ports are finished | Dan Williams | |
My LG Rumor2 phone (ttyACM0 - AT, ttyUSB0 - QCDM) was never getting exported after the QCDM port finished probing. Not entirely sure why, but we should check whether we need to export a modem or not any time a port gets grabbed. | |||
2012-03-15 | gobi: ensure QCDM ports are correctly grabbed | Dan Williams | |
Need to suggest that it's QCDM since the MMPortProbe stuff doesn't get passed through to mm_base_modem_grab_port() so we can't detect QCDM ports automatically there. | |||
2012-03-15 | broadband-modem: fix check for QCDM capability | Dan Williams | |
has_qcdm_port was never set to TRUE anywhere... | |||
2012-03-15 | gobi: port to 06-api | Dan Williams | |
2012-03-15 | broadband-modem: ignore early AT error responses for modem info | Dan Williams | |
Where we have multiple commands that are all supposed to return the same thing (ie, GMM/CGMM, CSQ/CSQ?) but some modems support one and not the other, don't exit the sequence early if the modem doesn't support one of them. Gobi modems with CDMA firmware don't support the Cxxx variants so the returned ERROR (CME error 100) made the generic parser break out of the AT sequence without trying the additional commands that are supported. | |||
2012-03-15 | base-modem-at: indicate sequence status to response parsers | Dan Williams | |
Let parsers know if this command is the last in a sequence since they may want to handle errors differently if that's the case. | |||
2012-03-15 | bearer-cdma: implement bearer connection and disconnection | Aleksander Morgado | |
2012-03-15 | bearer-cdma: new property for the number to dial | Aleksander Morgado | |
2012-03-15 | bearer-cdma: when specific RM protocol given to be used, ensure it is supported | Aleksander Morgado | |
If the requested RM protocol is not supported, the CDMA Bearer creation will fail. | |||
2012-03-15 | bearer-cdma: make it async-initable | Aleksander Morgado | |
We'll run some checks before having the object fully created. | |||
2012-03-15 | bearer-cdma: avoid the need of the modem object during new_finish() | Aleksander Morgado | |
2012-03-15 | bearer-cdma: allow subclasses to use the same unique path generator | Aleksander Morgado | |
2012-03-15 | bearer-3gpp: avoid the need of the modem object during new_finish() | Aleksander Morgado | |
2012-03-15 | bearer-3gpp: allow subclasses to use the same unique path generator | Aleksander Morgado | |
2012-03-15 | bearer: export the object whenever both path and connection are set | Aleksander Morgado | |
2012-03-15 | sim: minor code simplification | Aleksander Morgado | |