aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer-mbim.h
AgeCommit message (Collapse)Author
2023-11-16bearer-mbim: remove unused property nameAleksander Morgado
2021-03-17bearer-mbim: session id 0 by default in all non-multiplexed connectionsAleksander 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-19core: add autoptr cleanup methods to all internal typesAleksander Morgado
2014-07-06bearer: rename 'MMBearer' to 'MMBaseBearer'Aleksander Morgado
Just so that we don't have same header names in src/ and /libmm-glib.
2013-04-17bearer-mbim: gather a unique session id in the [0,255] rangeAleksander Morgado
2013-04-17mbim: add initial MBIM support skeletonAleksander Morgado