Project

General

Profile

Osmo-nitb VTY » History » Version 40

Anonymous, 02/19/2016 10:48 PM
minor (again)

1 40
{{>toc}}
2 1
3 40
This page is a reference fo all VTY commands that you can use interactively on the [[OpenBSC]] VTY telnet interface (port 4242 by default).
4 3 laforge
5 1
In addition, the same commands are used for the configuration file.
6
7
8 40
h2. configuration reference
9 1
10 40
11
12
h3. e1_input level
13
14
15 1
At the e1_line level, you configure which E1 line number is using which driver
16
17 28 laforge
18 40
h4. e1_line <0-255> driver (misdn|dahdi)
19
20
21 1
You can specify which of your line numbers shall be using which driver.
22
23
24 40
h4. e1_line <0-255> port <0-255>
25 32 laforge
26 40
Configure the port number of the underlying driver subsystem to be used for a given [[OpenBSC]] line number.
27 1
28 40
This establishes the mapping between e.g. mISDN port number 3 and [[OpenBSC]] line 1:
29
<pre>
30
31
32
h3. log file FILENAME
33
34
35 1
Configure the logging parameters for logging to the indicated text file
36
37
38 40
h3. log syslog (authpriv|cron|daemon|ftp|lpr|mail|news|user|uucp)
39 1
40
41 40
<pre>
42 1
43
44 40
h3. log syslog local <0-7>
45
46
47
<pre>
48
49
50
h3. log stderr
51
52
53 29 laforge
Configure logging via stderr of the process
54 1
55 40
56
h3. Commands below the log level
57
58 1
The following commands work on any 'log level' command, independent of stderr/syslog/file based logging.
59
60
61 40
h4. logging filter all (0|1)
62
63
Define whether to use the *filter all*, i.e. to match and log all messages.
64
65
66
h4. logging color (0|1)
67
68 32 laforge
Define whether to use color when writing log lines.
69 1
70 40
71
h4. logging timestamp (0|1)
72
73 1
Define whether the log statements should include a timestamp.
74
75
76 40
h4. logging level SUBSYS LEVEL
77 3 laforge
78 40
79
80
h3. mncc-int level
81
82
83
84
h4. default-codec tch-f (fr|efr|amr)
85
86 1
Set the default speech codec to be used on TCH/F channels
87
88 40
89
h4. default-codec tch-h (hr|amr)
90
91 1
Set the default speech codec to be used on TCH/H channels
92
93
94 40
h3. network level
95
96
97 1
At the network level, we specify parameters that are global for an entire GSM network.
98
99 10
100 40
h4. network country code
101
102
103 8
The network country code (NCC) to be used for this network.  Default is 1.
104
105
106 40
h4. mobile network code
107
108
109 17 laforge
The mobile network code (MNC) to be used for this network.  Default is 1.
110
111 1
112 40
h4. short name
113
114
115 1
This is the short network name to be used in the GSM 04.08 MM INFO message.
116
117
118 40
h4. long name
119
120
121 1
This is the long network name to be used in the GSM 04.08 MM INFO message.
122
123
124 40
h4. auth policy
125
126
127 1
This defines the authentication policy of the network.  Possible values are:
128
129 40
* _closed_: Don't allow anyone who is not marked as authorized=1 in the hlr database
130
* _accept-all': Accept everyone into the network
131
* _token_: Use a special [[TokenAuthPolicy]]
132 1
133 11
134 40
h4. location updating reject cause <2-111>
135
136
137 12
Set the CAUSE value when sending LOCATION UPDATING REJECT to a MS.  Possible values are
138 1
defined in GSM TS 04.08 / 10.5.3.6.
139
140
141 40
h4. encryption a5 (0|1|2)
142
143
144 1
* Enable/Disable A5/X encryption on the network.
145 20
146
147 40
h4. neci (0|1)
148
149
150 1
Changes the Cell Selection Parameter called NECI Half Rate Support.
151
152 40
* "0": New establishment causes are not supported.
153
* "1": New establishment causes are supported.
154 1
155
156 40
h4. rrlp mode (none|ms-based|ms-preferred|ass-preferred)
157 1
158
159 40
Set the RRLP mode, i.e. if [[OpenBSC]] should routinely send RRLP inquiries to phones and store the response
160 1
161 40
* none: Do not perform RRLP inquiries
162
* ms-based: Ask for a MS-Based location
163
* ms-preferred: Ask for a location, MS based is preferred over Network Assistance based
164
* ass-preferred: Ask for a location, Netowrk Assistance based is preferred over MS based
165
166
167
h4. mm info (0|1)
168
169
170 1
Should we send MM INFO messages with network name and timezone information?
171
172 40
173
h4. handover (0|1)
174
175 1
Should the BSC enable in-call handover between multiple BTS?
176
177 40
178
h4. handover window rxlev averaging <1-10>
179
180 1
Over how many SACCH frames should the Rx Level of the serving cell be averaged?
181
182 40
183
h4. handover window rxqual averaging <1-10>
184
185 1
Over how many SACCH frames should the Rx Quality of the serving cell be averaged?
186
187 40
188
h4. handover window rxlev neighbor averaging <1-10>
189
190 1
Over how many SACCH frames should the Rx Level of a neighbor cell be averaged?
191
192 40
193
h4. handover power budget interval <1-99>
194
195 1
Every how many SACCH frames should the BSC think about performing a power budget (rx level)
196
handover?
197
198 40
199
h4. handover power budget hysteresis <0-999>
200
201 1
How large should the hysteresis be, i.e. to prevent continuous handover back and forth
202
203 40
204
h4. handover maximum distance <0-9999>
205
206 1
What is the maximum distance from a BTS, after which we try to perform distance handover?
207
208
209 40
h4. timer t3101 <0-65535>
210 1
211 40
* Started after IMMEDIATE ASSIGMENT, should be higher than the time for a L2 establishment attempt
212 1
213
214 40
h4. timer t3103 <0-65535>
215 1
216 40
* Started by sending a HANDOVER message. This timer is currently not in use.
217 1
218
219 40
h4. timer t3105 <0-65535>
220 1
221 40
* Used for the repetition of the PHYSICAL INFORMATION message during handover. This timer is currently not in use.
222 1
223
224 40
h4. timer t3107 <0-65535>
225 1
226 40
* 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
227 1
228 40
229
230
h4. timer t3109 <0-65535>
231
232
* The purpose of this timer is to release channels in case of loss of communucation.
233
234
235
h4. timer t3111 <0-65535>
236
237
* GSM Spec: This timer value is equal to T3110 and is used to delay the channel deactivation after disconnecting the main signalling link.
238
* [[OpenBSC]] will wait t3111 seconds after all SAPIs were released to send the RF Channel Release to the BTS. After the following RF Channel Release ACK [[OpenBSC]] will reuse the channel for further requests.
239
240
241
h4. timer t3113 <0-65535>
242
243
* This timer is used for the PAGING REQUEST
244
245
246
h4. timer t3115 <0-65535>
247
248
* This timer is used for the repetition of the VGCS UPLINK GRANT message, it is currently not in use.
249
250
251
h4. timer t3117 <0-65535>
252
253
*  This is started after sending the PDCH ASSIGNMENT COMMAND
254
255
256
h4. timer t3119 <0-65535>
257
258
* This is started after sending the RR-CELL CHANGE ORDER message.
259
260
261
h4. timer t3141 <0-65535>
262
263
264
265
h4. dtx-used (0|1)
266
267 1
Enable or disable the use of DTX (discontinuous transmission)
268
269 40
270
h4. subscriber-keep-in-ram (0|1)
271
272 1
Determine whether subscriber database should be kept in RAM or not
273
274 40
275
h4. paging any sue tch (0|1)
276
277 1
Whether or not the BSC should allocate a TCH for RACH requests indicating 'any channel'
278
279 37
280 40
h4. [bsc_msc_ip] ipacc rtp_payload <0-256>
281 39
282 40
* This option is currently only available in the on-waves/bsc-master branch (but it will be merged in one way or another).
283
* 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.
284 1
285
286 40
h4. [bsc_msc_ip] rtp base <0-65534>
287 1
288 40
* This option is currently only available in the on-waves/bsc-master branch (but it will be merged in one way or another).
289
* 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.
290 1
291
292 40
h4. [bsc_msc_ip] core mobile network code <1-999>
293 1
294 40
* A network specific hack
295
* Be able to use a different network code inside the A communication than used on A-bis.
296
* This way one can differentiate networks on the phone but use the same one in the core network
297
298
299
h4. [bsc_msc_ip] token TOKEN
300
301
* Send this token to the MSC when asked for the id.
302
* It can be any text..
303
* This is a very weak authentication scheme.
304
305
306
h4. [bsc_msc_ip] msc ip IP
307
308
* The IP address to use when attempting to connect to the MSC.
309
310
311
h4. [bsc_msc_ip] msc port PORT
312
313
* The port to use when attempting to connect to the MSC.
314
315
316
h4. [bsc_msc_ip] msc ip-tos TOS
317
318
* The IP Type of Service (TOS) to use for the connection to the MSC.
319
320
321
h3. bts level
322
323
324 1
At the BTS level, we define parameters that are global for this particular BTS.
325
326 40
327
h4. type
328
329 32 laforge
The type of the BTS.  Currently supported;
330 1
331 40
* _bs-11_
332
* _nanobts_
333 25
334 40
335
h4. band
336
337 25
The GSM band of the BTS.  Currently supported:
338 40
* GSM400
339
* GSM850
340
* GSM900
341
* DCS1800
342
* PCS1900
343 1
344 40
345
h4. cell_identity <0-65535>
346
347 1
The Cell Identity of this BTS
348
349 40
350
h4. location_area_code <0-65535>
351
352 1
The LAC of the location area to which this BTS belongs.
353
354 40
355
h4. training_sequence_code <0-255>
356
357 1
Set the Training Sequence Code (TSC) of this BTS
358
359 40
360
h4. base_station_id_code <0-63>
361
362 1
The BSIC of this BTS within the location area.
363 17 laforge
364 40
365
h4. ip.access unit_id
366
367 1
Unit ID is used to identify the BTS to the BSC.  E.g.:
368
369 40
<pre>
370 1
ip.access unit_id 1801 0
371 40
</pre>
372 1
373 40
You need to configure the same Unit ID in the BTS as well as in [[OpenBSC]].  If you connect ip.access nanoBTS, use [[ipaccess-config]] program to configure its Unit ID.  If you connect [[OsmoBTS]], set @ipa unit-id@ in [[OsmoBTS]] config.  E.g.:
374 1
375 40
<pre>
376 1
ipa unit-id 1801 0
377 40
</pre>
378 1
379 40
To connect another BTS to the same [[OpenBSC]], you usually need to change just the first number: e.g. @1802 0@.
380 1
381 40
382
h4. oml ip.access stream_id <0-255>
383
384 1
Which IPA stream identifier is to be used for the OML link between BTS and BSC.
385
386 40
387
h4. oml e1 tei
388
389 1
The Q.921 TEI to be used for the A-bis OML link of this BTS.
390
391 32 laforge
Make sure you use the same value than you have set in the BTS (by bs11-config or LMT).
392 1
393 40
394
h4. oml hsl line E1_LINE
395
396 1
Configure the virtual E1 line to be used for a HSL type BTS
397
398 40
399
h4. oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)
400
401 1
Set the E1 line, E1 timeslot and E1 sub-slot for the OML link to this BTS.
402
403 32 laforge
Make sure you use the same value than you have set in the BTS (by bs11-config or LMT).
404 1
405 40
406
h4. oml e1 tei <0-63>
407
408 1
Configure the LAPD TEI used for the OML DLC of the given BTS
409
410 40
411
h4. channel allocator (ascending|descending)
412
413 1
Whether the channels should be allocated in ascending or descending order.
414
415
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.
416
417 40
418
h4. rach tx integer <0-15>
419
420 1
The RACH TX Integer announced on the BCCH in System Information messages
421
422 40
423
h4. rach max transmission (1|2|4|7)
424
425 1
How many retransmissions should a MS make on a RACH request?
426
427 40
428
h4. rach nm busy threshold <0-255>
429
430 1
Threshold to be set in the BTS for RACH/CCCH load indications
431
432 40
433
h4. rach nm load average <0-65535>
434
435 1
Load averaging to be set in the BTS for RACH/CCCH load indications
436
437
438 40
h4. rach emergency call allowed (0|1)
439
440
*ATTENTION: Only use this option when you know what you are doing and can route emergency calls to a proper place.*
441
442 1
This setting is used in the System Information on the BCCH and indicates if this cell can be used to do emergency calls. The default value for this option is 0.
443
444 40
445
h4. cell barred (0|1)
446
447 1
Whether this BTS is barred from access or not.
448
449 40
450
h4. ms max power <0-40>
451
452 1
maximum transmit power (in dBm) to be used by MS in this BTS.  This is used in the System Information on the BCCH as
453
well as for the MS power level at the time a dedicated channel is activated.
454
455 40
456
h4. periodic location update <0-1530>
457
458 1
Periodic Location Updating interval in minutes.
459 32 laforge
460
If you set this to a non-zero value, every MS will perform a periodic location updating procedure at the given interval.
461
462 1
A value of 0 will deactivate periodic location updating.
463
464 40
465
h4. cell reselection hysteresis <0-14>
466
467 1
How many dB has a neighbor cell to be received better than the serving cell to perform cell reselection in idle mode.
468
469 40
470
h4. rxlev access min <0-63>
471
472 1
How strong has the signal to be received at the MS, before a MS is allowed to switch to this cell in idle mode?
473
474 40
475
h4. cell bar qualify (0|1)
476
477 1
FIXME
478
479 40
480
h4. cell reselection offset <0-126>
481
482 1
Set the Cell Reselection Offset (CRO), a parameter involved in the cell (re)selection algorithm used by mobile
483
stations in idle mode.
484
485 40
486
h4. temporary offset <0-60>
487
488 1
Set the temporary offset parameter for cell (re)selection.
489 17 laforge
490 40
491
h4. temporary offset infinite
492
493 17 laforge
Set the temporary offset parameter for cell (re)selection.
494 1
495 40
496
h4. penalty time <20-620>
497
498 1
Set the penalty time parameter for cell (re)selection.
499
500 40
501
h4. penalty time reserved
502
503 1
Set the penalty time parameter for cell (re)selection.
504
505
506 40
h4. gprs mode (none|gprs|egprs)
507
508
509 1
Do you want to enable GPRS or EGPRS (EDGE) on this BTS?
510
511 40
512
h4. gprs routing area <0-255>
513
514 1
To which GPRS routing area does this BTS belong?
515
516 40
517
h4. gprs cell bvci <0-65535>
518
519 1
BSGP Virtual Connection Identifier
520
521 40
522
h4. gprs cell timer (blocking-timer|blocking-retries|unblocking-retries|reset-timer|reset-retries|suspend-timer|suspend-retries|resume-timer|resume-retries|capability-update-timer|capability-update-retries) <0-255>
523
524 1
Set a variety of GPRS related timers
525
526 40
527
h4. gprs nsei <0-65535>
528
529 1
NS Entity Identifier
530 17 laforge
531 40
532
h4. gprs nsvc <0-1> nsvci <0-65535>
533
534 17 laforge
NS Virtual Connection Identifier
535 1
536 40
537
h4. gprs nsvc <0-1> local udp port <0-65535>
538
539 1
The local UDP port (on the BTS) to be used for NS-over-IP
540
541 40
542
h4. gprs nsvc <0-1> remote udp port <0-65535>
543
544 1
The remote UDP port (of the SGSN) to be used for NS-over-IP
545
546 40
547
h4. gprs nsvc <0-1> remote ip A.B.C.D
548
549 1
The remote IP address (of the SGSN) to be used for NS-over-IP
550 32 laforge
551 40
552
h4. paging free FREE_NR
553
554 1
FIXME
555 32 laforge
556 40
557
h4. system-information (1|2|3|4|5|6|7|8|9|10|13|16|17|18|19|20|2bis|2ter|2quater|5bis|5ter) mode (static|computed)
558
559 32 laforge
Switch the specified system information message between regular (computed) mode, and static mode.
560
561 40
562
h4. system-information (1|2|3|4|5|6|7|8|9|10|13|16|17|18|19|20|2bis|2ter|2quater|5bis|5ter) static HEXSTRING
563
564 32 laforge
Specify (as a hex string) the static content of the system information message.  This only works if mode is set to static.
565
566 40
567
h4. neighbor-list mode (automatic|manual|manual-si5)
568
569 1
Switch the neighbor list generation between three modes
570 40
* automatic: automatically generate list of neigbor cells in all SI
571
* manual: manually specify the list of neighbor cells in all SI
572
* manual-si5: automatically generate list of neighbor cells on BCCH but manually specify it for SACCH/SI5
573 32 laforge
574 40
575
h4. neighbor-list (add|del) arfcn <0-1023>
576
577 1
Add or delete an ARFCN from the manual neighbor list for BCCH+SACCH
578 32 laforge
579 40
580
h4. si5 neighbor-list (add|del) arfcn <0-1023>
581
582 1
Add or delete an ARFCN from the manual neighbor list for SACCH/SI5
583 32 laforge
584 40
585
h4. is-connection-list (add|del) <0-2047> <0-2047> <0-255>
586
587 1
Vendor-specific configuration of the IS (Interface Switch) in Ericsson RBS2000.  Please refer to vendor documentation.
588 32 laforge
589
590 40
591
h3. trx level
592
593 1
At the trx level, we specify parameters for one particular TRX (transceiver).
594
595 40
596
h4. arfcn
597
598 1
The ARFCN of a non-hopping TRX.
599
600 40
601
h4. description .TEXT
602
603 17 laforge
Free-format textual description of this TRX
604
605 40
606
h4. nominal power <0-100>
607
608 13
How many dBm is the nominal power of this BTS.  This setting is only used as a base for computing
609 17 laforge
power levels displayed to the user.
610
611 40
612
h4. max_power_red <0-100>
613
614 1
How many dB the nominal transmit power of the TRX should be reduced from its maximum (by OML means)
615
616
If your transmitter is set to e.g. 24 dBm and you set this to 10, your actual output power will be 14 dBm.
617
618 40
619
h4. rf_locked (0|1)
620
621 2
This option can be used at start and at runtime to enable/disable RF of the transceiver.
622 40
* "0": RF is not locked (enabled)
623
* "1": RF is locked (disabled)
624 17 laforge
625 40
626
h4. rsl e1 tei <0-63>
627
628 3 laforge
The Q.921 TEI to be used for the A-bis RSL link between BTS and BSC.
629
630 1
Make sure you don't use the same TEI twice in one E1 Link!
631
632 40
633
h4. rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)
634
635 2
Set the E1 Line, E1 timeslot and E1 sub-slot for the RSL link to this BTS.
636 1
637 3 laforge
638 40
639
h3. timeslot level
640
641 1
The timeslot level lists parameters for one specific on-air timeslot.
642
643 40
644
h4. phys_chan_config
645
646 1
Set the physical channel configuration of this GSM on-air timeslot:
647
648 40
* _NONE_: do not use this timeslot
649
* _CCCH_: regular CCCH configuration (BCCH+RACH+PCH+AGCH)
650
* _CCCH+SDCCH4_: CCCH plus SDCCH/4 combination
651
* _TCH/F_: Full TCH
652
* _TCH/H_: Half TCH
653
* _SDCCH8_: SDCCH/8 combination
654
* _PDCH_: Packed Data CHannel
655
* _TCH/F_PDCH_: Alternating TCH/F and PDCH use
656 3 laforge
657 40
658
h4. e1 line e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3)
659
660 1
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.
661
662
The TRAU frames for this on-air timeslot will be sent to the sub-slot you have specified here.
663
664 40
665
h4. training_sequence_code <0-7>
666
667 33 laforge
Set the TSC for this given timeslot
668 18
669 40
670
h4. hopping enabled (0|1)
671
672 33 laforge
Enalbe or disable frequency hopping on this timeslot
673
674 40
675
h4. hopping sequence-number <0-63>
676
677 33 laforge
Set the HSN for this timeslot
678
679 40
680
h4. hopping maio <0-63>
681
682 33 laforge
Set the MAIO (Mobile Allocation Index Offset) for this timeslot
683
684 40
685
h4. hopping arfcn (add|del) <0-1023>
686
687 33 laforge
Add or delete an ARFCN to the list of hopping channels
688 18
689
690 1
691 40
h2. Runtime Options
692 1
693 40
The [[osmo-nitb]] application listens on port 4242 on localhost and one can use telnet to connect to it. With the VTY interface one can use commands to inspect the state of [[OpenBSC]], change the configuration and schedule work. Typing '?' will print a list of commands that are available in this screen and with tab completion one can complete command.
694 18
695 32 laforge
696 40
h3. Subscriber commands
697 32 laforge
698 40
* [[OpenBSC]] VTY has multiple ways to address a subscriber. It can be addressed by IMSI, by TMSI, the assigned extension and finally the id inside the database.
699 1
700 40
701
702
h4. subscriber (extension|imsi|tmsi|id) ID sms send TEXT
703
704
<pre>
705
706
* The above command will allow you to send a SMS to the subscriber.
707
708
709
h4. subscriber (extension|imsi|tmsi|id) ID silent-sms send TEXT ====
710
 subscriber (extension|imsi|tmsi|id) ID silent-call start (any|tch/f|tch/any|sdcch) ====
711
712
h4. subscriber (extension|imsi|tmsi|id) ID silent-call stop ====
713
 subscriber (extension|imsi|tmsi|id) ID ussd-notify (0|1|2) TEXT ====
714
715
h4. subscriber (extension|imsi|tmsi|id) ID update
716
717
718
719
h4. subscriber (extension|imsi|tmsi|id) ID name .NAME
720
721 32 laforge
Assign a name with a given subscriber
722
723 40
724
h4. subscriber (extension|imsi|tmsi|id) ID extension EXTENSION
725
726 32 laforge
Set / Change the phone number of a given subscriber
727
728 40
729
h4. subscriber (extension|imsi|tmsi|id) ID authorized (0|1)
730
731 32 laforge
Authorize (1) or unauthorize (0) a given subscriber
732
733 40
734
h4. subscriber (extension|imsi|tmsi|id) ID a3a8 (none|xor|comp128v1) [KI]
735
736 32 laforge
Set the authentication algorithm and optionally the Ki for a given subscriber
737
738 40
739
h4. subscriber (extension|imsi|tmsi|id) ID clear-requests
740
741 32 laforge
Clear any pending paging requests for the given subscriber
742
743 40
744
h4. subscriber (extension|imsi|tmsi|id) ID show-pending
745
746 32 laforge
Show any pending paging requests for the given subscriber
747
748 40
749
h4. subscriber (extension|imsi|tmsi|id) ID kick-pending
750
751 32 laforge
Clear any pending paging requests for the given subscriber
752
753 40
754
h4. subscriber purge-inactive
755
756 32 laforge
Purge subscribers with zero use count from RAM
757
758 40
759
h3. show statistics
760
761 32 laforge
This will display some runtime statistics like this:
762 40
<pre>
763
[[OpenBSC]]> show statistics
764 32 laforge
Channel Requests        : 0 total, 0 no channel
765
Channel Failures        : 0 rf_failures, 0 rll failures
766
Paging                  : 0 attempted, 0 complete, 0 expired
767
BTS failures            : 0 OML, 0 RSL
768
Channel Requests        : 0 total, 0 no channel
769
Location Update         : 0 attach, 0 normal, 0 periodic
770
IMSI Detach Indications : 0
771
Location Update Response: 0 accept, 0 reject
772
Handover                : 0 attempted, 0 no_channel, 0 timeout, 0 completed, 0 failed
773
SMS MO                  : 0 submitted, 0 no receiver
774
SMS MT                  : 0 delivered, 0 no memory, 0 other error
775
MO Calls                : 0 setup, 0 connect ack
776
MT Calls                : 0 setup, 0 connect
777 40
</pre>
778 32 laforge
779
780 40
h3. show logging vty
781
782
783 32 laforge
displays the logging configuration for the current VTY
784
785
786 40
h3. show e1_driver
787
788
789 32 laforge
displays a list of all supported E1 / abis input drivers
790 40
<pre>
791
[[OpenBSC]]> show e1_driver
792 32 laforge
E1 Input Driver misdn
793
E1 Input Driver misdn_lapd
794
E1 Input Driver dahdi
795
E1 Input Driver ipa
796
E1 Input Driver hsl
797
E1 Input Driver rs232
798 40
</pre>
799 32 laforge
800 40
h3. show e1_line [line_nr] [stats]
801
802
803 32 laforge
display statistics regarding the specified E1 line
804 40
[[OpenBSC]]> show e1_line 0 stats
805
<pre>
806 32 laforge
E1 Line Number 0, Name , Driver ipa
807
 E1 Input subsystem:
808
  HDLC abort:        0 (0/s 0/m 0/h 0/d)
809
  HLDC Bad FCS:        0 (0/s 0/m 0/h 0/d)
810
  HDLC Overrun:        0 (0/s 0/m 0/h 0/d)
811
  Alarm:        0 (0/s 0/m 0/h 0/d)
812
  Line removed:        0 (0/s 0/m 0/h 0/d)
813 40
</pre>
814 32 laforge
815
816 40
h3. show e1_timeslot [line_nr] [ts_nr]
817
 
818
819 32 laforge
display information about a E1 timeslot.
820
821 40
822
h3. show network
823
824
<pre>
825
[[OpenBSC]]> show network    
826 32 laforge
BSC is on Country Code 262, Network Code 88 and has 1 BTS
827
  Long network name: 'OpenBSC'
828
  Short network name: 'OpenBSC'
829
  Authentication policy: closed
830
  Location updating reject cause: 13
831
  Encryption: A5/0
832
  NECI (TCH/H): 1
833
  Use TCH for Paging any: 0
834
  RRLP Mode: none
835
  MM Info: On
836
  Handover: Off
837
  Current Channel Load:
838 40
</pre>
839 32 laforge
840 40
841
h3. show bts [bts_nr]
842
843
<pre>
844
[[OpenBSC]]> show bts
845 32 laforge
BTS 0 is of nanobts type in band DCS1800, has CI 0 LAC 1, BSIC 63, TSC 7 and 1 TRX
846
Description: (null)
847
MS Max power: 15 dBm
848
Minimum Rx Level for Access: -110 dBm
849
Cell Reselection Hysteresis: 4 dBm
850
RACH TX-Integer: 9
851
RACH Max transmissions: 7
852
System Information present: 0x00000000, static: 0x00000000
853
  Unit ID: 8888/0/0, OML Stream ID 0xff
854
  NM State: Oper 'NULL', Admin 0, Avail 'Power off'
855
  Site Mgr NM State: Oper 'NULL', Admin 0, Avail 'Power off'
856
  Paging: 0 pending requests, 0 free slots
857
  OML Link state: disconnected.
858
  Current Channel Load:
859 40
</pre>
860 32 laforge
861 40
862
h3. show trx [bts_nr] [trx_nr]
863
864
<pre>
865
[[OpenBSC]]> show trx
866 1
TRX 0 of BTS 0 is on ARFCN 871
867
Description: (null)
868
  RF Nominal Power: 23 dBm, reduced by 0 dB, resulting BS power: 23 dBm
869
  NM State: Oper 'NULL', Admin 2, Avail 'Power off'
870
  Baseband Transceiver NM State: Oper 'NULL', Admin 0, Avail 'Power off'
871
  ip.access stream ID: 0x00
872 40
</pre>
873 1
874 40
875
h3. show timeslot [bts_nr] [trx_nr] [ts_nr]
876
877
<pre>
878
[[OpenBSC]]> show timeslot 
879 1
BTS 0, TRX 0, Timeslot 0, phys cfg CCCH, TSC 7
880
  NM State: Oper 'NULL', Admin 0, Avail 'Power off'
881
BTS 0, TRX 0, Timeslot 1, phys cfg SDCCH8, TSC 7
882
  NM State: Oper 'NULL', Admin 0, Avail 'Power off'
883
BTS 0, TRX 0, Timeslot 2, phys cfg TCH/H, TSC 7
884
  NM State: Oper 'NULL', Admin 0, Avail 'Power off'
885
BTS 0, TRX 0, Timeslot 3, phys cfg TCH/H, TSC 7
886
  NM State: Oper 'NULL', Admin 0, Avail 'Power off'
887
BTS 0, TRX 0, Timeslot 4, phys cfg TCH/H, TSC 7
888
  NM State: Oper 'NULL', Admin 0, Avail 'Power off'
889
BTS 0, TRX 0, Timeslot 5, phys cfg TCH/H, TSC 7
890
  NM State: Oper 'NULL', Admin 0, Avail 'Power off'
891
BTS 0, TRX 0, Timeslot 6, phys cfg TCH/H, TSC 7
892
  NM State: Oper 'NULL', Admin 0, Avail 'Power off'
893
BTS 0, TRX 0, Timeslot 7, phys cfg TCH/H, TSC 7
894
  NM State: Oper 'NULL', Admin 0, Avail 'Power off'
895 40
</pre>
896 1
897 40
898
h3. show subscriber (extension|imsi|tms|id) ID
899
900 1
display information about a given subscriber
901 40
<pre>
902
[[OpenBSC]]> show subscriber id 1
903 1
    ID: 1, Authorized: 1
904 40
    Name: _
905 1
    Extension: 2342
906
    LAC: 1/0x1
907
    IMSI: 262022080345046
908
    TMSI: 4DB8B4D8
909
    Pending: 0
910
    Use count: 1
911 40
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)