From 6a9a88e816421ac3d8facded54fc079c586ced21 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 12 Sep 2018 20:01:21 +0200 Subject: Install sample cfg file to /etc/osmocom Change-Id: I080ae6a4c4f92dd8df055efd25e308f8a3377d34 --- openbsc/doc/examples/Makefile.am | 18 ++ openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg | 19 -- .../doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg | 19 ++ openbsc/doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg | 66 +++++++ openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg | 66 ------- openbsc/doc/examples/osmo-nitb/bs11/openbsc.cfg | 54 ------ openbsc/doc/examples/osmo-nitb/bs11/osmo-nitb.cfg | 54 ++++++ openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg | 66 ------- .../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg | 66 +++++++ openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg | 208 --------------------- .../doc/examples/osmo-nitb/rbs2308/osmo-nitb.cfg | 208 +++++++++++++++++++++ .../doc/examples/osmo-nitb/sysmobts/openbsc.cfg | 66 ------- .../doc/examples/osmo-nitb/sysmobts/osmo-nitb.cfg | 66 +++++++ 13 files changed, 497 insertions(+), 479 deletions(-) delete mode 100644 openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg create mode 100644 openbsc/doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg create mode 100644 openbsc/doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg delete mode 100644 openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg delete mode 100644 openbsc/doc/examples/osmo-nitb/bs11/openbsc.cfg create mode 100644 openbsc/doc/examples/osmo-nitb/bs11/osmo-nitb.cfg delete mode 100644 openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg create mode 100644 openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg delete mode 100644 openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg create mode 100644 openbsc/doc/examples/osmo-nitb/rbs2308/osmo-nitb.cfg delete mode 100644 openbsc/doc/examples/osmo-nitb/sysmobts/openbsc.cfg create mode 100644 openbsc/doc/examples/osmo-nitb/sysmobts/osmo-nitb.cfg (limited to 'openbsc/doc/examples') diff --git a/openbsc/doc/examples/Makefile.am b/openbsc/doc/examples/Makefile.am index 530c3fa8f..2b8336f4b 100644 --- a/openbsc/doc/examples/Makefile.am +++ b/openbsc/doc/examples/Makefile.am @@ -1,3 +1,21 @@ + +OSMOCONF_FILES = \ + osmo-nitb/sysmobts/osmo-nitb.cfg \ + osmo-bsc_mgcp/osmo-bsc-mgcp.cfg + +if BUILD_NAT +OSMOCONF_FILES += osmo-bsc_nat/osmo-bsc-nat.cfg +endif + +if BUILD_BSC +OSMOCONF_FILES += osmo-bsc-sccplite/osmo-bsc-sccplite.cfg +endif + +osmoconfdir = $(sysconfdir)/osmocom +osmoconf_DATA = $(OSMOCONF_FILES) + +EXTRA_DIST = $(OSMOCONF_FILES) + CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,' dist-hook: diff --git a/openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg b/openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg deleted file mode 100644 index 67f288e3b..000000000 --- a/openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg +++ /dev/null @@ -1,19 +0,0 @@ -! -! MGCP configuration hand edited -! ! -password foo -! -line vty - no login -! -mgcp - !local ip 213.167.134.14 - !bts ip 172.16.252.43 - !bind ip 127.0.0.1 - bind port 2427 - rtp base 4000 - rtp force-ptime 20 - sdp audio payload number 98 - sdp audio payload name AMR/8000 - number endpoints 31 - no rtcp-omit diff --git a/openbsc/doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg b/openbsc/doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg new file mode 100644 index 000000000..67f288e3b --- /dev/null +++ b/openbsc/doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg @@ -0,0 +1,19 @@ +! +! MGCP configuration hand edited +! ! +password foo +! +line vty + no login +! +mgcp + !local ip 213.167.134.14 + !bts ip 172.16.252.43 + !bind ip 127.0.0.1 + bind port 2427 + rtp base 4000 + rtp force-ptime 20 + sdp audio payload number 98 + sdp audio payload name AMR/8000 + number endpoints 31 + no rtcp-omit diff --git a/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg b/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg new file mode 100644 index 000000000..6b48e970e --- /dev/null +++ b/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg @@ -0,0 +1,66 @@ +! +! OsmoBSCNAT (0.12.0.266-2daa9) configuration saved from vty +!! +! +log stderr + logging filter all 1 + logging color 1 + logging timestamp 0 + logging level all debug + logging level rll notice + logging level cc notice + logging level mm notice + logging level rr notice + logging level rsl notice + logging level nm info + logging level mncc notice + logging level pag notice + logging level meas notice + logging level sccp notice + logging level msc notice + logging level mgcp notice + logging level ho notice + logging level db notice + logging level ref notice + logging level gprs debug + logging level ns info + logging level bssgp debug + logging level llc debug + logging level sndcp debug + logging level nat notice + logging level ctrl notice + logging level smpp debug + logging level lglobal notice + logging level llapd notice + logging level linp notice + logging level lmux notice + logging level lmi notice + logging level lmib notice + logging level lsms notice +! +line vty + no login +! +mgcp + bind ip 0.0.0.0 + bind port 2427 + rtp bts-base 4000 + rtp net-base 16000 + rtp ip-dscp 0 + no rtcp-omit + sdp audio-payload number 126 + sdp audio-payload name AMR/8000 + loop 0 + number endpoints 1 + call-agent ip 127.0.0.1 + rtp transcoder-base 0 + transcoder-remote-base 4000 +nat + msc ip 127.0.0.1 + msc port 5000 + timeout auth 2 + timeout ping 20 + timeout pong 5 + ip-dscp 0 + bscs-config-file bscs.config + access-list bla imsi-allow ^11$ diff --git a/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg b/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg deleted file mode 100644 index 6b48e970e..000000000 --- a/openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg +++ /dev/null @@ -1,66 +0,0 @@ -! -! OsmoBSCNAT (0.12.0.266-2daa9) configuration saved from vty -!! -! -log stderr - logging filter all 1 - logging color 1 - logging timestamp 0 - logging level all debug - logging level rll notice - logging level cc notice - logging level mm notice - logging level rr notice - logging level rsl notice - logging level nm info - logging level mncc notice - logging level pag notice - logging level meas notice - logging level sccp notice - logging level msc notice - logging level mgcp notice - logging level ho notice - logging level db notice - logging level ref notice - logging level gprs debug - logging level ns info - logging level bssgp debug - logging level llc debug - logging level sndcp debug - logging level nat notice - logging level ctrl notice - logging level smpp debug - logging level lglobal notice - logging level llapd notice - logging level linp notice - logging level lmux notice - logging level lmi notice - logging level lmib notice - logging level lsms notice -! -line vty - no login -! -mgcp - bind ip 0.0.0.0 - bind port 2427 - rtp bts-base 4000 - rtp net-base 16000 - rtp ip-dscp 0 - no rtcp-omit - sdp audio-payload number 126 - sdp audio-payload name AMR/8000 - loop 0 - number endpoints 1 - call-agent ip 127.0.0.1 - rtp transcoder-base 0 - transcoder-remote-base 4000 -nat - msc ip 127.0.0.1 - msc port 5000 - timeout auth 2 - timeout ping 20 - timeout pong 5 - ip-dscp 0 - bscs-config-file bscs.config - access-list bla imsi-allow ^11$ diff --git a/openbsc/doc/examples/osmo-nitb/bs11/openbsc.cfg b/openbsc/doc/examples/osmo-nitb/bs11/openbsc.cfg deleted file mode 100644 index bcb0b984a..000000000 --- a/openbsc/doc/examples/osmo-nitb/bs11/openbsc.cfg +++ /dev/null @@ -1,54 +0,0 @@ -! -! OpenBSC configuration saved from vty -! ! -password foo -! -line vty - no login -! -e1_input - e1_line 0 driver misdn -network - network country code 1 - mobile network code 1 - short name OpenBSC - long name OpenBSC - bts 0 - type bs11 - band GSM900 - cell_identity 1 - 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 - trx 0 - arfcn 121 - 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 1 sub-slot full - timeslot 1 - phys_chan_config TCH/F - 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 - diff --git a/openbsc/doc/examples/osmo-nitb/bs11/osmo-nitb.cfg b/openbsc/doc/examples/osmo-nitb/bs11/osmo-nitb.cfg new file mode 100644 index 000000000..bcb0b984a --- /dev/null +++ b/openbsc/doc/examples/osmo-nitb/bs11/osmo-nitb.cfg @@ -0,0 +1,54 @@ +! +! OpenBSC configuration saved from vty +! ! +password foo +! +line vty + no login +! +e1_input + e1_line 0 driver misdn +network + network country code 1 + mobile network code 1 + short name OpenBSC + long name OpenBSC + bts 0 + type bs11 + band GSM900 + cell_identity 1 + 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 + trx 0 + arfcn 121 + 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 1 sub-slot full + timeslot 1 + phys_chan_config TCH/F + 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 + diff --git a/openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg b/openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg deleted file mode 100644 index c5e7be839..000000000 --- a/openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg +++ /dev/null @@ -1,66 +0,0 @@ -! -! OpenBSC configuration saved from vty -! ! -password foo -! -line vty - no login -! -e1_input - e1_line 0 driver ipa -network - network country code 1 - mobile network code 1 - short name OpenBSC - long name OpenBSC - auth policy closed - location updating reject cause 13 - encryption a5 0 - neci 1 - rrlp mode none - mm info 1 - handover 0 - handover window rxlev averaging 10 - handover window rxqual averaging 1 - handover window rxlev neighbor averaging 10 - handover power budget interval 6 - handover power budget hysteresis 3 - handover maximum distance 9999 - bts 0 - type nanobts - band DCS1800 - cell_identity 0 - location_area_code 1 - training_sequence_code 7 - base_station_id_code 63 - ms max power 15 - cell reselection hysteresis 4 - rxlev access min 0 - channel allocator ascending - rach tx integer 9 - rach max transmission 7 - ip.access unit_id 1801 0 - oml ip.access stream_id 255 line 0 - gprs mode none - trx 0 - rf_locked 0 - arfcn 514 - nominal power 23 - max_power_red 20 - rsl e1 tei 0 - 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 diff --git a/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg b/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg new file mode 100644 index 000000000..c5e7be839 --- /dev/null +++ b/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg @@ -0,0 +1,66 @@ +! +! OpenBSC configuration saved from vty +! ! +password foo +! +line vty + no login +! +e1_input + e1_line 0 driver ipa +network + network country code 1 + mobile network code 1 + short name OpenBSC + long name OpenBSC + auth policy closed + location updating reject cause 13 + encryption a5 0 + neci 1 + rrlp mode none + mm info 1 + handover 0 + handover window rxlev averaging 10 + handover window rxqual averaging 1 + handover window rxlev neighbor averaging 10 + handover power budget interval 6 + handover power budget hysteresis 3 + handover maximum distance 9999 + bts 0 + type nanobts + band DCS1800 + cell_identity 0 + location_area_code 1 + training_sequence_code 7 + base_station_id_code 63 + ms max power 15 + cell reselection hysteresis 4 + rxlev access min 0 + channel allocator ascending + rach tx integer 9 + rach max transmission 7 + ip.access unit_id 1801 0 + oml ip.access stream_id 255 line 0 + gprs mode none + trx 0 + rf_locked 0 + arfcn 514 + nominal power 23 + max_power_red 20 + rsl e1 tei 0 + 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 diff --git a/openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg b/openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg deleted file mode 100644 index d7837964b..000000000 --- a/openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg +++ /dev/null @@ -1,208 +0,0 @@ -! -! OpenBSC (0.9.11.308-62d46) configuration saved from vty -!! -password foo -! -line vty - no login -! -network - network country code 262 - mobile network code 42 - short name OpenBSC - long name OpenBSC - auth policy closed - location updating reject cause 13 - encryption a5 0 - neci 0 - paging any use tch 0 - rrlp mode none - mm info 0 - handover 0 - handover window rxlev averaging 10 - handover window rxqual averaging 1 - handover window rxlev neighbor averaging 10 - handover power budget interval 6 - handover power budget hysteresis 3 - handover maximum distance 9999 - subscriber-keep-in-ram 0 - bts 0 - type rbs2000 - band GSM900 - cell_identity 0 - location_area_code 1 - training_sequence_code 7 - base_station_id_code 63 - ms max power 15 - cell reselection hysteresis 4 - rxlev access min 0 - channel allocator descending - rach tx integer 9 - rach max transmission 7 - oml e1 line 0 timeslot 1 sub-slot full - oml e1 tei 62 - neighbor-list mode automatic - gprs mode none - is-connection-list add 4 512 12 - is-connection-list add 16 524 12 - is-connection-list add 28 536 12 - is-connection-list add 40 548 12 - trx 0 - rf_locked 0 - arfcn 55 - nominal power 24 - max_power_red 12 - rsl e1 line 0 timeslot 1 sub-slot full - rsl e1 tei 0 - timeslot 0 - phys_chan_config CCCH+SDCCH4 - hopping enabled 0 - e1 line 0 timeslot 1 sub-slot full - timeslot 1 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 2 sub-slot 1 - timeslot 2 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 2 sub-slot 2 - timeslot 3 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 2 sub-slot 3 - timeslot 4 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 3 sub-slot 0 - timeslot 5 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 3 sub-slot 1 - timeslot 6 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 3 sub-slot 2 - timeslot 7 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 3 sub-slot 3 - trx 1 - rf_locked 0 - arfcn 57 - nominal power 24 - max_power_red 12 - rsl e1 line 0 timeslot 4 sub-slot full - rsl e1 tei 1 - timeslot 0 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 5 sub-slot 0 - timeslot 1 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 5 sub-slot 1 - timeslot 2 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 5 sub-slot 2 - timeslot 3 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 5 sub-slot 3 - timeslot 4 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 6 sub-slot 0 - timeslot 5 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 6 sub-slot 1 - timeslot 6 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 6 sub-slot 2 - timeslot 7 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 6 sub-slot 3 - trx 2 - rf_locked 0 - arfcn 59 - nominal power 24 - max_power_red 12 - rsl e1 line 0 timeslot 7 sub-slot full - rsl e1 tei 2 - timeslot 0 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 8 sub-slot 0 - timeslot 1 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 8 sub-slot 1 - timeslot 2 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 8 sub-slot 2 - timeslot 3 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 8 sub-slot 3 - timeslot 4 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 9 sub-slot 0 - timeslot 5 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 9 sub-slot 1 - timeslot 6 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 9 sub-slot 2 - timeslot 7 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 9 sub-slot 3 - trx 3 - rf_locked 0 - arfcn 61 - nominal power 24 - max_power_red 12 - rsl e1 line 0 timeslot 10 sub-slot full - rsl e1 tei 3 - timeslot 0 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 11 sub-slot 0 - timeslot 1 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 11 sub-slot 1 - timeslot 2 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 11 sub-slot 2 - timeslot 3 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 11 sub-slot 3 - timeslot 4 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 12 sub-slot 0 - timeslot 5 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 12 sub-slot 1 - timeslot 6 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 12 sub-slot 2 - timeslot 7 - phys_chan_config TCH/F - hopping enabled 0 - e1 line 0 timeslot 12 sub-slot 3 - -e1_input - e1_line 0 driver dahdi diff --git a/openbsc/doc/examples/osmo-nitb/rbs2308/osmo-nitb.cfg b/openbsc/doc/examples/osmo-nitb/rbs2308/osmo-nitb.cfg new file mode 100644 index 000000000..d7837964b --- /dev/null +++ b/openbsc/doc/examples/osmo-nitb/rbs2308/osmo-nitb.cfg @@ -0,0 +1,208 @@ +! +! OpenBSC (0.9.11.308-62d46) configuration saved from vty +!! +password foo +! +line vty + no login +! +network + network country code 262 + mobile network code 42 + short name OpenBSC + long name OpenBSC + auth policy closed + location updating reject cause 13 + encryption a5 0 + neci 0 + paging any use tch 0 + rrlp mode none + mm info 0 + handover 0 + handover window rxlev averaging 10 + handover window rxqual averaging 1 + handover window rxlev neighbor averaging 10 + handover power budget interval 6 + handover power budget hysteresis 3 + handover maximum distance 9999 + subscriber-keep-in-ram 0 + bts 0 + type rbs2000 + band GSM900 + cell_identity 0 + location_area_code 1 + training_sequence_code 7 + base_station_id_code 63 + ms max power 15 + cell reselection hysteresis 4 + rxlev access min 0 + channel allocator descending + rach tx integer 9 + rach max transmission 7 + oml e1 line 0 timeslot 1 sub-slot full + oml e1 tei 62 + neighbor-list mode automatic + gprs mode none + is-connection-list add 4 512 12 + is-connection-list add 16 524 12 + is-connection-list add 28 536 12 + is-connection-list add 40 548 12 + trx 0 + rf_locked 0 + arfcn 55 + nominal power 24 + max_power_red 12 + rsl e1 line 0 timeslot 1 sub-slot full + rsl e1 tei 0 + timeslot 0 + phys_chan_config CCCH+SDCCH4 + hopping enabled 0 + e1 line 0 timeslot 1 sub-slot full + timeslot 1 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 2 sub-slot 1 + timeslot 2 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 2 sub-slot 2 + timeslot 3 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 2 sub-slot 3 + timeslot 4 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 3 sub-slot 0 + timeslot 5 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 3 sub-slot 1 + timeslot 6 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 3 sub-slot 2 + timeslot 7 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 3 sub-slot 3 + trx 1 + rf_locked 0 + arfcn 57 + nominal power 24 + max_power_red 12 + rsl e1 line 0 timeslot 4 sub-slot full + rsl e1 tei 1 + timeslot 0 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 5 sub-slot 0 + timeslot 1 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 5 sub-slot 1 + timeslot 2 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 5 sub-slot 2 + timeslot 3 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 5 sub-slot 3 + timeslot 4 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 6 sub-slot 0 + timeslot 5 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 6 sub-slot 1 + timeslot 6 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 6 sub-slot 2 + timeslot 7 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 6 sub-slot 3 + trx 2 + rf_locked 0 + arfcn 59 + nominal power 24 + max_power_red 12 + rsl e1 line 0 timeslot 7 sub-slot full + rsl e1 tei 2 + timeslot 0 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 8 sub-slot 0 + timeslot 1 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 8 sub-slot 1 + timeslot 2 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 8 sub-slot 2 + timeslot 3 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 8 sub-slot 3 + timeslot 4 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 9 sub-slot 0 + timeslot 5 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 9 sub-slot 1 + timeslot 6 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 9 sub-slot 2 + timeslot 7 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 9 sub-slot 3 + trx 3 + rf_locked 0 + arfcn 61 + nominal power 24 + max_power_red 12 + rsl e1 line 0 timeslot 10 sub-slot full + rsl e1 tei 3 + timeslot 0 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 11 sub-slot 0 + timeslot 1 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 11 sub-slot 1 + timeslot 2 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 11 sub-slot 2 + timeslot 3 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 11 sub-slot 3 + timeslot 4 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 12 sub-slot 0 + timeslot 5 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 12 sub-slot 1 + timeslot 6 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 12 sub-slot 2 + timeslot 7 + phys_chan_config TCH/F + hopping enabled 0 + e1 line 0 timeslot 12 sub-slot 3 + +e1_input + e1_line 0 driver dahdi diff --git a/openbsc/doc/examples/osmo-nitb/sysmobts/openbsc.cfg b/openbsc/doc/examples/osmo-nitb/sysmobts/openbsc.cfg deleted file mode 100644 index 7cd5d1f8f..000000000 --- a/openbsc/doc/examples/osmo-nitb/sysmobts/openbsc.cfg +++ /dev/null @@ -1,66 +0,0 @@ -! -! OpenBSC configuration saved from vty -! ! -password foo -! -line vty - no login -! -e1_input - e1_line 0 driver ipa -network - network country code 1 - mobile network code 1 - short name OpenBSC - long name OpenBSC - auth policy closed - location updating reject cause 13 - encryption a5 0 - neci 1 - rrlp mode none - mm info 1 - handover 0 - handover window rxlev averaging 10 - handover window rxqual averaging 1 - handover window rxlev neighbor averaging 10 - handover power budget interval 6 - handover power budget hysteresis 3 - handover maximum distance 9999 - bts 0 - type sysmobts - band DCS1800 - cell_identity 0 - location_area_code 1 - training_sequence_code 7 - base_station_id_code 63 - ms max power 15 - cell reselection hysteresis 4 - rxlev access min 0 - channel allocator ascending - rach tx integer 9 - rach max transmission 7 - ip.access unit_id 1801 0 - oml ip.access stream_id 255 line 0 - gprs mode none - trx 0 - rf_locked 0 - arfcn 514 - nominal power 23 - max_power_red 20 - rsl e1 tei 0 - 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 diff --git a/openbsc/doc/examples/osmo-nitb/sysmobts/osmo-nitb.cfg b/openbsc/doc/examples/osmo-nitb/sysmobts/osmo-nitb.cfg new file mode 100644 index 000000000..7cd5d1f8f --- /dev/null +++ b/openbsc/doc/examples/osmo-nitb/sysmobts/osmo-nitb.cfg @@ -0,0 +1,66 @@ +! +! OpenBSC configuration saved from vty +! ! +password foo +! +line vty + no login +! +e1_input + e1_line 0 driver ipa +network + network country code 1 + mobile network code 1 + short name OpenBSC + long name OpenBSC + auth policy closed + location updating reject cause 13 + encryption a5 0 + neci 1 + rrlp mode none + mm info 1 + handover 0 + handover window rxlev averaging 10 + handover window rxqual averaging 1 + handover window rxlev neighbor averaging 10 + handover power budget interval 6 + handover power budget hysteresis 3 + handover maximum distance 9999 + bts 0 + type sysmobts + band DCS1800 + cell_identity 0 + location_area_code 1 + training_sequence_code 7 + base_station_id_code 63 + ms max power 15 + cell reselection hysteresis 4 + rxlev access min 0 + channel allocator ascending + rach tx integer 9 + rach max transmission 7 + ip.access unit_id 1801 0 + oml ip.access stream_id 255 line 0 + gprs mode none + trx 0 + rf_locked 0 + arfcn 514 + nominal power 23 + max_power_red 20 + rsl e1 tei 0 + 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 -- cgit v1.2.3