From 1b28a584eda2d2292ec0b73094bfaecb96b0c49f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 8 Mar 2018 21:01:26 +0100 Subject: Introduce ip.access nanobts support Change-Id: Ibaea025b3a503dfe897d36701234445de6d49f82 --- example/defaults.conf | 4 ++++ example/resources.conf.prod | 11 +++++++++++ example/resources.conf.rnd | 11 +++++++++++ example/scenarios/nanobts.conf | 3 +++ 4 files changed, 29 insertions(+) create mode 100644 example/scenarios/nanobts.conf (limited to 'example') diff --git a/example/defaults.conf b/example/defaults.conf index c110dde..45c734a 100644 --- a/example/defaults.conf +++ b/example/defaults.conf @@ -41,3 +41,7 @@ bsc_bts: - phys_chan_config: TCH/F - phys_chan_config: PDCH - phys_chan_config: PDCH + +nanobts: + trx_list: + - arfcn: 531 diff --git a/example/resources.conf.prod b/example/resources.conf.prod index 1e8da53..9f815b8 100644 --- a/example/resources.conf.prod +++ b/example/resources.conf.prod @@ -44,6 +44,17 @@ bts: - hw_addr: 00:0c:90:2e:80:1e net_device: enp2s0 +- label: NanoBTS + type: nanobts + ipa_unit_id: 9 + addr: 10.42.42.53 + band: GSM-1900 + net_device: enp2s0 + power_supply: + type: 'sispm' + device: '01:01:4d:98:24' + port: '1' + arfcn: - arfcn: 512 band: GSM-1800 diff --git a/example/resources.conf.rnd b/example/resources.conf.rnd index 4697bdc..ae48081 100644 --- a/example/resources.conf.rnd +++ b/example/resources.conf.rnd @@ -27,6 +27,17 @@ bts: launch_trx: true ciphers: [a5_0, a5_1] +- label: NanoBTS + type: nanobts + ipa_unit_id: 9 + addr: 10.42.42.53 + band: GSM-1900 + net_device: enp2s0 + power_supply: + type: 'sispm' + device: '01:01:55:2e:b6' + port: '1' + arfcn: - arfcn: 512 band: GSM-1800 diff --git a/example/scenarios/nanobts.conf b/example/scenarios/nanobts.conf new file mode 100644 index 0000000..7322288 --- /dev/null +++ b/example/scenarios/nanobts.conf @@ -0,0 +1,3 @@ +resources: + bts: + - type: nanobts -- cgit v1.2.3