aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/osmo-bsc/nokia/osmo-bsc.insite.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-07-15 00:21:33 +0200
committerlaforge <laforge@osmocom.org>2020-07-16 11:51:53 +0000
commitbb79f123cc2c664920f910483b438a5af22a135a (patch)
treed134ad0778642925ec7656c34ba5252425caaa76 /doc/examples/osmo-bsc/nokia/osmo-bsc.insite.cfg
parent9f7e288482522f3f09d6d7ea22d849d29f079358 (diff)
Add example configuration files for E1 BTS
This adds osmo-bsc config files for Ericsson RBS2308, Siemens BS-11 and Nokia InSite which were working in July 2020 to get the BTS initialized, recognized by MS and up to signalling. Voice/TRAU support is still missing in OsmoBSC, but should be added relatively soon. Change-Id: I1fe15cc3654025e52fc1110ac3052fb1f7a009a0 Depends: osmo-python-tests I896b99032d94ba0cdd340a8eed7c7b625661ad69 Closes: OS4651
Diffstat (limited to 'doc/examples/osmo-bsc/nokia/osmo-bsc.insite.cfg')
-rw-r--r--doc/examples/osmo-bsc/nokia/osmo-bsc.insite.cfg65
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/examples/osmo-bsc/nokia/osmo-bsc.insite.cfg b/doc/examples/osmo-bsc/nokia/osmo-bsc.insite.cfg
new file mode 100644
index 000000000..a8e8e5c3f
--- /dev/null
+++ b/doc/examples/osmo-bsc/nokia/osmo-bsc.insite.cfg
@@ -0,0 +1,65 @@
+!
+! OpenBSC configuration saved from vty
+! !
+password foo
+!
+line vty
+ no login
+!
+log stderr
+ logging filter all 1
+ logging color 1
+ logging print category-hex 0
+ logging print category 1
+ logging print file 1
+ logging level llapd notice
+ logging level nm debug
+e1_input
+ e1_line 0 driver dahdi
+ e1_line 0 port 3
+ pcap 2020004-insite.pcap
+network
+ network country code 1
+ mobile network code 1
+ timer t3101 10
+ timer t3113 60
+ bts 0
+ type nokia_site
+ band GSM1900
+ cell_identity 1
+ location_area_code 1
+ base_station_id_code 63
+ training_sequence_code 7
+
+ oml e1 line 0 timeslot 1 sub-slot full
+ oml e1 tei 1
+
+ trx 0
+ arfcn 810
+ max_power_red 0
+ rsl e1 line 0 timeslot 1 sub-slot full
+ rsl e1 tei 1
+ timeslot 0
+ phys_chan_config CCCH+SDCCH4
+ e1 line 0 timeslot 2 sub-slot full
+ timeslot 1
+ phys_chan_config SDCCH8
+ e1 line 0 timeslot 2 sub-slot 1
+ timeslot 2
+ phys_chan_config TCH/F
+ e1 line 0 timeslot 2 sub-slot 2
+ timeslot 3
+ phys_chan_config TCH/F
+ e1 line 0 timeslot 2 sub-slot 3
+ timeslot 4
+ phys_chan_config TCH/F
+ e1 line 0 timeslot 3 sub-slot 0
+ timeslot 5
+ phys_chan_config TCH/F
+ e1 line 0 timeslot 3 sub-slot 1
+ timeslot 6
+ phys_chan_config TCH/F
+ e1 line 0 timeslot 3 sub-slot 2
+ timeslot 7
+ phys_chan_config TCH/F
+ e1 line 0 timeslot 3 sub-slot 3