Project

General

Profile

Osmo-nitb VTY » History » Version 8

Anonymous, 02/19/2016 10:48 PM
Document the NECI parameter

1 3 laforge
[[PageOutline]]
2 1
3 3 laforge
This page is a reference fo all VTY commands that you can use interactively on the OpenBSC VTY telnet interface.
4
5
In addition, the same commands are used for the configuration file.
6
7 1
== configuration reference ==
8
9
=== network level ===
10
11 3 laforge
At the network level, we specify parameters that are global for an entire GSM network.
12
13 1
==== network country code ====
14
15 3 laforge
The network country code (NCC) to be used for this network.  Default is 1.
16 1
17
==== mobile network code ====
18
19 3 laforge
The mobile network code (MNC) to be used for this network.  Default is 1.
20 1
21
==== short name ====
22
23
This is the short network name to be used in the GSM 04.08 MM INFO message.
24
25
==== long name ====
26
27
This is the long network name to be used in the GSM 04.08 MM INFO message.
28
29
==== auth policy ====
30
31
This defines the authentication policy of the network.  Possible values are:
32
33
 * ''closed'': Don't allow anyone who is not marked as authorized=1 in the hlr database
34
 * ''accept-all': Accept everyone into the network
35
 * ''token'': Use a special [wiki:TokenAuthPolicy]
36
37 6
=== encryption a5 (0|1|2) ===
38 5
39 6
* Enable/Disable A5/X encryption on the network.
40 5
41 8
=== neci (0|1) ===
42
43
Changes the Cell Selection Parameter called NECI Half Rate Support.
44
45
 * "0": New establishment causes are not supported.
46
 * "1": New establishment causes are supported.
47
48 1
=== bts level ===
49
50 3 laforge
At the BTS level, we define parameters that are global for this particular BTS.
51
52 1
==== type ====
53
54
The type of the BTS.  Currently supported;
55
56
 * ''bs-11''
57 3 laforge
 * ''nanobts''
58 1
59
==== band ====
60
61
The GSM band of the BTS.  Currently supported:
62
63 3 laforge
 * GSM400
64
 * GSM850
65
 * GSM900
66 4
 * DCS1800
67
 * PCS1900
68 1
69 3 laforge
==== cell_identity <0-65535> ====
70
71
The Cell Identity of this BTS
72
73 1
==== location area code ====
74
75
The LAC of the location area to which this BTS belongs.
76
77 3 laforge
==== training_sequence_code <0-255> ====
78
79
Set the Training Sequence Code (TSC) of this BTS
80
81 1
==== base station id code ====
82
83
The BSIC of this BTS within the location area.
84
85
==== ms max power ====
86
87 3 laforge
maximum transmit power (in dBm) to be used by MS in this BTS.  This is used in the System Information on the BCCH as
88
well as for the MS power level at the time a dedicated channel is activated.
89 1
90
==== periodic location update ====
91
92
Specify the number of seconds at which periodic location updating shall be performed by MS in this BTS (T3212)
93
94
==== channel allocator ====
95
96 3 laforge
Whether the channels should be allocated in ascending or descending order.
97 1
98 3 laforge
If the channel allocator is in ascending mode, it will first allocate timeslot 0, then timeslot 1, ... of TRX0. If TRX0 is full, it will switch to TRX1.  In descending order, it is the other way around.
99
100 1
==== cell barred ====
101
102
Whether this BTS is barred from access or not.
103
104
==== ip.access unit_id ====
105
106
The ip.access Unit ID.  Unit ID is used to identify the BTS to the BSC.  You set the Unit ID of the BTS by using the [wiki:ipaccess-config] program.  Make sure you use the same Unit ID in the nanoBTS as well as in OpenBSC.
107
108
==== oml e1 tei ====
109
110 3 laforge
The Q.921 TEI to be used for the A-bis OML link of this BTS.
111 1
112 3 laforge
Make sure you use the same value than you have set in the BTS (by bs11-config or LMT).
113
114 1
==== oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full) ====
115
116 3 laforge
Set the E1 line, E1 timeslot and E1 sub-slot for the OML link to this BTS.
117 1
118 3 laforge
Make sure you use the same value than you have set in the BTS (by bs11-config or LMT).
119 2
120 3 laforge
==== periodic location update <0-1530> ====
121
122
Periodic Location Updating interval in minutes.
123
124
If you set this to a non-zero value, every MS will perform a periodic location updating procedure at the given interval.
125
126
A value of 0 will deactivate periodic location updating.
127
128 2
=== trx level ===
129
130 3 laforge
At the trx level, we specify parameters for one particular TRX (transceiver).
131
132 2
==== arfcn ====
133 1
134
The ARFCN of a non-hopping TRX.
135
136 2
==== max_power_red ====
137 1
138
How many dB the nominal transmit power of the TRX should be reduced from its maximum.
139 2
140
If your transmitter is set to e.g. 24 dBm and you set this to 10, your actual output power will be 14 dBm.
141 1
142
==== rsl e1 tei ====
143 2
144 3 laforge
The Q.921 TEI to be used for the A-bis RSL link between BTS and BSC.
145 2
146 3 laforge
Make sure you don't use the same TEI twice in one E1 Link!
147 2
148 3 laforge
==== rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full) ====
149 2
150 3 laforge
Set the E1 Line, E1 timeslot and E1 sub-slot for the RSL link to this BTS.
151
152 2
=== timeslot level ===
153 1
154 3 laforge
The timeslot level lists parameters for one specific on-air timeslot.
155
156 1
==== phys_chan_config ====
157
158
Set the physical channel configuration of this GSM on-air timeslot:
159 2
160
 * ''NONE'': do not use this timeslot
161
 * ''CCCH'': regular CCCH configuration (BCCH+RACH+PCH+AGCH)
162
 * ''CCCH+SDCCH4'': CCCH plus SDCCH/4 combination
163
 * ''TCH/F'': Full TCH
164
 * ''TCH/H'': Half TCH
165
 * ''SDCCH8'': SDCCH/8 combination
166 3 laforge
167 7
===== e1 line e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3) =====
168 3 laforge
169
Set the E1 line, E1 timeslot and E1 sub-slot to be used for this on-air timeslot if it is used as a TCH.
170
171
The TRAU frames for this on-air timeslot will be sent to the sub-slot you have specified here.
Add picture from clipboard (Maximum size: 48.8 MB)