Project

General

Profile

Nokia Site family » History » Version 1

Anonymous, 02/19/2016 10:47 PM

1 1
OpenBSC is currently supporting the Site family of Nokia BTSes.
2
3
'''Things that work:'''
4
5
 - Nokia InSite and MetroSite units are proven to be working, UltraSite is probably working
6
 - Full rate voice calls (MO & MT)
7
 - SMS (MO & MT)
8
 - Cell reselection
9
10
'''Handover:'''
11
12
The OpenBSC side of the handover logic works quiet well. But at the moment, there is a slight problem with the Nokia units. The handover decision is made correctly, the GSM phone is commanded to switch to the new channel on the new BTS, which the phone does. But despite the channel release is sent, the old channel never get released, and this leads to a Radio Link Failure.
13
14
'''E1 cards:'''
15
16
The original Nokia support was written for HFC-E1 and mISDN. The Site can only be interfaced via traditional E1 lines (no IP ABIS support for these old units). It is also possible to use a DAHDI card to interface with the BTS. For this you have to use the following configuration in /etc/dahdi/system.conf:
17
18
{{{
19
span=1,0,0,ccs,hdb3,crc4	
20
bchan=1-31
21
}}}
22
23
Unlike in traditional E1 communication, we are using CCS signalling. For every signalling and traffic channel between the BTS and the BSC, we are using dedicated timeslots. Because of that, we are no longer need any shared signalling channel on the E1 line (e.g. D channel on timeslot 16.
24
25
'''Example config file for an 1800MHz Nokia InSite unit:'''
26
27
28
{{{
29
!
30
! OpenBSC configuration saved from vty
31
!   !
32
password foo
33
!
34
line vty
35
 no login
36
!
37
e1_input
38
 e1_line 0 driver dahdi
39
 # e1_line 0 port 0
40
 log file /root/900_nokia.log
41
 logging filter all 1
42
 logging color 1
43
 logging timestamp 1
44
 
45
network
46
 network country code 1
47
 mobile network code 1
48
 short name OpenBSC
49
 long name OpenBSC 
50
 neci 0
51
 rrlp mode none
52
 mm info 1
53
 handover 0
54
 handover window rxlev averaging 5
55
 handover window rxqual averaging 1
56
 handover window rxlev neighbor averaging 5
57
 handover power budget interval 6
58
 handover power budget hysteresis 3
59
 handover maximum distance 9999
60
 timer t3101 3
61
 timer t3103 5
62
 timer t3105 20
63
 timer t3107 10
64
 timer t3109 15
65
 timer t3111 2
66
 timer t3113 10
67
 timer t3115 0
68
 timer t3117 0
69
 timer t3119 0
70
 timer t3141 0
71
 timer t3122 10
72
73
 bts 0
74
  type nokia_site
75
  band GSM1800
76
  cell_identity 1
77
  location_area_code 1
78
  base_station_id_code 63
79
  training_sequence_code 7
80
  ms max power 12
81
  cell reselection hysteresis 4
82
  periodic location update 10
83
  nokia_site skip-reset 0
84
  
85
  oml e1 line 0 timeslot 8 sub-slot full
86
  oml e1 tei 1
87
  
88
  trx 0
89
   arfcn 885
90
   nominal power 18
91
   max_power_red 10
92
   rsl e1 line 0 timeslot 7 sub-slot full
93
   rsl e1 tei 1
94
95
96
    timeslot 0
97
     phys_chan_config CCCH+SDCCH4
98
     e1 line 0 timeslot 5 sub-slot 0
99
100
    timeslot 1
101
     phys_chan_config SDCCH8
102
     e1 line 0 timeslot 5 sub-slot 1
103
104
    timeslot 2
105
     phys_chan_config TCH/F
106
     e1 line 0 timeslot 5 sub-slot 2
107
108
    timeslot 3
109
     phys_chan_config TCH/F
110
     e1 line 0 timeslot 5 sub-slot 3
111
112
    timeslot 4
113
     phys_chan_config TCH/F
114
     e1 line 0 timeslot 6 sub-slot 0
115
116
    timeslot 5
117
     phys_chan_config TCH/F
118
     e1 line 0 timeslot 6 sub-slot 1
119
120
    timeslot 6
121
     phys_chan_config TCH/F
122
     e1 line 0 timeslot 6 sub-slot 2
123
124
    timeslot 7
125
     phys_chan_config TCH/F
126
     e1 line 0 timeslot 6 sub-slot 3
127
128
}}}
129
130
'''LMP cable pinout for InSite units:'''
131
132
'''LMP cable pinout for MetroSite units:'''
133
134
'''Tips and tricks for Site family and OpenBSC:'''
Add picture from clipboard (Maximum size: 48.8 MB)