Project

General

Profile

Isdnsync » History » Version 20

dexter, 02/19/2016 10:47 PM

1 9 dexter
Note: This Howto is still incomplete and will be finished soon. Please do not try anything described in this howto unless we have checked and verified everything with our own equipment!
2 6 dexter
---------------------------------------------------------------
3 1 dexter
4
5 7 dexter
== Abstract ==
6 6 dexter
7 11 dexter
In a state of the art telephone network everything is syncronized by a central, very high accuracy clock. The BTS also uses this clock for various things like channel allocation, frame clock, bitclock ect. If the clock gets a little bit incorrect (more than 50Hz) the BTS will transmit on a wrong frequency and there will be lots of other effects that might destabilize the radio transmission.
8 1 dexter
9 11 dexter
The BS11 is shipped with a precalibrated internal oscillator. If you are lucky the calibration (that is made over 10 years ago) in your BTS is still correct. If not your setup will not work unless you recalibrate the oscillator.
10 1 dexter
11
This document illustrates how you can use a ceap HFC-S card with the public telephone network as frequency standard for your E1 line. 
12
13 7 dexter
== Modifieing the HFC-S Card ==
14 6 dexter
15 1 dexter
All in all we need 2 Signals from the HFC-S Card: F0IO and C4IO. This signals are provided by the HFC-S Chip on the card and can be taken from pin 55 (F0IO) and 54 (C4IO) at the HFC-S Chip. (See also Datasheet page 8).
16 2 dexter
17 4 dexter
[[Image(hfc-s_card.jpg, 20%)]]
18 5 dexter
19
All you need to do is to solder a wire to C4IO and F0I0. The following image shows our modified card:
20 1 dexter
21
[[Image(hfc-s_card_modified.jpg, 20%)]]
22 8 dexter
23 18 dexter
Note: We used an old led-wire from an old PC-Tower case. The green wire is connected to F0IO and the black one is connected to C4IO
24 1 dexter
25 20 dexter
After you have modified the card you should verify if the card works as expected. Start isdnsync and measure the signals with an oscillosope.
26
27
{{{
28
$ ./isdnsync 1
29
DL_INFORMATION (tei 0 sapi 0)
30
-> activating layer 2
31
PH_ACTIVATE
32
*** Sync available from interface :-)
33
DL_ESTABLISH
34
}}}
35
36
[[Image(hfc-s_C4IO_bitclock.jpg, 20%)]]
37
[[Image(hfc-s_F0IO_frameclock.jpg, 20%)]]
38
39
From left to right:  F0IO (4,096Mhz bitclock), C4I0 (8kHz frameclock)
40
41
42 9 dexter
== Connecting the modified HFC-S card to your E1 Card ==
43 1 dexter
44 18 dexter
Your HFC-E1 card has two so called PCM-Connectors. (the two connectors in the upper right corner of the card) The signal inputs for C4IO and F0IO can be found on Pin 9 and Pin 10 of the HFC-E1 card.
45 1 dexter
46 18 dexter
!!FIXME PICTURE!!!
47
48
The image shows how plug from the HFC-S card is connected to the HFC-E1 card.
49
50
Note: You should have received a printed documentation with your HFC-E1 card. You will find a detailed pinout of the PCM connectors there.
51
52 9 dexter
== Perform the calibration procedure ==
53 12 dexter
54 19 dexter
The calibration of the internal oscillator is an ongoing process. In a commerical telephone network the BTSs are calibrated at all times. In an experimental Setup it should be ok to operate the BTS in standalone mode and syncronize it from time to time just as shown here:
55 12 dexter
56
Things to do:
57 9 dexter
58 13 dexter
 * Connect the HFC-S Card to the S0 line. 
59
 * Add type=0x00800 to the modprobe hfcmulti ... commandline
60
 * start isdynsync
61 16 dexter
 * Configure your BTS from standalone to E1 locked
62 9 dexter
 * start bsc_hack
63 1 dexter
 * use bs11_config to monitor the calibration process. The internal oscillator will now take over the E1 clock. You should see that the PLL values changing from time to time. If you see the PLL values leveling off, the calibration is done.
64 14 dexter
 * Configure your BTS from E1 locked to standalone to finish the procedure.
65
66
Note: If you do this the first time it is higly recomended to check if valid signals are present at C4IO and F0IO.
67
68
Note: The process takes some time. We recommend to warm up the BTS before you start for at least one hour. It is important that the calibration takes place with work temperature.
69
70
71 15 dexter
== Sources: ==
72 14 dexter
 * http://lists.gnumonks.org/pipermail/openbsc/2009-June/000387.html
73
 * http://lists.gnumonks.org/pipermail/openbsc/2009-July/000627.html
Add picture from clipboard (Maximum size: 48.8 MB)