aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-03-08 21:01:26 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-03-15 19:54:42 +0100
commit1b28a584eda2d2292ec0b73094bfaecb96b0c49f (patch)
tree3aa7412300bcb99bd2f0ed3f8528ef4eb23b20d6 /example
parent19c508c3047c0a4e40507583bbf75ba1aea53037 (diff)
Introduce ip.access nanobts support
Diffstat (limited to 'example')
-rw-r--r--example/defaults.conf4
-rw-r--r--example/resources.conf.prod11
-rw-r--r--example/resources.conf.rnd11
-rw-r--r--example/scenarios/nanobts.conf3
4 files changed, 29 insertions, 0 deletions
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