Project

General

Profile

Bs11 config » History » Version 4

laforge, 02/19/2016 10:48 PM
clarify that we don't provide firmware.

1 1 laforge
bs11_config is a small commandline program that can be used to configure the [wiki:BS-11] BTS using its RS232 link.
2
3
It can perform a subset of the functions that are typically performed using the Siemens LMT (Local Maintenance Terminal) software, such as
4
 * download of SAFETY LOAD software
5
 * download of BTS software
6
 * creating an initial configuration (such as creating BBSIG,CCLK,PA,... objects)
7
 * setting the Tx output power of the RF amplifier
8
9
== Reference ==
10
11 3 laforge
=== Download SMU Safety Load ===
12 1 laforge
13 3 laforge
{{{
14
$ ./bs11_config -p /dev/ttyUSB0 -S /path/to/my/BTSBMC76.SWI
15
}}}
16
17 4 laforge
'''NOTE: The OpenBSC/bs11-abis project is not providing any Firmware images for the BS-11, as they are copyrighted material'''
18 3 laforge
19
=== Minimal Configuration ===
20
21
The minimal configuration is automatically created if the BS-11 enters the ''MINIMAL CONFIG REQUIRED'' state after the SMU safety load is installed.
22
23
=== Download Software Load ===
24
25
{{{
26
$ ./bs11_config -p /dev/ttyUSB0 -s /path/to/my/HS011106.SWL
27
}}}
28
29
If the BS-11 is not in Maintenance State, it first needs to be detached from the BSC (using -D option)
30
{{{
31
$ ./bs11_config -p /dev/ttyUSB0 -D -s /path/to/my/HS011106.SWL
32
}}}
33
34
If you want to force a download, just add the ''-f'' parameter.
35
36
'''NOTE: OpenBSC is not providing any Firmware images for the BS-11'''
37 2 laforge
38
=== Observing BS-11 boot process ===
39
40
This is the output of bs11_config while observing the boot process.  You will see every line
41
many times, as the status is refreshed every five seconds.
42
43
{{{
44
$./bs11_config -p /dev/ttyUSB0
45
bs11_config (C) 2009 by Harald Welte and Dieter Spaar
46
This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY
47
48
LMT LOGON: ACK
49
T-Link: Down      Abis-link: Down      MBCCU0: No Load     MBCCU1: No Load     PHASE: 1 SUBPHASE: Warm Up...
50
T-Link: Down      Abis-link: Down      MBCCU0: No Load     MBCCU1: No Load     PHASE: 1 SUBPHASE: Load SMU Intended...
51
T-Link: Down      Abis-link: Down      MBCCU0: No Load     MBCCU1: No Load     PHASE: 2 SUBPHASE: Load MBCCU...
52
T-Link: Down      Abis-link: Down      MBCCU0: No Load     MBCCU1: Load BTSCAC PHASE: 2 SUBPHASE: Load MBCCU...
53
T-Link: Down      Abis-link: Down      MBCCU0: Load BTSCAC MBCCU1: Load BTSCAC PHASE: 2 SUBPHASE: Load MBCCU...
54
T-Link: Down      Abis-link: Down      MBCCU0: Load BTSCAC MBCCU1: Load BTSDRX PHASE: 2 SUBPHASE: Load MBCCU...
55
T-Link: Down      Abis-link: Down      MBCCU0: Load BTSDRX MBCCU1: Load BTSDRX PHASE: 2 SUBPHASE: Load MBCCU...
56
T-Link: Down      Abis-link: Down      MBCCU0: Load BTSDRX MBCCU1: Load BTSBBX PHASE: 2 SUBPHASE: Load MBCCU...
57
T-Link: Down      Abis-link: Down      MBCCU0: Load BTSBBX MBCCU1: Load BTSBBX PHASE: 2 SUBPHASE: Load MBCCU...
58
T-Link: Down      Abis-link: Down      MBCCU0: Load BTSBBX MBCCU1: Load BTSARC PHASE: 2 SUBPHASE: Load MBCCU...
59
T-Link: Down      Abis-link: Down      MBCCU0: Load BTSARC MBCCU1: Load BTSARC PHASE: 2 SUBPHASE: Load MBCCU...
60
T-Link: Down      Abis-link: Down      MBCCU0: Load BTSARC MBCCU1: Load        PHASE: 2 SUBPHASE: Load MBCCU...
61
T-Link: Down      Abis-link: Down      MBCCU0: Load        MBCCU1: Load        PHASE: 2 SUBPHASE: Load MBCCU...
62
T-Link: Down      Abis-link: Restoring MBCCU0: Load        MBCCU1: Load        PHASE: 3 SUBPHASE: Normal...
63
T-Link: Down      Abis-link: Up        MBCCU0: Load        MBCCU1: Load        PHASE: 3 SUBPHASE: Normal...
64
}}}
Add picture from clipboard (Maximum size: 48.8 MB)