blob: 559728985bbf15a81c7378c3eb3c8d1525aca3bf [file] [log] [blame]
Neels Hofmeyr88660602020-10-10 19:01:00 +02001OsmoBSC> enable
2OsmoBSC# configure terminal
3OsmoBSC(config)# smlc
4OsmoBSC(config-smlc)# list
5...
6 enable
7 no enable
8 bsc-addr NAME
9 smlc-addr NAME
10
11OsmoBSC(config-smlc)# enable?
12 enable Start up Lb interface connection to the remote SMLC
13
14OsmoBSC(config-smlc)# no?
15 no Negate a command or set its defaults
16OsmoBSC(config-smlc)# no ?
17 enable Stop Lb interface connection to the remote SMLC
18
19OsmoBSC(config-smlc)# bsc-addr?
20 bsc-addr Local SCCP address of this BSC towards the SMLC
21OsmoBSC(config-smlc)# bsc-addr ?
22 NAME Name of cs7 addressbook entry
23
24OsmoBSC(config-smlc)# smlc-addr?
25 smlc-addr Remote SCCP address of the SMLC
26OsmoBSC(config-smlc)# smlc-addr ?
27 NAME Name of cs7 addressbook entry
28
29OsmoBSC(config-smlc)# show running-config
30... !smlc
31
32OsmoBSC(config-smlc)# enable
33OsmoBSC(config-smlc)# show running-config
34...
35smlc
36 enable
37...
38
39OsmoBSC(config-smlc)# no enable
40OsmoBSC(config-smlc)# show running-config
41... !smlc
42
43OsmoBSC(config-smlc)# exit
44OsmoBSC(config)# cs7 instance 0
45OsmoBSC(config-cs7)# sccp-addr test-addr
46OsmoBSC(config-cs7-sccpaddr)# point-code 1.23.4
47OsmoBSC(config-cs7-sccpaddr)# exit
48OsmoBSC(config-cs7)# sccp-addr test-addr2
49OsmoBSC(config-cs7-sccpaddr)# point-code 1.23.5
50OsmoBSC(config-cs7-sccpaddr)# exit
51OsmoBSC(config-cs7)# exit
52OsmoBSC(config)# smlc
53
54OsmoBSC(config-smlc)# bsc-addr nonsense
55Error: No such SCCP addressbook entry: 'nonsense'
56% Command incomplete.
57OsmoBSC(config-smlc)# show running-config
58... !smlc
59
60OsmoBSC(config-smlc)# bsc-addr test-addr
61OsmoBSC(config-smlc)# show running-config
62...
63smlc
64 bsc-addr test-addr
65...
66
67OsmoBSC(config-smlc)# smlc-addr test-addr2
68OsmoBSC(config-smlc)# show running-config
69...
70smlc
71 bsc-addr test-addr
72 smlc-addr test-addr2
73...