Difference between revisions of "OpenBTS: Konfigurasi"

From OnnoWiki
Jump to navigation Jump to search
Line 67: Line 67:
  
 
==Pranala Menarik==
 
==Pranala Menarik==
 +
 +
* [[OpenBTS]]
 +
 +
===Persiapan Hardware===
  
 
* [[USRP: High Precision Clock]]
 
* [[USRP: High Precision Clock]]
* [[OpenBTS]]
+
* [[USRP: Instalasi Board]]
 +
 
 +
===OpenBTS 2.6===
 +
 
 
* [[GNURadio: Ubuntu Install]]
 
* [[GNURadio: Ubuntu Install]]
 
* [[GNURadio: Spectrum Analizer GSM]]
 
* [[GNURadio: Spectrum Analizer GSM]]
Line 85: Line 92:
 
* [[OpenBTS: Amplifier]]
 
* [[OpenBTS: Amplifier]]
 
* [[OpenBTS: SMS]]
 
* [[OpenBTS: SMS]]
 +
 +
===OpenBTS 2.8===
 +
 +
* [[GNURadio: Ubuntu 11.10 Install]]
 +
* [[OpenBTS: Ubuntu 11.10 Install]]
 +
 +
===Ettus E110===
 +
 +
* [[OpenBTS: E110 Cara Login]]
 +
* [[OpenBTS: E110 Install Image di MicroSD]]
 +
 +
===Lain Lain===
 +
 
* [[Membuat Base Station GSM Open Source]]
 
* [[Membuat Base Station GSM Open Source]]
 
* [[Teknologi Selular]]
 
* [[Teknologi Selular]]
 
* [[GSM: Daftar Channel Frekuensi]]
 
* [[GSM: Daftar Channel Frekuensi]]
* [[GSM: Daftar Channel Frekuensi GSM-850]]
 
* [[GSM: Daftar Channel Frekuensi GSM-900]]
 
* [[GSM: Daftar Channel Frekuensi GSM-1800]]
 
 
* [[Wireless Internet]]
 
* [[Wireless Internet]]
 
* [[OpenBSC]]
 
* [[OpenBSC]]
Line 98: Line 115:
 
* [[Asterisk]]
 
* [[Asterisk]]
 
* [[Mobile phone]]
 
* [[Mobile phone]]
 +
 +
===Catatan Legal dan Pendukung===
 +
 +
* [[Siapa Bilang OpenBTS Ilegal?]]
 
* [[OpenBTS: Catatan MNC dan MCC Indonesia]]
 
* [[OpenBTS: Catatan MNC dan MCC Indonesia]]
 
+
* [[OpenBTS : Alokasi Frekuensi Operator GSM Indonesia]]
  
 
===Catatan Sejarah===
 
===Catatan Sejarah===
  
 
* [[2011/04/30 - Workshop OpenBTS Pertama di Indonesia dilakukan di Univ Gajah Putih Takengon Aceh Tengah]]
 
* [[2011/04/30 - Workshop OpenBTS Pertama di Indonesia dilakukan di Univ Gajah Putih Takengon Aceh Tengah]]
 +
* [[OpenBTS: Daftar Workshop atau Seminar yang pernah dilakukan]]
 +
* [[OpenBTS: Daftar Artikel di Media]]
  
 
[[Category: Wireless]]
 
[[Category: Wireless]]
 
[[Category: Selular]]
 
[[Category: Selular]]

Revision as of 13:10, 9 February 2012

Beberapa spesifikasi konfigurasi OpenBTS

AsteriskConfig	Asterisk configuration files for use with OpenBTS.
CommonLib	Common-use libraries, mostly C++ wrappers for basic facilities.
Control	Control-layer functions for the protocols of GSM 04.08 and SIP.
GSM		The GSM stack.
SIP		Components of the SIP state machines ued by the control layer.
SMS		The SMS stack.
TRXManager	The interface between the GSM stack and the radio.
Transceiver	The software transceiver and specific installation tests.
apps		OpenBTS application binaries.
doc		Project documentation.
tests		Test fixtures for subsets of OpenBTS components.
smqueue	RFC-3428 store-and-forward server for SMS


OpenBTS mengasumsikan UDP port berikut

5060 -- Asterisk SIP interface
5061 -- local SIP softphone
5062 -- OpenBTS SIP interface
5063 -- smqueue SIP interface
5700-range -- OpenBTS-transceiver interface

Port ini dapat di atur melalui file konfigurasi apps/OpenBTS.config. Bagi anda yang baru pertama kali menjalankan OpenBTS pastikan melakukan

cd /usr/local/src/openbts-2.6.0Mamou/apps
cp OpenBTS.config.example OpenBTS.config

Edit file konfigurasi menggunakan perintah

vi /usr/local/src/openbts-2.6.0Mamou/apps/OpenBTS.config

Tidak banyak yang kita ubah, biasanya yang diubah adalah

# Network and cell identity.

# Network Color Code, 0-7
# Also set GSM.NCCsPermitted later in this file.
GSM.NCC 0
# Basesation Color Code, 0-7
GSM.BCC 2
# Mobile Country Code, 3 digits.
# MCC MUST BE 3 DIGITS.  Prefix with 0s if needed.
# Test code is 001.
GSM.MCC 001
# Mobile Network Code, 2 or 3 digits.
# Test code is 01.
GSM.MNC 01
# Location Area Code, 0-65535
GSM.LAC 1000
# Cell ID, 0-65535
GSM.CI 10

# Network "short name" to display on the handset.
# This is optional, but must be defined if you also want to
# send current time-of-day to the phine.
GSM.ShortName OpenBTS
$optional GSM.ShortName

# A boolean telling whether or not to show country initials with the name.
GSM.ShowCountry
$optional GMS.ShowCountry


Pranala Menarik

Persiapan Hardware

OpenBTS 2.6

OpenBTS 2.8

Ettus E110

Lain Lain

Catatan Legal dan Pendukung

Catatan Sejarah