Difference between revisions of "Multi OpenBTS: Catatan Konfigurasi"

From OnnoWiki
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 41: Line 41:
 
  config SIP.Proxy.Speech 192.168.0.3:5060
 
  config SIP.Proxy.Speech 192.168.0.3:5060
 
  config save
 
  config save
 +
 +
 +
==Beberapa Parameter yang perlu di perhatikan==
 +
 +
config Control.LUR.OpenRegistration .*    # kalau semua HP di ijinkan untu registrasi
 +
 +
GSM.Radio.ARFCNs 1    # isi 5 untuk 50W, isi 2 untuk 1W
 +
GSM.Radio.Band 900
 +
GSM.Radio.C0 62        # kasi jarak yang cukup supaya beda dengan BTS lain
 +
 +
GSM.Identity.BSIC.BCC 2      # perlu di bedakan untuk BTS yang lain
 +
GSM.Identity.BSIC.NCC 0
 +
GSM.Identity.CI 10          # perlu di bedakan untuk BTS yang lain
 +
GSM.Identity.LAC 1000        # kalau lokasi berjauhan, ini perlu di ubah
 +
GSM.Identity.MCC 525
 +
GSM.Identity.MNC 01
 +
GSM.Identity.ShortName SingTel
 +
 +
GSM.Neighbors (disabled)    # masukan IP BTS tetangga
 +
 +
SIP.Local.IP 127.0.0.1                  # ganti dengan IP ethernet yang bukan 127.0.0.1
 +
SIP.Local.Port 5062
 +
SIP.Proxy.Emergency 127.0.0.1:5060      # ganti dengan IP softswitch utama
 +
SIP.Proxy.Registration 127.0.0.1:5064  # ganti dengan IP softswitch utama
 +
SIP.Proxy.SMS 127.0.0.1:5063            # ganti dengan IP softswitch utama
 +
SIP.Proxy.Speech 127.0.0.1:5060        # ganti dengan IP softswitch utama
 +
 +
 +
Untuk RangeNetworks, pastikan
 +
 +
/etc/network/interfaces
 +
 +
supaya IP LAN tidak ada yang sama / 192.168.0.21 / 192.168.0.22.
 +
Pastikan menggunakan IP LAN yang berbeda semua.
  
 
==Pranala Menarik==
 
==Pranala Menarik==
Line 138: Line 172:
 
* [[OpenBTS: Database SQLite]]
 
* [[OpenBTS: Database SQLite]]
 
* [[OpenBTS: Set SQLite Subscriber Registry secara manual]]
 
* [[OpenBTS: Set SQLite Subscriber Registry secara manual]]
 +
* [[OpenBTS: Set SQLite parameter smqueue]]
 
* [[OpenBTS: FreeSWITCH]]
 
* [[OpenBTS: FreeSWITCH]]
  
Line 144: Line 179:
 
* [[OpenBTS: Pola Multi OpenBTS]] '''RECOMMENDED'''
 
* [[OpenBTS: Pola Multi OpenBTS]] '''RECOMMENDED'''
 
* [[Multi OpenBTS: Catatan Konfigurasi]] '''RECOMMENDED'''
 
* [[Multi OpenBTS: Catatan Konfigurasi]] '''RECOMMENDED'''
 +
* [[Multi OpenBTS: Catatan BSIC=NCC+BCC]]
 +
* [[Multi OpenBTS: Catatan Frekuensi Planning di GSM]]
 +
* [[Multi OpenBTS: Catatan BTS Color Code BCC di GSM]]
 +
* [[Multi OpenBTS: Catatan Network Color Code NCC di GSM]]
 +
* [[Multi OpenBTS: Catatan BCCH]]
 +
* [[Multi OpenBTS: Catatan Public Land Mobile Network PLMN]]
  
 
===OpenBTS 3.1.x===
 
===OpenBTS 3.1.x===
Line 184: Line 225:
 
===RangeNetworks===
 
===RangeNetworks===
  
 +
* [[OpenBTS: RangeNetwork Foto]]
 +
* [[OpenBTS: RangeNetwork menggunakan USB recovery image]]
 
* [[OpenBTS: RangeNetwork Default Setting]]
 
* [[OpenBTS: RangeNetwork Default Setting]]
 +
* [[OpenBTS: RangeNetwork Instalasi UHD]]
 
* [[OpenBTS: RangeNetwork Compile GNURadio UHD]]
 
* [[OpenBTS: RangeNetwork Compile GNURadio UHD]]
 
* [[OpenBTS: RangeNetwork Compile]]
 
* [[OpenBTS: RangeNetwork Compile]]
* [[OpenBTS: RangeNetwork Compile OpenBTS 3.1.3]] '''*RECOMMENDED*'''
+
* [[OpenBTS: RangeNetwork Compile OpenBTS 2.8.0]]
 +
* [[OpenBTS: RangeNetwork Compile OpenBTS 3.1.3]]
 
* [[OpenBTS: RangeNetwork Yate Compile]] '''*RECOMMENDED*'''
 
* [[OpenBTS: RangeNetwork Yate Compile]] '''*RECOMMENDED*'''
 
* [[OpenBTS: RangeNetwork Web Interface]]
 
* [[OpenBTS: RangeNetwork Web Interface]]
 
* [[OpenBTS: RangeNetwork Trunk ke Asterisk Lain]]
 
* [[OpenBTS: RangeNetwork Trunk ke Asterisk Lain]]
 
* [[VoIP: Trunk]]
 
* [[VoIP: Trunk]]
 
  
 
===GPRS===
 
===GPRS===

Latest revision as of 05:49, 11 March 2014

Asumsi

  • BTS 1: 192.168.0.3 - ARFCN 50
  • BTS 2: 192.168.0.22 - ARFCN 20

BTS 1

config Control.LUR.OpenRegistration \W+
config GSM.Radio.Band 900
config GSM.Radio.C0 50
config GSM.Identity.MCC 001
config GSM.Identity.MNC 01
config GSM.Identity.BSIC.NCC 0
config GSM.Identity.ShortName BTS1
config GSM.CellSelection.NCCsPermitted 1
config GSM.CellSelection.BSIC.BCC 100
config GSM.Identity.LAC 1000
config GSM.Identity.CID 100
config SIP.Local.IP 192.168.0.3
config SIP.Proxy.Registration 192.168.0.3:5064
config SIP.Proxy.SMS 192.168.0.3:5063
config SIP.Proxy.Speech 192.168.0.3:5060
config save

BTS 2 192.168.0.22

config Control.LUR.OpenRegistration \W+
config GSM.Radio.Band 900
config GSM.Radio.C0 20
config GSM.Identity.MCC 001
config GSM.Identity.MNC 01
config GSM.Identity.BSIC.NCC 0
config GSM.Identity.ShortName BTS2
config GSM.CellSelection.NCCsPermitted 1
config GSM.CellSelection.BSIC.BCC 101
config GSM.Identity.LAC 1001
config GSM.Identity.CID 101
config SIP.Local.IP 192.168.0.22
config SIP.Proxy.Registration 192.168.0.3:5064
config SIP.Proxy.SMS 192.168.0.3:5063
config SIP.Proxy.Speech 192.168.0.3:5060
config save


Beberapa Parameter yang perlu di perhatikan

config Control.LUR.OpenRegistration .*    # kalau semua HP di ijinkan untu registrasi

GSM.Radio.ARFCNs 1     # isi 5 untuk 50W, isi 2 untuk 1W
GSM.Radio.Band 900
GSM.Radio.C0 62        # kasi jarak yang cukup supaya beda dengan BTS lain

GSM.Identity.BSIC.BCC 2      # perlu di bedakan untuk BTS yang lain
GSM.Identity.BSIC.NCC 0
GSM.Identity.CI 10           # perlu di bedakan untuk BTS yang lain
GSM.Identity.LAC 1000        # kalau lokasi berjauhan, ini perlu di ubah
GSM.Identity.MCC 525
GSM.Identity.MNC 01
GSM.Identity.ShortName SingTel

GSM.Neighbors (disabled)     # masukan IP BTS tetangga

SIP.Local.IP 127.0.0.1                  # ganti dengan IP ethernet yang bukan 127.0.0.1
SIP.Local.Port 5062
SIP.Proxy.Emergency 127.0.0.1:5060      # ganti dengan IP softswitch utama
SIP.Proxy.Registration 127.0.0.1:5064   # ganti dengan IP softswitch utama
SIP.Proxy.SMS 127.0.0.1:5063            # ganti dengan IP softswitch utama
SIP.Proxy.Speech 127.0.0.1:5060         # ganti dengan IP softswitch utama


Untuk RangeNetworks, pastikan

/etc/network/interfaces

supaya IP LAN tidak ada yang sama / 192.168.0.21 / 192.168.0.22. Pastikan menggunakan IP LAN yang berbeda semua.

Pranala Menarik

Persiapan

Script

OpenBTS 2.6

OpenBTS 2.8

Multi OpenBTS 2.8

OpenBTS 3.1.x

Ettus E110

Ettus N210

RangeNetworks

GPRS

Briker OpenBTS

FreeSWITCH OpenBTS

Power Amplifier

Lain Lain

Catatan Legal dan Pendukung

Catatan Sejarah

Dokumentasi Video

Perjuangan OpenBTS