Lines Matching +full:in +full:- +full:application

1 .. SPDX-License-Identifier: GPL-2.0-only
3 .. Copyright (C) 2020-21 Intel Corporation
13 MBIM protocol [1]. Any front end application ( eg: Modem Manager) could easily
20 not play any role in managing the functionality. It is the job of a userspace
21 application to detect port enumeration and enable MBIM functionality.
23 Examples of few such userspace application are:
24 - mbimcli (included with the libmbim [2] library), and
25 - Modem Manager [3]
29 - open the MBIM control channel
30 - configure network connection settings
31 - connect to network
32 - configure IP network interface
34 Management application development
37 described in [1] Mobile Broadband Interface Model v1.0 Errata-1.
40 ----------------------------------
46 /dev/wwan0mbim0 character device. Application shall use this interface for
51 The userspace application is responsible for all control message fragmentation
56 The MBIM control messages from the management application must not exceed the
61 The management application must accept control messages of up the negotiated
65 -------------------------------
67 wwan0-X network device
69 The IOSM driver exposes IP link interface "wwan0-X" of type "wwan" for IP
70 traffic. Iproute network utility is used for creating "wwan0-X" network
74 The userspace management application is responsible for creating new IP link
79 ip link add dev wwan0-1 parentdev-name wwan0 type wwan linkid 1
81 The driver will automatically map the "wwan0-1" network device to MBIM IP
86 [1] "MBIM (Mobile Broadband Interface Model) Errata-1"
87 - https://www.usb.org/document-library/
89 [2] libmbim - "a glib-based library for talking to WWAN modems and
92 - http://www.freedesktop.org/wiki/Software/libmbim/
94 [3] Modem Manager - "a DBus-activated daemon which controls mobile
96 - http://www.freedesktop.org/wiki/Software/ModemManager/