/usr/share/gtk-doc/html/ModemManager/ch03s02.html is in modemmanager-doc 1.6.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Enabling: ModemManager Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="ModemManager Reference Manual">
<link rel="up" href="ref-overview-modem-state-machine.html" title="Modem state machine">
<link rel="prev" href="ref-overview-modem-state-machine.html" title="Modem state machine">
<link rel="next" href="ch03s03.html" title="Connection & disconnection">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="ref-overview-modem-state-machine.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="ref-overview-modem-state-machine.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="ch03s03.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="id-1.2.4.6"></a>Enabling</h2></div></div></div>
<p>
Modem enabling is the user-requested sequence with the sole purpose of bringing
the modem to a state where it can get connected.
</p>
<p>
As with the initialization sequence, the global enabling sequence is itself
splitted into N per-interface enabling steps (being N the number of interfaces
exported by the modem). Those interfaces implemented by the object but not
supported by the modem will not be enabled.
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<p><span class="emphasis"><em>Modem interface enabling</em></span></p>
<p>
The sequence to enable the
<a class="link" href="gdbus-org.freedesktop.ModemManager1.Modem.html" title="org.freedesktop.ModemManager1.Modem">Modem interface</a>
takes care of different important steps, such as <span class="emphasis"><em>powering up the
radio interface</em></span> or <span class="emphasis"><em>configuring</em></span> the best charset
to use.
</p>
</li>
<li class="listitem">
<p><span class="emphasis"><em>3GPP interface enabling</em></span></p>
<p>
Modems with 3GPP capabilities will enable the
<a class="link" href="gdbus-org.freedesktop.ModemManager1.Modem.Modem3gpp.html" title="org.freedesktop.ModemManager1.Modem.Modem3gpp">3GPP interface</a>
as part of the global enabling sequence. This sequence involves setting up the
<span class="emphasis"><em>automatic registration</em></span> of the device in the network, as well
as configuring 3GPP specific <span class="emphasis"><em>indicators and unsolicited message
handlers</em></span>.
</p>
</li>
<li class="listitem">
<p><span class="emphasis"><em>CDMA interface enabling</em></span></p>
<p>
Modems with CDMA capabilities will enable the
<a class="link" href="gdbus-org.freedesktop.ModemManager1.Modem.ModemCdma.html" title="org.freedesktop.ModemManager1.Modem.ModemCdma">CDMA interface</a>
as part of the global enabling sequence. This sequence involves setting up the
<span class="emphasis"><em>periodic checks of registration</em></span> in the CDMA network.
</p>
</li>
<li class="listitem">
<p><span class="emphasis"><em>Additional feature-specific interface enablings</em></span></p>
<p>
Each feature-specific interface will have its own enabling sequence, with operations
which are directly related to the purpose of the interface. For example, enabling the
<a class="link" href="gdbus-org.freedesktop.ModemManager1.Modem.Location.html" title="org.freedesktop.ModemManager1.Modem.Location">Location</a>
interface will involve setting up the initial location information; and enabling the
<a class="link" href="gdbus-org.freedesktop.ModemManager1.Modem.Messaging.html" title="org.freedesktop.ModemManager1.Modem.Messaging">Messaging</a>
interface will involve loading the initial list of SMS available in the SIM or Modem.
</p>
</li>
</ul></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>
|