Introduce ip.access nanobts support

Change-Id: Ibaea025b3a503dfe897d36701234445de6d49f82
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 @@
     - 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 @@
   - 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 @@
   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