From eed826387a791d3e75d05e72131e0141110d264d Mon Sep 17 00:00:00 2001
From: Andreas Eversberg
+Theoretically all combinations of 30 tones could be assigned to 27405 different subscribers.
+Only 24375 combinations can be encoded with the last 5 digits, because some digit combinations do not define 4 different tones or would generate the same 4 tones as other digit combinations do.
+The actual limitation of subscribers were cause by the limited number of available channels.
+
4. Release by the mobile station
diff --git a/docs/amps.html b/docs/amps.html
index 453346e..6ec13fb 100644
--- a/docs/amps.html
+++ b/docs/amps.html
@@ -32,6 +32,7 @@ Dr. Martin Cooper produced the first handheld phone "DynaTAC8000x", the famous B
@@ -57,11 +58,10 @@ Dr. Martin Cooper produced the first handheld phone "DynaTAC8000x", the famous B
-The detailed communication between base station and mobile station is described in TIA/EIA-553 standard. Click for reading the PDF file. Reproduced under written permission from Telecommunications Industry Association. -
- --*TBD* +The detailed communication between base station and mobile station is described in TIA/EIA-553 standard. +Click for reading the PDF file. +Thanx to TIA for allowing me to add the standard document to this project's documentation. +Reproduced under written permission from Telecommunications Industry Association.
@@ -81,7 +81,43 @@ Setup of a base station
-*TBD* +Importaint: We need to connect to PLL and discriminator! +
+ ++AMPS does not use a modulated tone to carry bits of information, instead it modulates the radio carrier directly. +This image shows a signal generated by this software, which is similar to a received signal from the phone: +
+ ++Generally a receiver will do de-emphasis and filtering after demodulating the signal. +We don't want that. +It may work, but be sure to use a receiver with discriminator output. +This output gives direct signal of the frequency deviation of the received signal. +The signal on the sound card represents the frequency shift of the received signal. +Many receivers can be modified, so search the Web for more info. +
+ ++On the transmitter we don't want to have filtering and pre-emphasis. +It may work, but be sure to use a transmitter that allows to disable emphasis. +I took the schematics of my transmitter and connected the sound card directly to the PLL. +The transmitter will now shift frequency according the the level of the sound card. +
+ ++Importaint: We need to transmit correct polarity, use auto polarity detection always! +
+ ++In my case, my sound card is connected to a transmitter, where a positive sample value causes a negative frequency deviation. +This is why I need to flip the polarity of the signal, so I generate a negative sample value that causes a positive frequency deviation. +I use the '-f yes' option or '--flip-polarity yes'. +Also it is essential to use a transmitter with direct access to the modulator and and a receiver with direct access to the disciminator. +I use '-p -d' or '--pre-emphasis --de-emphasis' to process emphasis for audio signal in software. +I use the calling channel (control channel) 334, which could also be used as traffic channel (voice channel).
@@ -113,6 +149,13 @@ The actual level is not yet relevant. (You may check the quality using '-l 2' or '--loopback 2' command line option and build a radio loop by tuning the receiver to the transmitter.) ++If the polarity is correct and the volume of the signal (frequency deviation) is about right, you will make the phone register. +The phone will transmit on the uplink. +If not, try other polarity. +This is how my phone registers to my network: +
+frame.c:3630 info : RX RECC: DCC=0 diff --git a/docs/b-netz.html b/docs/b-netz.html index a20d704..f7997e0 100644 --- a/docs/b-netz.html +++ b/docs/b-netz.html @@ -26,7 +26,7 @@ History B-Netz was the second mobile telephone network in Germany. It was the successor of the A-Netz. It existed between 1972 and 1994. -Using digital technology and later microprocessors, the phone were still as big as a suitcase. +Using digital technology and later microprocessors, the phones were still as big as a suitcase. It used full duplex radio link. The call was placed by automatic dialing in both direction, so no requirement for an operator. After full deployment in 1986, there were 158 base stations. @@ -293,9 +293,9 @@ If a pattern 1..9 is selected, the mobile station selects only the base stationsThere is a special idle pattern that is used for reduced TX power. -This is used in areas with many base station that are close together. +This was used in areas with many subscribers. The idle signal 19 is used. -The mobile station will reduce TX power when selecting this base station for outgoing call. +The mobile station will reduce TX power when selecting a close base station for outgoing call.
@@ -330,7 +330,7 @@ If no dialing is received from mobile station within 3.8 seconds, the base statiWhen the mobile station receives the dial request signal, it seamlessly transmits a dial string. -The string consist of a start signal ("Funkwahl"), 5 digits ("Wahlziffern") of mobile identity, dialed digits (without 0 at the beginning) and the stop signal ("Funkwahlende"): +The string consist of a start signal ("Funkwahl"), 5 digits of mobile identity ("Wahlziffern"), dialed digits (without 0 at the beginning) and the stop signal ("Funkwahlende"):
@@ -399,7 +399,7 @@ The calling party dials the prefix of the city where the base station is located
-The transceiver of the base station switches to channel 19 and sends a paging sequence that consists of 5 digits ("Wahlziffern") mobile identity and the channel assignment digit ("Kanalbefehl"): +The transceiver of the base station switches to channel 19 and sends a paging sequence that consists of 5 digits of mobile identity ("Wahlziffern") and the channel assignment digit ("Kanalbefehl"):
diff --git a/docs/c-netz.html b/docs/c-netz.html index 7722083..08d8344 100644 --- a/docs/c-netz.html +++ b/docs/c-netz.html @@ -343,7 +343,7 @@ The transmitter will now shift frequency according the the level of the sound ca
-Importaint: We need to transmit correct polarity, use auto polarity detection always! +Importaint: We need to transmit correct polarity!
-- cgit v1.2.1