Project

General

Profile

Osmo-nitb VTY » History » Version 15

Anonymous, 02/19/2016 10:48 PM
Remove "...

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 10
==== encryption a5 (0|1|2) ====
38 5
39 6
* Enable/Disable A5/X encryption on the network.
40 5
41 10
==== neci (0|1) ====
42 8
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 10
==== timer t3101 <0-65535> ====
49 11
 * Started after IMMEDIATE ASSIGMENT, should be higher than the time for a L2 establishment attempt
50
51 10
==== timer t3103 <0-65535> ====
52 11
 * Started by sending a HANDOVER message. This timer is currently not in use.
53
54 10
==== timer t3105 <0-65535> ====
55 11
 * Used for the repetition of the PHYSICAL INFORMATION message during handover. This timer is currently not in use.
56
57 10
==== timer t3107 <0-65535> ====
58 11
 * Started after ASSIGMENT COMMAND to keep the old channel long enough alive. This timer is currently not in use due the usage of very early assignment in Call Control
59
60
61 10
==== timer t3109 <0-65535> ====
62 12
 * The purpose of this timer is to release channels in case of loss of communucation.
63 11
64 1
==== timer t3111 <0-65535> ====
65 12
 * This timer value is equal to T3110 and is used to delay the channel deactivation after disconnecting the manin signalling link.
66
67 1
==== timer t3113 <0-65535> ====
68 12
 * This timer is used for the PAGING REQUEST
69
70 1
==== timer t3115 <0-65535> ====
71 12
72
 * This timer is used for the repetition of the VGCS UPLINK GRANT message, it is currently not in use.
73
74 1
==== timer t3117 <0-65535> ====
75 12
76
 *  This is started after sending the PDCH ASSIGNMENT COMMAND
77 1
==== timer t3119 <0-65535> ====
78 12
79
 * This is started after sending the RR-CELL CHANGE ORDER message.
80
81 10
==== timer t3141 <0-65535> ====
82 9
83
84 14
==== [bsc_msc_ip] ipacc rtp_payload <0-256> ====
85
 * This option is currently only available in the on-waves/bsc-master branch (but it will be merged in one way or another).
86
 * This configuration will override the RTP Payload in the MDCX message to not use the returned value by the nanoBTS but use this network setting.
87
88 15
==== [bsc_msc_ip] rtp base <0-65534> ====
89 14
 * This option is currently only available in the on-waves/bsc-master branch (but it will be merged in one way or another).
90
 * In the bsc_msc_ip sceneriao the BSC and the MGCP do not communicate with each other. To make it work they will need to share the secret of the base port.
91
92
93
94 1
=== bts level ===
95
96 3 laforge
At the BTS level, we define parameters that are global for this particular BTS.
97
98 1
==== type ====
99
100
The type of the BTS.  Currently supported;
101
102
 * ''bs-11''
103 3 laforge
 * ''nanobts''
104 1
105
==== band ====
106
107
The GSM band of the BTS.  Currently supported:
108
109 3 laforge
 * GSM400
110
 * GSM850
111
 * GSM900
112 4
 * DCS1800
113
 * PCS1900
114 1
115 3 laforge
==== cell_identity <0-65535> ====
116
117
The Cell Identity of this BTS
118
119 1
==== location area code ====
120
121
The LAC of the location area to which this BTS belongs.
122
123 3 laforge
==== training_sequence_code <0-255> ====
124
125
Set the Training Sequence Code (TSC) of this BTS
126
127 1
==== base station id code ====
128
129
The BSIC of this BTS within the location area.
130
131
==== ms max power ====
132
133 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
134
well as for the MS power level at the time a dedicated channel is activated.
135 1
136
==== periodic location update ====
137
138
Specify the number of seconds at which periodic location updating shall be performed by MS in this BTS (T3212)
139
140
==== channel allocator ====
141
142 3 laforge
Whether the channels should be allocated in ascending or descending order.
143 1
144 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.
145
146 1
==== cell barred ====
147
148
Whether this BTS is barred from access or not.
149
150
==== ip.access unit_id ====
151
152
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.
153
154
==== oml e1 tei ====
155
156 3 laforge
The Q.921 TEI to be used for the A-bis OML link of this BTS.
157 1
158 3 laforge
Make sure you use the same value than you have set in the BTS (by bs11-config or LMT).
159
160 1
==== oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full) ====
161
162 3 laforge
Set the E1 line, E1 timeslot and E1 sub-slot for the OML link to this BTS.
163 1
164 3 laforge
Make sure you use the same value than you have set in the BTS (by bs11-config or LMT).
165 2
166 3 laforge
==== periodic location update <0-1530> ====
167
168
Periodic Location Updating interval in minutes.
169
170
If you set this to a non-zero value, every MS will perform a periodic location updating procedure at the given interval.
171
172
A value of 0 will deactivate periodic location updating.
173
174 2
=== trx level ===
175
176 3 laforge
At the trx level, we specify parameters for one particular TRX (transceiver).
177
178 2
==== arfcn ====
179 1
180
The ARFCN of a non-hopping TRX.
181
182 2
==== max_power_red ====
183 1
184
How many dB the nominal transmit power of the TRX should be reduced from its maximum.
185 2
186
If your transmitter is set to e.g. 24 dBm and you set this to 10, your actual output power will be 14 dBm.
187 1
188 13
==== rf_locked (0|1) ====
189
190
This option can be used at start and at runtime to enable/disable RF of the transceiver. 
191
192
 * "0": RF is not locked (enabled)
193
 * "1": RF is locked (disabled)
194
195 1
==== rsl e1 tei ====
196 2
197 3 laforge
The Q.921 TEI to be used for the A-bis RSL link between BTS and BSC.
198 2
199 3 laforge
Make sure you don't use the same TEI twice in one E1 Link!
200 2
201 3 laforge
==== rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full) ====
202 2
203 3 laforge
Set the E1 Line, E1 timeslot and E1 sub-slot for the RSL link to this BTS.
204
205 2
=== timeslot level ===
206 1
207 3 laforge
The timeslot level lists parameters for one specific on-air timeslot.
208
209 1
==== phys_chan_config ====
210
211
Set the physical channel configuration of this GSM on-air timeslot:
212 2
213
 * ''NONE'': do not use this timeslot
214
 * ''CCCH'': regular CCCH configuration (BCCH+RACH+PCH+AGCH)
215
 * ''CCCH+SDCCH4'': CCCH plus SDCCH/4 combination
216
 * ''TCH/F'': Full TCH
217
 * ''TCH/H'': Half TCH
218
 * ''SDCCH8'': SDCCH/8 combination
219 3 laforge
220 7
===== e1 line e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3) =====
221 3 laforge
222
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.
223
224
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)