blob: ad229ed61588c3ab7d6efa9aafb60d235e553dce [file] [log] [blame]
Oliver Smith19b27b32022-02-21 14:56:05 +01001stats interval 5
2
3stats reporter statsd
4 disable
5 remote-ip ${STATSD_IP}
6 remote-port 9125
7 level global
8 no prefix
9 enable
10
11line vty
12 no login
13
14e1_input
15 e1_line 0 driver ipa
16 e1_line 0 port 0
17 no e1_line 0 keepalive
18
19msc 0
20 allow-emergency deny
21 amr-config 12_2k forbidden
22 amr-config 10_2k forbidden
23 amr-config 7_95k forbidden
24 amr-config 7_40k forbidden
25 amr-config 6_70k allowed
26 amr-config 5_90k allowed
27 amr-config 5_15k forbidden
28 amr-config 4_75k forbidden
29
30network
31 network country code ${MCC}
32 mobile network code ${MNC}
33 encryption a5 ${ENCR_A5}
34 neci 1
35 paging any use tch 0
36 handover 0
37 periodic location update 12
38 meas-feed destination 127.0.0.1 8888
39
40${foreach(BTS)}
41 bts ${BTSn}
42 description ${BTSn_DESCRIPTION}
43 type osmo-bts
44 band ${BTS_BAND}
45 ip.access unit_id ${BTSn_IPA_UNIT}
46 location_area_code ${BTSn_LAC}
47 cell_identity ${BTSn_CI}
48 base_station_id_code ${BTSn_BSIC}
49 codec-support ${BTSn_CODEC_SUPPORT}
50 amr tch-f modes 3
51 amr tch-f start-mode 3
52 amr tch-h modes 3
53 amr tch-h start-mode 3
54 gprs mode ${BTSn_GPRS_MODE}
55 gprs nsvc 0 remote ip ${BTSn_GB_REMOTE_IP}
56 gprs nsvc 0 remote udp port ${BTSn_GB_REMOTE_PORT}
57 gprs nsvc 0 local udp port ${PCU_GB_LOCAL_PORT}
58 gprs nsvc 0 nsvci ${BTSn_NSVCI}
59 gprs nsei ${BTSn_NSEI}
60 gprs cell bvci ${BTSn_BVCI}
61 trx 0
62 arfcn ${BTSn_ARFCN}
63 description ${BTSn_DESCRIPTION}
64 rf_locked 0
65 nominal power ${BTSn_NOMINAL_POWER}
66 max_power_red ${BTSn_MAX_POWER_RED}
67 timeslot 0
68 phys_chan_config CCCH+SDCCH4
69 timeslot 1
70 phys_chan_config SDCCH8
71 timeslot 2
72 phys_chan_config ${TCH_TYPE}
73 timeslot 3
74 phys_chan_config ${TCH_TYPE}
75 timeslot 4
76 phys_chan_config ${TCH_TYPE}
77 timeslot 5
78 phys_chan_config ${TCH_TYPE}
79 timeslot 6
80 phys_chan_config ${TCH_TYPE}
81 timeslot 7
82 phys_chan_config PDCH
83${foreach_end}
84
85${foreach(LOG_OUTPUT)}
86log ${LOG_OUTPUTn_TYPE}
87${include(common_logging)}
88 logging level hodec info
89 logging level ho info
90 logging level nm info
91 logging level meas info
92 logging level lmi info
93 logging level linp notice
94 logging level lss7 notice
95 logging level lsccp notice
96 logging level lsua notice
97 logging level lm3ua notice
98${foreach_end}