From 2188efe2cc9dfb473bf41540960382d7c43b892e Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 Sep 2009 15:36:36 +0200 Subject: New Version 1.6 Fix of conference release bug. Calls can now be forwarded during alerting phase via "*3#". modified: README modified: apppbx.cpp modified: configure modified: configure.ac new file: default/openbsc.cfg modified: dss1.cpp modified: gsm.cpp modified: joinpbx.cpp --- default/openbsc.cfg | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 default/openbsc.cfg (limited to 'default') diff --git a/default/openbsc.cfg b/default/openbsc.cfg new file mode 100644 index 0000000..05ec4c0 --- /dev/null +++ b/default/openbsc.cfg @@ -0,0 +1,155 @@ +! +! OpenBSC configuration saved from vty +! ! +password foo +! +line vty + no login +! +network +! select county code and network code. 1 equals test network + network country code 1 + mobile network code 1 +! name the network + short name OpenBSC + long name OpenBSC +! define first bts (counted from 0) + bts 0 + type bs11 + band GSM900 + location_area_code 1 + training_sequence_code 7 + base_station_id_code 63 + oml e1 line 0 timeslot 1 sub-slot full + oml e1 tei 25 +! define tranceiver for this bts (counted from 0) + trx 0 +! frequency number from 1 to 124 (GSM900) + arfcn 121 + max_power_red 0 +! all line numbers (0 in this case) must match your mISDN port + rsl e1 line 0 timeslot 1 sub-slot full + rsl e1 tei 1 + timeslot 0 + phys_chan_config CCCH+SDCCH4 + e1 line 0 timeslot 1 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 +! uncomment this for second TRX, if enabled on BS11 +! trx 1 +! arfcn 123 +! max_power_red 0 +! rsl e1 line 0 timeslot 1 sub-slot full +! rsl e1 tei 2 +! timeslot 0 +! phys_chan_config TCH/F +! e1 line 0 timeslot 4 sub-slot 0 +! timeslot 1 +! phys_chan_config TCH/F +! e1 line 0 timeslot 4 sub-slot 1 +! timeslot 2 +! phys_chan_config TCH/F +! e1 line 0 timeslot 4 sub-slot 2 +! timeslot 3 +! phys_chan_config TCH/F +! e1 line 0 timeslot 4 sub-slot 3 +! timeslot 4 +! phys_chan_config TCH/F +! e1 line 0 timeslot 5 sub-slot 0 +! timeslot 5 +! phys_chan_config TCH/F +! e1 line 0 timeslot 5 sub-slot 1 +! timeslot 6 +! phys_chan_config TCH/F +! e1 line 0 timeslot 5 sub-slot 2 +! timeslot 7 +! phys_chan_config TCH/F +! e1 line 0 timeslot 5 sub-slot 3 +! enable this for second BS11 on mISDN port 1 +! bts 1 +! type bs11 +! band GSM900 +! location_area_code 2 +! training_sequence_code 7 +! base_station_id_code 63 +! oml e1 line 1 timeslot 6 sub-slot full +! oml e1 tei 25 +! trx 0 +! arfcn 122 +! max_power_red 0 +! rsl e1 line 1 timeslot 6 sub-slot full +! rsl e1 tei 1 +! timeslot 0 +! phys_chan_config CCCH+SDCCH4 +! e1 line 1 timeslot 7 sub-slot 0 +! timeslot 1 +! phys_chan_config SDCCH8 +! e1 line 1 timeslot 7 sub-slot 1 +! timeslot 2 +! phys_chan_config TCH/F +! e1 line 1 timeslot 7 sub-slot 2 +! timeslot 3 +! phys_chan_config TCH/F +! e1 line 1 timeslot 7 sub-slot 3 +! timeslot 4 +! phys_chan_config TCH/F +! e1 line 1 timeslot 8 sub-slot 0 +! timeslot 5 +! phys_chan_config TCH/F +! e1 line 1 timeslot 8 sub-slot 1 +! timeslot 6 +! phys_chan_config TCH/F +! e1 line 1 timeslot 8 sub-slot 2 +! timeslot 7 +! phys_chan_config TCH/F +! e1 line 1 timeslot 8 sub-slot 3 +! trx 1 +! arfcn 124 +! max_power_red 0 +! rsl e1 line 1 timeslot 6 sub-slot full +! rsl e1 tei 2 +! timeslot 0 +! phys_chan_config TCH/F +! e1 line 1 timeslot 9 sub-slot 0 +! timeslot 1 +! phys_chan_config TCH/F +! e1 line 1 timeslot 9 sub-slot 1 +! timeslot 2 +! phys_chan_config TCH/F +! e1 line 1 timeslot 9 sub-slot 2 +! timeslot 3 +! phys_chan_config TCH/F +! e1 line 1 timeslot 9 sub-slot 3 +! timeslot 4 +! phys_chan_config TCH/F +! e1 line 1 timeslot 10 sub-slot 0 +! timeslot 5 +! phys_chan_config TCH/F +! e1 line 1 timeslot 10 sub-slot 1 +! timeslot 6 +! phys_chan_config TCH/F +! e1 line 1 timeslot 10 sub-slot 2 +! timeslot 7 +! phys_chan_config TCH/F +! e1 line 1 timeslot 10 sub-slot 3 + + -- cgit v1.2.3-55-g7522