Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | broadband-modem: new method to convert from UTF-8 to the charset in the modem | Aleksander Morgado | |
2012-03-16 | charsets: new UTF-8 to given charset converter | Aleksander Morgado | |
UCS-2 strings are always hex-converted. | |||
2012-03-16 | broadband-modem: expose the current charset to UTF-8 converter | Aleksander Morgado | |
So that subclasses can also use it. | |||
2012-03-16 | iface-modem: load current bands during modem enabling | Aleksander Morgado | |
2012-03-16 | api,dbus: rename `AllowedBands' to just `Bands' | Aleksander Morgado | |
ModemManager will load: 1) The list of supported bands. Note that this doesn't mean that any possible combination of bands is supported, as modems may support only specific combinations, but at least gives a rough idea of what the modem is capable of handling. 2) The list of CURRENT bands. There is no such "Allowed" bands, as we do with modes, modems will have a specific set of bands being currently used, which will be reported in the `Bands' property. If the modem allows modifying the list of bands to use, this can be done with the `SetBands()' method. If the modem doesn't support using a specific combination of bands, this method will report an error. | |||
2012-03-15 | api,header: added new Iridium capability | Aleksander Morgado | |
2012-03-15 | broadband-modem: allow no whitespaces before CPIN? reply value | Aleksander Morgado | |
2012-03-15 | modem-helpers: allow leading zeroes in CREG/CGREG responses | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement default enabling of SMS indications | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: need to enable/disable SMS indications | Aleksander Morgado | |
2012-03-15 | api,dbus: new `IpTimeout' property in the Bearer interface | Aleksander Morgado | |
This IpTimeout property will be read by NetworkManager, and used as the time to wait for pppd to establish the IP configuration (20s by default). | |||
2012-03-15 | iface-modem-simple: SIM-PIN2 locking does not prevent from connecting | Aleksander Morgado | |
2012-03-15 | sim: allow subclasses to specify they can't load property values | Aleksander Morgado | |
2012-03-15 | api,dbus: new `Command' method in the API to send arbitrary AT commands | Nathan Williams | |
BUG=chromium-os:25348 TEST="mmcli -m 0 --command='E0'" Change-Id: I320587560fde5780f9d5a4998e32364d36a71ed7 | |||
2012-03-15 | plugin-base: filters for product ID/string also require vendor ID/string checks | Aleksander Morgado | |
2012-03-15 | core: new private boxed types for string and uint16 pairs | Aleksander Morgado | |
2012-03-15 | manager: print modem debug info as soon as it gets exported | Aleksander Morgado | |
2012-03-15 | broadband-modem: minor indentation fixes | Aleksander Morgado | |
2012-03-15 | broadband-bearer: avoid double free | Aleksander Morgado | |
Don't free an error which is taken by the async result. | |||
2012-03-15 | core: don't pass primary port to interface initializations | Aleksander Morgado | |
They will all get it themselves. | |||
2012-03-15 | broadband-modem: run setup of all ports as first step in initialization | Aleksander Morgado | |
This is run always once all ports grabbed and organized. | |||
2012-03-15 | core: rework port grabbing and organization | Aleksander Morgado | |
Make port roles more flexible. We have modems that do PPP on interfaces other than the primary interface, and that wasn't possible with the old code. So clean up all that logic and move the port organization code into the core so we can reduce code in the plugins. In the new world order, the plugins say whether the port is a QCDM port, an AT port, or ignored. If it's an AT port the plugins get to tag it as primary, secondary, or PPP, or any combination of the 3. This allows for modems where PPP should really be done on the secondary port (Huawei E220, Sierra devices) so that the primary port stays open for command and status. After all ports are grabbed by the generic classes, they get "organized", which assigns various ports to the roles of PRIMARY, SECONDARY, DATA, and QCDM based on specific rules and hints that the plugin provided (which are expressed as MMAtPortFlags). The plugin code is responsible for determining the port hints (ie MMAtPortFlags) at probe time, instead of having a combination of the plugin and the modem class do the job. This simplifies things greatly for the plugins at the expense of more complicated logic in the core. This is the port of commit 96505d42ed62327101dcee7c2bf31177b0bb1c9f to the 06-api branch. | |||
2012-03-15 | at-serial-port: new AT port specific flags | Aleksander Morgado | |
2012-03-15 | at-serial-port: no need to pass port type when creating the object | Aleksander Morgado | |
We'll just specify the port is AT, not primary or secondary | |||
2012-03-15 | qcdm-serial-port: no need to pass port type when creating the object | Aleksander Morgado | |
2012-03-15 | bearer-list: avoid redefinition of MMBearerLisForeachFunc | Aleksander Morgado | |
2012-03-15 | base-modem: also signal validity when reporting invalid | Aleksander Morgado | |
Otherwise the manager won't catch invalid modems failing at initialization. | |||
2012-03-15 | port: no need for custom enum to string converters | Aleksander Morgado | |
2012-03-15 | base-modem: use new autogenerated port-enum-string getters | Aleksander Morgado | |
2012-03-15 | build: private enums don't depend on the public ones | Aleksander Morgado | |
2012-03-15 | build: generate libserial-specific enum types | Aleksander Morgado | |
2012-03-15 | build: renamed files holding daemon-specific enum types | Aleksander Morgado | |
2012-03-15 | broadband-modem: always PDU mode preferred | Aleksander Morgado | |
2012-03-15 | sms: specify storage where the SMS is kept | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: once all messages initially loaded, set default storages | Aleksander Morgado | |
2012-03-15 | broadband-modem: implement default storage settings | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: use defaults when no specific storage specified | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: load initial parts from all available storages | Aleksander Morgado | |
2012-03-15 | test: new tester for CPMS=? results | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: new method to set preferred SMS storages | Aleksander Morgado | |
2012-03-15 | broadband-modem: override default preferred mem1/mem2/mem3 storages | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: new properties to define preferred mem1/mem2/mem3 ↵ | Aleksander Morgado | |
storages | |||
2012-03-15 | broadband-modem: implement default SMS storage loading | Aleksander Morgado | |
2012-03-15 | iface-modem-messaging: load supported SMS storages during initialization | Aleksander Morgado | |
2012-03-15 | modem-helpers: new CPMS format result parser | Aleksander Morgado | |
2012-03-15 | sms: implement default sending, either from storage or through the generic cmd | Aleksander Morgado | |
2012-03-15 | sms: don't allow sending received messages | Aleksander Morgado | |
2012-03-15 | sms: implement default storing | Aleksander Morgado | |
2012-03-15 | sms-part: include the submit-pdu building code | Aleksander Morgado | |
It currently doesn't do multi-part. When do support that, we may end up needing to move all this code to mm-sms.c | |||
2012-03-15 | broadband-modem: implement the use-pdu-mode flag property | Aleksander Morgado | |