Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-16 | bearer-mbim: remove unused property name | Aleksander Morgado | |
2021-03-17 | bearer-mbim: session id 0 by default in all non-multiplexed connections | Aleksander Morgado | |
The original logic in the MBIM modem would assume that if we had more than one network interface in the same modem, we could connect multiple data interfaces, each one with a different session. That logic is actually wrong, when using the master (non-multiplexed) network interface we should always use session id 0, which is the one holding all non-VLAN-tagged traffic. So, remove the logic that automatically creates new bearers with a different session id, as that is really wrong. | |||
2020-09-19 | core: add autoptr cleanup methods to all internal types | Aleksander Morgado | |
2014-07-06 | bearer: rename 'MMBearer' to 'MMBaseBearer' | Aleksander Morgado | |
Just so that we don't have same header names in src/ and /libmm-glib. | |||
2013-04-17 | bearer-mbim: gather a unique session id in the [0,255] range | Aleksander Morgado | |
2013-04-17 | mbim: add initial MBIM support skeleton | Aleksander Morgado | |