Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-19 | core: add autoptr cleanup methods to all internal types | Aleksander Morgado | |
2014-02-13 | ports: rename 'MMAtSerialPort' to 'MMPortSerialAt' | Aleksander Morgado | |
2013-08-08 | iface-modem-cdma: use the new 'MMCdmaManualActivationProperties' | Aleksander Morgado | |
2013-03-22 | iface-modem-cdma: load initial activation state during init | Aleksander Morgado | |
2013-03-22 | iface-modem-cdma: allow reporting activation state changes | Aleksander Morgado | |
2012-10-04 | libmm-glib: remove the `libmm-common.h' header | Aleksander Morgado | |
Both the ModemManager daemon and the mmcli will now include `libmm-glib.h' only. We also handle two new special `_LIBMM_INSIDE_MM' and `LIBMM_INSIDE_MMCLI' symbols, which if included before the `libmm-glib.h' library allow us to: * Don't include the libmm-glib high level API in the ModemManager daemon, as the object names would clash with those in the core. * Define some of the methods of helper objects to be included only if compiling ModemManager daemon or the mmcli. | |||
2012-08-29 | iface-modem-cdma: provide separate method to update access tech | Aleksander Morgado | |
2012-08-29 | iface-modem-cdma: allow implementations to fully override registration checks | Aleksander Morgado | |
Implementations of the CDMA interface can either: * Implement run_registration_checks() or, * Implement the sub-steps of the generic registration checks sequence | |||
2012-08-29 | iface-modem-cdma: minor fix in interface API names | Aleksander Morgado | |
2012-08-06 | iface-modem-cdma: new steps to enable/disable unsolicited events | Aleksander Morgado | |
2012-07-16 | iface-modem-cdma: new steps to setup/cleanup unsolicited messages | Aleksander Morgado | |
2012-03-16 | iface-modem-cdma: let initialization and enabling sequences get cancelled | Aleksander Morgado | |
2012-03-16 | libmm-common: `MMSimpleStatus' won't be considered internal any more | Aleksander Morgado | |
Renamed `MMCommonSimpleProperties' to `MMSimpleStatus', and removed the `MMSimpleStatusProperties' provided in libmm-glib. We'll just use the original one from libmm-common always. | |||
2012-03-16 | iface-modem-cdma: include policy authorization checks | Aleksander Morgado | |
2012-03-16 | iface-modem-cdma: include in the API the mask of all CDMA access technologies | Aleksander Morgado | |
2012-03-15 | core: don't pass primary port to interface initializations | Aleksander Morgado | |
They will all get it themselves. | |||
2012-03-15 | iface-modem-cdma: CDMA bearer creation removed | Aleksander Morgado | |
2012-03-15 | iface-modem-cdma: let caller decide the maximum registration timeout | Aleksander Morgado | |
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 | bearer-cdma: avoid the need of the modem object during new_finish() | Aleksander Morgado | |
2012-03-15 | bearer: make bearer creation an asynchronous operation | Aleksander Morgado | |
We may want to do some checks while creating a new bearer. | |||
2012-03-15 | iface-modem-cdma: setup creation of CDMA bearers | Aleksander Morgado | |
2012-03-15 | iface-modem-cdma: load NID if available in the CDMA status QCDM response | Aleksander Morgado | |
2012-03-15 | iface-modem-cdma: allow to configure which registration steps to run | Aleksander Morgado | |
Implementations of the CDMA interface are allowed to specify which steps in the registration checks can be skipped. For example, if no QCDM ports are available, there won't be any need to try QCDM-based checks; or if Sprint commands are available, there won't be any need to run CDMA1x Serving System checks. | |||
2012-03-15 | iface-modem-cdma: last step to get detailed registration state | Aleksander Morgado | |
2012-03-15 | modem-helpers: new CDMA helper parsers | Aleksander Morgado | |
2012-03-15 | iface-modem-cdma: start implementing CDMA registration state logic | Aleksander Morgado | |
QCDM-based Call Manager and HDR state for now. | |||
2012-03-15 | iface-modem-cdma: load ESN during initialization | Aleksander Morgado | |
2012-03-15 | iface-modem-cdma: load MEID during initialization | Aleksander Morgado | |
2012-03-15 | iface-modem-cdma: new interface to handle CDMA specific actions | Aleksander Morgado | |