Project

General

Profile

Osmo-nitb VTY » History » Version 7

Anonymous, 02/19/2016 10:48 PM
Fix formatting in e1 line e1 lin...

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 1
=== bts level ===
42
43 3 laforge
At the BTS level, we define parameters that are global for this particular BTS.
44
45 1
==== type ====
46
47
The type of the BTS.  Currently supported;
48
49
 * ''bs-11''
50 3 laforge
 * ''nanobts''
51 1
52
==== band ====
53
54
The GSM band of the BTS.  Currently supported:
55
56 3 laforge
 * GSM400
57
 * GSM850
58
 * GSM900
59 4
 * DCS1800
60
 * PCS1900
61 1
62 3 laforge
==== cell_identity <0-65535> ====
63
64
The Cell Identity of this BTS
65
66 1
==== location area code ====
67
68
The LAC of the location area to which this BTS belongs.
69
70 3 laforge
==== training_sequence_code <0-255> ====
71
72
Set the Training Sequence Code (TSC) of this BTS
73
74 1
==== base station id code ====
75
76
The BSIC of this BTS within the location area.
77
78
==== ms max power ====
79
80 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
81
well as for the MS power level at the time a dedicated channel is activated.
82 1
83
==== periodic location update ====
84
85
Specify the number of seconds at which periodic location updating shall be performed by MS in this BTS (T3212)
86
87
==== channel allocator ====
88
89 3 laforge
Whether the channels should be allocated in ascending or descending order.
90 1
91 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.
92
93 1
==== cell barred ====
94
95
Whether this BTS is barred from access or not.
96
97
==== ip.access unit_id ====
98
99
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.
100
101
==== oml e1 tei ====
102
103 3 laforge
The Q.921 TEI to be used for the A-bis OML link of this BTS.
104 1
105 3 laforge
Make sure you use the same value than you have set in the BTS (by bs11-config or LMT).
106
107 1
==== oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full) ====
108
109 3 laforge
Set the E1 line, E1 timeslot and E1 sub-slot for the OML link to this BTS.
110 1
111 3 laforge
Make sure you use the same value than you have set in the BTS (by bs11-config or LMT).
112 2
113 3 laforge
==== periodic location update <0-1530> ====
114
115
Periodic Location Updating interval in minutes.
116
117
If you set this to a non-zero value, every MS will perform a periodic location updating procedure at the given interval.
118
119
A value of 0 will deactivate periodic location updating.
120
121 2
=== trx level ===
122
123 3 laforge
At the trx level, we specify parameters for one particular TRX (transceiver).
124
125 2
==== arfcn ====
126 1
127
The ARFCN of a non-hopping TRX.
128
129 2
==== max_power_red ====
130 1
131
How many dB the nominal transmit power of the TRX should be reduced from its maximum.
132 2
133
If your transmitter is set to e.g. 24 dBm and you set this to 10, your actual output power will be 14 dBm.
134 1
135
==== rsl e1 tei ====
136 2
137 3 laforge
The Q.921 TEI to be used for the A-bis RSL link between BTS and BSC.
138 2
139 3 laforge
Make sure you don't use the same TEI twice in one E1 Link!
140 2
141 3 laforge
==== rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full) ====
142 2
143 3 laforge
Set the E1 Line, E1 timeslot and E1 sub-slot for the RSL link to this BTS.
144
145 2
=== timeslot level ===
146 1
147 3 laforge
The timeslot level lists parameters for one specific on-air timeslot.
148
149 1
==== phys_chan_config ====
150
151
Set the physical channel configuration of this GSM on-air timeslot:
152 2
153
 * ''NONE'': do not use this timeslot
154
 * ''CCCH'': regular CCCH configuration (BCCH+RACH+PCH+AGCH)
155
 * ''CCCH+SDCCH4'': CCCH plus SDCCH/4 combination
156
 * ''TCH/F'': Full TCH
157
 * ''TCH/H'': Half TCH
158
 * ''SDCCH8'': SDCCH/8 combination
159 3 laforge
160 7
===== e1 line e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3) =====
161 3 laforge
162
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.
163
164
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)