[PATCH 2/4] ip.access: Add a configuration file example for nanoBTS

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Sylvain Munaut 246tnt at gmail.com
Sun Oct 25 16:56:42 UTC 2009


From: Sylvain Munaut <tnt at 246tNt.com>

Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>
---
 openbsc/src/openbsc.cfg.nanobts |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 openbsc/src/openbsc.cfg.nanobts

diff --git a/openbsc/src/openbsc.cfg.nanobts b/openbsc/src/openbsc.cfg.nanobts
new file mode 100644
index 0000000..a12794f
--- /dev/null
+++ b/openbsc/src/openbsc.cfg.nanobts
@@ -0,0 +1,38 @@
+!
+! OpenBSC configuration saved from vty
+!
+password foo
+!
+line vty
+ no login
+!
+network
+ network country code 1
+ mobile network code 1
+ short name OpenBSC
+ long name OpenBSC
+ bts 0
+  type nanobts
+  ip.access unit_id 1801 0
+  band GSM1800
+  location_area_code 1
+  training_sequence_code 7
+  base_station_id_code 63
+  trx 0
+   arfcn 514
+    timeslot 0
+     phys_chan_config CCCH+SDCCH4
+    timeslot 1
+     phys_chan_config SDCCH8
+    timeslot 2
+     phys_chan_config TCH/F
+    timeslot 3
+     phys_chan_config TCH/F
+    timeslot 4
+     phys_chan_config TCH/F
+    timeslot 5
+     phys_chan_config TCH/F
+    timeslot 6
+     phys_chan_config TCH/F
+    timeslot 7
+     phys_chan_config TCH/F
-- 
1.6.4





More information about the OpenBSC mailing list