aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-06-17 21:48:48 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2017-07-15 07:38:11 +0200
commita12329a88484a917b4cbc9e5243cf7d40e799e37 (patch)
treef20bb50828001c48fa9746245a25c9deac4481e1
parent3ce50f8ab3d24f1c98de919b0c00d8c58639c40b (diff)
Work on docs
-rw-r--r--docs/index.html5
-rw-r--r--docs/nmt.html1
-rw-r--r--docs/tacs.html63
-rw-r--r--docs/tacs.jpgbin0 -> 575258 bytes
4 files changed, 67 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index ab3e4fb..4b9a6d3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -35,8 +35,8 @@
<td><img src="setup_small.jpg"/></td>
</tr>
<tr>
- <th>AMPS (Advanced Mobile Phone Service)</th>
- <th>my radio setup</th>
+ <th>AMPS (USA) / TACS (UK / Ireland / Italy)</th>
+ <th>my ealy radio setup</th>
</tr>
</table>
</center>
@@ -75,6 +75,7 @@ Implemented networks:
<li><a href="c-netz.html">C-Netz</a> (Germany)</li>
<li><a href="nmt.html">NMT - Nordic Mobile Telephone</a> (Scandinavia)</li>
<li><a href="amps.html">AMPS - Advanced Mobile Phone Service</a> (USA)</li>
+ <li><a href="tacs.html">TACS - Total Access Communication System</a> (UK/Italy)</li>
</ul>
</center>
diff --git a/docs/nmt.html b/docs/nmt.html
index cf25a24..131bb0f 100644
--- a/docs/nmt.html
+++ b/docs/nmt.html
@@ -531,6 +531,7 @@ DMS re-uses the existing signaling hardware of the mobile phone and offers a dat
Caller ID was added to the system.
The caller ID is transmitted before the first ringing order.
It is repeated between ringing orders, in case of lost frames.
+To enable sending caller ID, use '-I 1' option with this software.
</p>
<p class="toppic">
diff --git a/docs/tacs.html b/docs/tacs.html
new file mode 100644
index 0000000..e6c15e9
--- /dev/null
+++ b/docs/tacs.html
@@ -0,0 +1,63 @@
+<html>
+<head>
+<link href="style.css" rel="stylesheet" type="text/css" />
+<title>osmocom-analog</title>
+</head>
+<body>
+<center><table><tr><td>
+
+<h2><center>TACS</center></h2>
+
+<center><img src="tacs.jpg"/></center>
+
+<center><h1>*this doc is under construction*</h1></center>
+
+<ul>
+ <li><a href="#history">History</a>
+ <li><a href="#howitworks">How it works</a>
+ <li><a href="#basestation">Setup of a base station</a>
+</ul>
+
+<p class="toppic">
+<a name="history"></a>
+History
+</p>
+
+<p>
+*TBD*
+
+
+
+<ul>
+ <li>Frequency range base station: 935.0125 MHz - 949.9875 MHz
+ <li>Frequency range mobile station: 890.0125 MHz - 904.9875 MHz
+ <li>Control channels: 21 for System A
+ <li>Voice channels: 289 for System A
+ <li>Control channels: 21 for System B
+ <li>Voice channels: 289 for System B
+ <li>Duplex distance: 45 MHz
+ <li>Channel spacing: 25 KHz
+ <li>Voice modulation: FM
+ <li>Signaling modulation: carrier FSK
+ <li>Frequency deviation: 6.4 KHz (FSK)
+ <li>Mobile station transmit power: 10 or 4 Watts (vehicular) 1.6 or 0.63 Watts
+ <li>Base station transmit power: ??? (around 50 Watts)
+</ul>
+</p>
+
+
+<p class="toppic">
+<a name="howitworks"></a>
+How it works
+</p>
+
+<p class="toppic">
+<a name="basestation"></a>
+Setup of a base station
+</p>
+
+
+<hr><center>[<a href="index.html">Back to main page</a>]</center><hr>
+</td></tr></table></center>
+</body>
+</html>
diff --git a/docs/tacs.jpg b/docs/tacs.jpg
new file mode 100644
index 0000000..e229e57
--- /dev/null
+++ b/docs/tacs.jpg
Binary files differ