Difference between revisions of "OpenBTS: Operasi 1800 MHz"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 42: | Line 42: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
+ | |||
+ | * [[OpenBTS]] | ||
+ | |||
+ | ===Persiapan Hardware=== | ||
* [[USRP: High Precision Clock]] | * [[USRP: High Precision Clock]] | ||
− | * [[ | + | * [[USRP: Instalasi Board]] |
+ | |||
+ | ===OpenBTS 2.6=== | ||
+ | |||
* [[GNURadio: Ubuntu Install]] | * [[GNURadio: Ubuntu Install]] | ||
* [[GNURadio: Spectrum Analizer GSM]] | * [[GNURadio: Spectrum Analizer GSM]] | ||
* [[GNURadio: Mengubah board RFX1800 menjadi RFX900]] | * [[GNURadio: Mengubah board RFX1800 menjadi RFX900]] | ||
+ | * [[GNURadio: Programming Untuk Pemula]] | ||
* [[OpenBTS: Ubuntu Install]] | * [[OpenBTS: Ubuntu Install]] | ||
* [[OpenBTS: Konfigurasi]] | * [[OpenBTS: Konfigurasi]] | ||
Line 60: | Line 68: | ||
* [[OpenBTS: Amplifier]] | * [[OpenBTS: Amplifier]] | ||
* [[OpenBTS: SMS]] | * [[OpenBTS: SMS]] | ||
+ | |||
+ | ===OpenBTS 2.8=== | ||
+ | |||
+ | * [[GNURadio: Ubuntu 11.10 Install]] '''*NOT RECOMMENED*''' | ||
+ | * [[GNURadio: Ubuntu 11.10 instalasi menggunakan Repo]] '''NOT RECOMMENDED''' | ||
+ | * [[GNURadio: Ubuntu 11.10 Instal GNURadio 3.3.0]] | ||
+ | * [[GNURadio: Ubuntu 11.10 Install dari GIT GNURadio]] | ||
+ | * [[OpenBTS: Ubuntu 11.10 Install]] | ||
+ | * [[OpenBTS: 2.8 dari SVN Install]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: 2.8 Instalasi Real Time Asterisk]] | ||
+ | * [[OpenBTS: Database SQLite]] | ||
+ | |||
+ | ===Ettus E110=== | ||
+ | |||
+ | * [[OpenBTS: E110 Cara Login]] | ||
+ | * [[OpenBTS: E110 Install Image di MicroSD]] | ||
+ | * [[OpenBTS: E110 Cek Daughter Board]] | ||
+ | * [[OpenBTS: E110 Bekerja dengan opkg]] | ||
+ | * [[OpenBTS: E110 GNURadio]] | ||
+ | * [[OpenBTS: E110 Instalasi OpenBTS]] | ||
+ | |||
+ | ===Lain Lain=== | ||
+ | |||
* [[Membuat Base Station GSM Open Source]] | * [[Membuat Base Station GSM Open Source]] | ||
* [[Teknologi Selular]] | * [[Teknologi Selular]] | ||
Line 70: | Line 101: | ||
* [[Asterisk]] | * [[Asterisk]] | ||
* [[Mobile phone]] | * [[Mobile phone]] | ||
+ | |||
+ | ===Catatan Legal dan Pendukung=== | ||
+ | |||
+ | * [[Siapa Bilang OpenBTS Ilegal?]] | ||
+ | * [[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 11:18, 23 February 2012
Test kemampuan FFT di sebuah frekuensi dalam hal ini 1.724GHz
cd /usr/local/src/gnuradio-3.3.0/gnuradio-examples/python/usrp usrp_fft.py -R A -f 1724.4e6 usrp_fft.py -R B -f 1724.4e6
Test signal generator
cd /usr/local/src/gnuradio-3.3.0/gr-usrp/apps usrp_siggen.py -T A -f 1819.4e6 usrp_siggen.py -T B -f 1819.4e6
Konfigurasi OpenBTS.config
Bagian ini masih experimen, kadang bisa membuat OpenBTS anda tidak jalan
cd /usr/local/src/openbts-2.6.0Mamou/apps cp OpenBTS.config.example OpenBTS.config
edit
cd /usr/local/src/openbts-2.6.0Mamou/apps cp OpenBTS.config.example OpenBTS.config vi /usr/local/src/openbts-2.6.0Mamou/apps/OpenBTS.config
Pastikan
GSM.Band 1800 # GSM.ARFCN 51 GSM.Neighbors 39 41 43 811 GSM.ARFCN 811
Referensi
- http://old.nabble.com/Tuning-problem---usrp_fft.py--%3E-segmentation-fault-td21806328.html
- http://gnuradio.org/redmine/wiki/1/OpenBTSDesktopTestingKit
Pranala Menarik
Persiapan Hardware
OpenBTS 2.6
- GNURadio: Ubuntu Install
- GNURadio: Spectrum Analizer GSM
- GNURadio: Mengubah board RFX1800 menjadi RFX900
- GNURadio: Programming Untuk Pemula
- OpenBTS: Ubuntu Install
- OpenBTS: Konfigurasi
- OpenBTS: Kalibrasi
- OpenBTS: Konfigurasi Asterisk untuk OpenBTS
- OpenBTS: Menjalankan smqueue
- OpenBTS: Mengoperasikan BTS
- OpenBTS: Tampilan di Nokia saat pakai OpenBTS
- OpenBTS: Operasi 1800 MHz
- OpenBTS: Beberapa Tips
- OpenBTS: USRP2
- OpenBTS: Amplifier
- OpenBTS: SMS
OpenBTS 2.8
- GNURadio: Ubuntu 11.10 Install *NOT RECOMMENED*
- GNURadio: Ubuntu 11.10 instalasi menggunakan Repo NOT RECOMMENDED
- GNURadio: Ubuntu 11.10 Instal GNURadio 3.3.0
- GNURadio: Ubuntu 11.10 Install dari GIT GNURadio
- OpenBTS: Ubuntu 11.10 Install
- OpenBTS: 2.8 dari SVN Install RECOMMENDED
- OpenBTS: 2.8 Instalasi Real Time Asterisk
- OpenBTS: Database SQLite
Ettus E110
- OpenBTS: E110 Cara Login
- OpenBTS: E110 Install Image di MicroSD
- OpenBTS: E110 Cek Daughter Board
- OpenBTS: E110 Bekerja dengan opkg
- OpenBTS: E110 GNURadio
- OpenBTS: E110 Instalasi OpenBTS
Lain Lain
- Membuat Base Station GSM Open Source
- Teknologi Selular
- GSM: Daftar Channel Frekuensi
- Wireless Internet
- OpenBSC
- AirProbe
- Base station subsystem
- GSM
- Asterisk
- Mobile phone
Catatan Legal dan Pendukung
- Siapa Bilang OpenBTS Ilegal?
- OpenBTS: Catatan MNC dan MCC Indonesia
- OpenBTS : Alokasi Frekuensi Operator GSM Indonesia