aboutsummaryrefslogtreecommitdiffstats
path: root/example/defaults.conf
blob: dcb84db074cedc9ae80b0acaacba8f6309866bc5 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
nitb:
  net:
    mcc: 901
    mnc: 70
    short_name: osmo-gsm-tester-nitb
    long_name: osmo-gsm-tester-nitb
    auth_policy: closed
    encryption: a5_0

bsc:
  net:
    mcc: 901
    mnc: 70
    short_name: osmo-gsm-tester-msc
    long_name: osmo-gsm-tester-msc
    encryption: a5_0
    codec_list:
    - fr1

msc:
  net:
    mcc: 901
    mnc: 70
    short_name: osmo-gsm-tester-msc
    long_name: osmo-gsm-tester-msc
    encryption: a5_0
    authentication: optional

bsc_bts:
  base_station_id_code: 63
  stream_id: 255
  osmobsc_bts_type: sysmobts
  channel_allocator: ascending
  gprs_mode: gprs
  num_trx: 1
  max_trx: 1
  trx_list:
  - nominal_power: 23
    max_power_red: 0
    arfcn: 868
    timeslot_list:
    - phys_chan_config: CCCH+SDCCH4
    - phys_chan_config: SDCCH8
    - phys_chan_config: TCH/F
    - phys_chan_config: TCH/F
    - phys_chan_config: TCH/F
    - phys_chan_config: TCH/F
    - phys_chan_config: PDCH
    - phys_chan_config: PDCH
  - nominal_power: 23
    max_power_red: 0
    arfcn: 872
    timeslot_list:
    - phys_chan_config: TCH/F
    - phys_chan_config: SDCCH8
    - phys_chan_config: TCH/F
    - phys_chan_config: TCH/F
    - phys_chan_config: TCH/F
    - phys_chan_config: TCH/F
    - phys_chan_config: PDCH
    - phys_chan_config: PDCH

osmo_bts_octphy:
  max_trx: 2

nanobts:
  max_trx: 2
  trx_list:
  - {}
  - timeslot_list:
    - {}
    - {}
    - {}
    - {}
    - {}
    - {}
    - phys_chan_config: TCH/F # nanobts only supports PDCH in TRX0.
    - phys_chan_config: TCH/F

osmo_bts_trx:
  max_trx: 2

osmo_trx:
  type: uhd
  launch_trx: true
  clock_reference: internal

osmo_bts_virtual:
  max_trx: 1

osmo_bts_oc2g:
  max_trx: 1
  trx_list:
  - nominal_power: 25

srsepc:
  mcc: 901
  mnc: 70
  rlc_drb_mode: UM
  enable_pcap: false

srsenb:
  mcc: 901
  mnc: 70
  num_prb: 100
  transmission_mode: 1
  enable_pcap: false

srsue:
  enable_pcap: false
  airplane_t_on_ms: -1
  airplane_t_off_ms: -1