Lines Matching +full:extended +full:- +full:wait
10 https://www.3gpp.org/ftp/Specs/archive/07_series/07.10/0710-720.zip
19 ----------------
32 #. Configure DLCs using ``GSMIOC_GETCONF_DLCI``/``GSMIOC_SETCONF_DLCI`` ioctl for non-defaults.
37 (a good starting point is util-linux-ng/sys-utils/ldattach.c)::
71 /* get n_gsm extended configuration */
73 /* use keep-alive once every 5s for modem connection supervision */
75 /* set the new extended configuration */
98 /* and wait for ever to keep the line discipline enabled */
106 - to use *gnokii* to send / receive SMS on ``ttygsm1``
107 - to use *ppp* to establish a datalink on ``ttygsm2``
112 mode. This may prevent a successful re-opening of the port later. To avoid
120 ----------------
133 #. Configure DLCs using ``GSMIOC_GETCONF_DLCI``/``GSMIOC_SETCONF_DLCI`` ioctl for non-defaults.
161 /* get n_gsm extended configuration */
163 /* use keep-alive once every 5s for peer connection supervision */
165 /* set the new extended configuration */
188 /* and wait for ever to keep the line discipline enabled */
192 11-03-08 - Eric Bénard - <eric@eukrea.com>