blob: a27f57dbe96c04999229277110f6771dae3af697 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
! Configuration rendered by osmo-gsm-tester
log stderr
logging color 1
logging print extended-timestamp 1
logging print category 1
logging print category-hex 0
logging print level 1
logging print file basename last
logging level abis debug
logging level oml debug
logging level pag debug
logging level rll debug
logging level rr debug
logging level rsl debug
! Level required by ready_for_pcu(): pcu info
logging level pcu info
!
line vty
bind ${osmo_bts_sysmo.addr}
ctrl
bind ${osmo_bts_sysmo.addr}
!
phy 0
instance 0
bts 0
band ${osmo_bts_sysmo.band}
ipa unit-id ${osmo_bts_sysmo.ipa_unit_id} 0
oml remote-ip ${osmo_bts_sysmo.oml_remote_ip}
pcu-socket ${osmo_bts_sysmo.pcu_socket_path}
gsmtap-sapi bcch
gsmtap-sapi ccch
gsmtap-sapi rach
gsmtap-sapi agch
gsmtap-sapi pch
gsmtap-sapi sdcch
gsmtap-sapi tch/f
gsmtap-sapi tch/h
!gsmtap-sapi pacch
!gsmtap-sapi pdtch
!gsmtap-sapi ptcch
gsmtap-sapi cbch
gsmtap-sapi sacch
trx 0
phy 0 instance 0
|