Difference between revisions of "OpenBTS: RangeNetwork Compile"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(48 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | ==Install Pendukung== |
− | + | apt-get update | |
+ | sudo apt-get install autoconf libtool libosip2-dev libortp-dev \ | ||
+ | libusb-1.0-0-dev g++ erlang libreadline6-dev libboost-all-dev \ | ||
+ | cmake build-essential subversion libncurses5-dev libncurses5 | ||
− | cd / | + | rm /usr/local/bin/sqlite3 |
− | svn co http://wush.net/svn/range/software/public | + | apt-get install sqlite3 libsqlite3-dev |
+ | |||
+ | ==Update Jika di Perlukan== | ||
+ | |||
+ | ROOT_OPENBTS berada di /usr/local/src/openbts-2.8.0 | ||
+ | |||
+ | mkdir -p /OpenBTS/ | ||
+ | sudo su | ||
+ | cd /usr/local/src | ||
+ | svn co http://wush.net/svn/range/software/public openbts-2.8.0 | ||
==Install liba53== | ==Install liba53== | ||
− | cd / | + | cd /usr/local/src/openbts-2.8.0/a53/trunk |
− | + | make | |
− | + | make install | |
+ | |||
+ | ==Stop OpenBTS== | ||
+ | cd /home/openbts | ||
+ | killBTS | ||
==Building OpenBTS== | ==Building OpenBTS== | ||
− | + | Pada Range Networks RAD1 tidak membutuhkan external dependency & cara compile sangat sederhana: | |
− | Range Networks RAD1 | ||
− | + | sudo su | |
+ | cd /usr/local/src/openbts-2.8.0/openbts/trunk | ||
+ | autoreconf -i | ||
+ | export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig/ | ||
+ | # ./configure --with-uhd --with-resamp | ||
+ | ./configure --with-uhd | ||
+ | make clean | ||
+ | make | ||
− | cd openbts/trunk | + | cd /usr/local/src/openbts-2.8.0/openbts/trunk/TransceiverRAD1 |
− | + | make clean | |
− | |||
make | make | ||
− | + | Buat link | |
− | + | cd /usr/local/src/openbts-2.8.0/openbts/trunk | |
cd apps | cd apps | ||
make | make | ||
Line 35: | Line 56: | ||
ln -s ../TransceiverRAD1/fpga.rbf . | ln -s ../TransceiverRAD1/fpga.rbf . | ||
+ | cd /usr/local/src/openbts-2.8.0/openbts/trunk/TransceiverRAD1 | ||
+ | cp transceiver /OpenBTS/ | ||
+ | cp ezusb.ihx /OpenBTS/ | ||
+ | cp fpga.rbf /OpenBTS/ | ||
+ | |||
+ | cd /OpenBTS/ | ||
+ | cp ezusb.ihx /usr/local/share/uhd/images/usrp1_fw.ihx | ||
+ | cp fpga.rbf /usr/local/share/uhd/images/usrp1_fpga.rbf | ||
+ | |||
+ | cd /usr/local/src/openbts-2.8.0/openbts/trunk/apps | ||
+ | cp OpenBTS /OpenBTS/ | ||
+ | cp OpenBTSDo /OpenBTS/ | ||
+ | cp OpenBTSCLI /OpenBTS/ | ||
+ | cp runloop.OpenBTS.sh /OpenBTS/ | ||
+ | |||
+ | mkdir -p /var/run/OpenBTS/ | ||
+ | touch /var/run/OpenBTS/TransactionTable.db | ||
+ | |||
+ | ==Inisialisasi /etc/OpenBTS/OpenBTS.db== | ||
+ | |||
+ | cd /usr/local/src/openbts-2.8.0/openbts/trunk | ||
+ | sudo mkdir /etc/OpenBTS | ||
+ | rm -Rf /etc/OpenBTS/OpenBTS.db | ||
+ | sudo sqlite3 -init ./apps/OpenBTS.example.sql /etc/OpenBTS/OpenBTS.db ".quit" | ||
+ | |||
+ | ==Build & Install Subscriber Registry dan Sipauthserve== | ||
+ | |||
+ | sudo mkdir -p /var/lib/asterisk/sqlite3dir | ||
+ | sudo rm -Rf /var/lib/asterisk/sqlite3dir/sqlite3.db | ||
+ | cd /usr/local/src/openbts-2.8.0/subscriberRegistry/features/a3a8/configFiles | ||
+ | sudo sqlite3 -init subscriberRegistryInit.sql /var/lib/asterisk/sqlite3dir/sqlite3.db ".quit" | ||
+ | |||
+ | cd /usr/local/src/openbts-2.8.0/subscriberRegistry/trunk/ | ||
+ | make clean | ||
+ | make | ||
+ | |||
+ | cd /usr/local/src/openbts-2.8.0/subscriberRegistry/trunk | ||
+ | cp comp128 /usr/local/bin/ | ||
+ | cp comp128 /OpenBTS/ | ||
+ | cp sipauthserve /OpenBTS/ | ||
+ | cp runloop.sipauthserve.sh /OpenBTS/ | ||
+ | |||
+ | rm -Rf /etc/OpenBTS/sipauthserve.db | ||
+ | cd /usr/local/src/openbts-2.8.0/subscriberRegistry/trunk | ||
+ | sudo sqlite3 -init sipauthserve.example.sql /etc/OpenBTS/sipauthserve.db ".quit" | ||
+ | |||
+ | ==Build & Install Smqueue== | ||
+ | |||
+ | cd /usr/local/src/openbts-2.8.0/smqueue/trunk | ||
+ | autoreconf -i | ||
+ | ./configure | ||
+ | make clean | ||
+ | make | ||
+ | make install | ||
+ | |||
+ | cd /usr/local/src/openbts-2.8.0/smqueue/trunk/smqueue/ | ||
+ | rm -Rf /etc/OpenBTS/smqueue.db | ||
+ | sudo sqlite3 -init smqueue.example.sql /etc/OpenBTS/smqueue.db ".quit" | ||
+ | |||
+ | cd /usr/local/src/openbts-2.8.0/smqueue/trunk/smqueue | ||
+ | cp runloop.smqueue.sh /OpenBTS/ | ||
+ | cp smqueue /OpenBTS/ | ||
+ | |||
+ | ==Cek RAD1== | ||
+ | |||
+ | cd /usr/local/src/openbts-2.8.0/openbts/trunk/TransceiverRAD1 | ||
+ | ./RAD1ping | ||
+ | |||
+ | ==Menjalankan OpenBTS== | ||
+ | |||
+ | '''[[OpenBTS: RangeNetwork Yate Compile | Pastikan Yate sudah di Instalasi.]]''' | ||
+ | |||
+ | /usr/local/bin/uhd_usrp_probe | ||
+ | |||
+ | sleep 10 | ||
+ | cd /usr/local/src/openbts-2.8.0/subscriberRegistry/trunk/ | ||
+ | ./sipauthserve & | ||
+ | |||
+ | sleep 10 | ||
+ | cd /usr/local/src/openbts-2.8.0/smqueue/trunk/smqueue/ | ||
+ | ./smqueue & | ||
+ | |||
+ | sleep 10 | ||
+ | cd /usr/local/src/yate | ||
+ | rm -Rf /var/log/yate | ||
+ | rm -Rf /var/log/VBTS.log | ||
+ | ./run -t -l /var/log/yate -vvvv -c /usr/local/etc/yate -m /usr/local/lib/yate -e /usr/local/share/yate -d | ||
+ | |||
+ | sleep 10 | ||
+ | mkdir /var/run/OpenBTS/ | ||
+ | touch /var/run/OpenBTS/TransactionTable.db | ||
+ | cd /usr/local/src/openbts-2.8.0/openbts/trunk/apps | ||
+ | ./OpenBTS & | ||
+ | |||
+ | |||
+ | atau letakan di /etc/rc.local | ||
+ | |||
+ | ==Inisialisasi SubscriberRegistry== | ||
+ | |||
+ | sudo su | ||
+ | sqlite3 /var/lib/asterisk/sqlite3dir/sqlite3.db | ||
+ | |||
+ | DELETE from DIALDATA_TABLE where ID = 1; | ||
+ | DELETE from DIALDATA_TABLE where ID = 2; | ||
+ | DELETE from DIALDATA_TABLE where ID = 3; | ||
+ | DELETE from DIALDATA_TABLE where ID = 4; | ||
+ | DELETE from DIALDATA_TABLE where ID = 5; | ||
+ | DELETE from DIALDATA_TABLE where ID = 6; | ||
+ | |||
+ | DELETE from SIP_BUDDIES where ID = 1; | ||
+ | DELETE from SIP_BUDDIES where ID = 2; | ||
+ | DELETE from SIP_BUDDIES where ID = 3; | ||
+ | DELETE from SIP_BUDDIES where ID = 4; | ||
+ | DELETE from SIP_BUDDIES where ID = 5; | ||
+ | DELETE from SIP_BUDDIES where ID = 6; | ||
+ | |||
+ | INSERT INTO dialdata_table (exten, dial) VALUES ('2001', 'IMSI001010000000001'); | ||
+ | insert into sip_buddies (name,username,callerid,ipaddr,type,context,host) values ('IMSI001010000000001','IMSI001010000000001','2001','127.0.0.1','friend','phones','dynamic'); | ||
+ | |||
+ | INSERT INTO dialdata_table (exten, dial) VALUES ('2002', 'IMSI001010000000002'); | ||
+ | insert into sip_buddies (name,username,callerid,ipaddr,type,context,host) values ('IMSI001010000000002','IMSI001010000000002','2002','127.0.0.1','friend','phones','dynamic'); | ||
+ | |||
+ | INSERT INTO dialdata_table (exten, dial) VALUES ('2003', 'IMSI510110052460084'); | ||
+ | insert into sip_buddies (name,username,callerid,ipaddr,type,context,host) values ('IMSI510110052460084','IMSI510110052460084','2003','127.0.0.1','friend','phones','dynamic'); | ||
+ | |||
+ | INSERT INTO dialdata_table (exten, dial) VALUES ('2004', 'IMSI510112410440152'); | ||
+ | insert into sip_buddies (name,username,callerid,ipaddr,type,context,host) values ('IMSI510112410440152','IMSI510112410440152','2004','127.0.0.1','friend','phones','dynamic'); | ||
==Referensi== | ==Referensi== | ||
* http://wush.net/trac/rangepublic/wiki/BuildInstallRun | * http://wush.net/trac/rangepublic/wiki/BuildInstallRun | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[OpenBTS]] | ||
+ | * [[OpenBTS: Arsitektur secara umum]] | ||
+ | |||
+ | ===Persiapan=== | ||
+ | |||
+ | * [[USRP: High Precision Clock]] | ||
+ | * [[USRP: Menyambungkan ClockTamer ke USRP1]] | ||
+ | * [[USRP: Kalibrasi ClockTamer]] | ||
+ | * [[USRP: ClockTamer Control Protocol]] | ||
+ | * [[USRP: ClockTamer Flashing]] | ||
+ | * [[USRP: Instalasi Board]] | ||
+ | * [[OpenBTS: GIT Source Code]] | ||
+ | * [[USRP: Rangkaian Board USRP]] | ||
+ | * [[OpenBTS: Tethr untuk Bencana Alam]] | ||
+ | * [[USRP: Tip Pemesanan]] | ||
+ | |||
+ | ===Script=== | ||
+ | |||
+ | * [[OpenBTS: Script Membuat GNURadio 3.4.2 di Ubuntu 13.04]] | ||
+ | * [[OpenBTS: Script Membuat OpenBTS dan yate di Ubuntu 13.04]] | ||
+ | * [[OpenBTS: Script Membuat OpenBTS 2.8.0 di RangeNetwork Dev Kit]] | ||
+ | * [[OpenBTS: Script Membuat OpenBTS di RangeNetwork Dev Kit]] | ||
+ | |||
+ | ===OpenBTS 2.6=== | ||
+ | |||
+ | * [[GNURadio]] | ||
+ | * [[GNURadio: Ubuntu Install]] | ||
+ | * [[GNURadio: Menggunakan UHD]] | ||
+ | * [[GNURadio: Ubuntu Install GNURadio 3.4.2]] '''RECOMMENDED''' | ||
+ | * [[GNURadio: Ubuntu Install GNURadio 3.4.2 Clock 52MHz]] '''RECOMMENDED''' | ||
+ | * [[GNURadio: Ubuntu 13.04 Install GNURadio 3.4.2 Clock 52MHz]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: Contoh Aplikasi]] | ||
+ | * [[GNURadio: Spectrum Analizer GSM]] | ||
+ | * [[GNURadio: Mengubah board RFX1800 menjadi RFX900]] | ||
+ | * [[GNURadio: Programming Untuk Pemula]] | ||
+ | * [[OpenBTS: Ubuntu Install]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: Ubuntu Install OpenBTS 2.6 Clock 52MHz]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: Ubuntu 13.04 Install OpenBTS 2.6 Clock 52MHz]] ''NOT RECOMMENDED'' | ||
+ | * [[OpenBTS: Konfigurasi]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: Kalibrasi]] | ||
+ | * [[OpenBTS: Konfigurasi Asterisk untuk OpenBTS]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: Menjalankan smqueue]] | ||
+ | * [[OpenBTS: Mengoperasikan BTS]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: Tampilan di Nokia saat pakai OpenBTS]] | ||
+ | * [[OpenBTS: Operasi 1800 MHz]] | ||
+ | * [[OpenBTS: Beberapa Tips]] | ||
+ | * [[OpenBTS: USRP2]] | ||
+ | * [[OpenBTS: Amplifier]] | ||
+ | * [[OpenBTS: SMS]] | ||
+ | * [[AirProbe]] | ||
+ | |||
+ | ===OpenBTS 2.8=== | ||
+ | |||
+ | * [[GNURadio: Ubuntu 11.10 Install]] ''NOT RECOMMENED'' | ||
+ | * [[GNURadio: Ubuntu 11.10 instalasi menggunakan Repo]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: Download GNURadio]] | ||
+ | * [[GNURadio: Install UHD]] | ||
+ | * [[GNURadio: Ubuntu 11.10 Instal GNURadio 3.3.0]] | ||
+ | * [[GNURadio: Ubuntu 12.10 Instal GNURadio 3.3.0]] | ||
+ | * [[GNURadio: Ubuntu 12.10 Instal GNURadio 3.4.1]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: Ubuntu 11.10 Instal GNURadio 3.4.2]] '''RECOMMENDED''' | ||
+ | * [[GNURadio: Ubuntu 12.04 Instal GNURadio 3.4.2]] '''RECOMMENDED''' | ||
+ | * [[GNURadio: Ubuntu 12.04.1 Instal GNURadio 3.4.2]] '''RECOMMENDED''' | ||
+ | * [[GNURadio: Ubuntu 12.10 Instal GNURadio 3.4.2]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: Ubuntu 13.04 Instal GNURadio 3.4.2]] '''RECOMMENDED''' | ||
+ | * [[GNURadio: Ubuntu 11.10 Instal GNURadio 3.5.0]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: Ubuntu 11.10 Instal GNURadio 3.5.3.2]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: Ubuntu 11.10 Instal GNURadio 3.6.0]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: Ubuntu 11.10 Install dari GIT GNURadio]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: Ubuntu 11.10 cek USRP Daughter Board]] | ||
+ | * [[GNURadio: UHD]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: UHD Image]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: UHD burn EEPROM RFX Board di USRP1]] ''NOT RECOMMENDED'' | ||
+ | * [[GNURadio: UHD Identifikasi Device]] | ||
+ | * [[OpenBTS: Ubuntu 11.10 Install]] | ||
+ | * [[OpenBTS: dari GIT ttsou]] | ||
+ | * [[OpenBTS: 2.8 dari SVN Install]] | ||
+ | * [[OpenBTS: 2.8 dari SVN Install Clock 52MHz]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: 2.8 dari SVN Install Clock 52MHz di Ubuntu 12.10]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: 2.8 dari SVN Install Clock 52MHz di Ubuntu 13.04]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: 2.8 dari SVN 2.8.0 Install Clock 52MHz di Ubuntu 13.04]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: 2.8 dari SVN Install Clock 52MHz dengan UHD tanpa GNURadio]] ''NOT RECOMMENDED'' | ||
+ | * [[OpenBTS: 2.8 Edit User di sqlite3.db]] '''RECOMMEND''' | ||
+ | * [[OpenBTS: Yate Softswitch]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: Yate Softswitch install Ubuntu 12.10]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: Yate Softswitch install Ubuntu 13.04]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: Yate Config Test]] | ||
+ | * [[OpenBTS: 2.8 Instalasi Real Time Asterisk]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: 2.8 Menjalankan]] '''RECOMMENDED''' | ||
+ | * [[OpenBTS: 2.8 Konfigurasi]] | ||
+ | * [[OpenBTS: 2.8 Konfigurasi Cognitive Radio Elsabagh]] | ||
+ | * [[OpenBTS: 2.8 Konfigurasi Subscriber Registery]] | ||
+ | * [[OpenBTS: Database SQLite]] | ||
+ | * [[OpenBTS: Set SQLite Subscriber Registry secara manual]] | ||
+ | * [[OpenBTS: Set SQLite parameter smqueue]] | ||
+ | * [[OpenBTS: FreeSWITCH]] | ||
+ | |||
+ | ===Multi OpenBTS 2.8=== | ||
+ | |||
+ | * [[OpenBTS: Pola Multi OpenBTS]] '''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: Install UHD untuk USRP1]] | ||
+ | * [[OpenBTS: UHD Identifikasi Device]] | ||
+ | * [[OpenBTS: OpenBTS 3.1.3 Compile]] '''Tidak bisa untuk USRP1''' | ||
+ | * [[OpenBTS: Yate Compile]] | ||
+ | |||
+ | ===Ettus E110=== | ||
+ | |||
+ | * [[OpenBTS: E110 Cara Login]] | ||
+ | * [[OpenBTS: E110 Install Image di MicroSD]] '''*RECOMMENDED*''' | ||
+ | * [[OpenBTS: E110 Cek Daughter Board]] | ||
+ | * [[OpenBTS: E110 Mengubah Master Clock]] | ||
+ | * [[OpenBTS: E110 Kalibrasi Clock]] | ||
+ | * [[OpenBTS: E110 Konfigurasi Jaringan]] | ||
+ | * [[OpenBTS: E110 Bekerja dengan opkg]] | ||
+ | * [[OpenBTS: E110 Instalasi iptables]] | ||
+ | * [[OpenBTS: E110 GNURadio]] | ||
+ | * [[OpenBTS: E110 Compile UHD]] ''Not Recommended'' | ||
+ | * [[OpenBTS: E110 Compile UHD dari Release Bukan git]] ''Not Recommended'' | ||
+ | * [[OpenBTS: E110 UHD burn EEPROM RFX Board]] ''Not Recommended'' | ||
+ | * [[OpenBTS: E110 Install UHD Image]] ''Not Recommended'' | ||
+ | * [[OpenBTS: E110 Instalasi OpenBTS]] | ||
+ | * [[OpenBTS: E110 Instalasi OpenBTS 2.6]] ''NOT RECOMMENDED'' | ||
+ | * [[OpenBTS: E110 Instalasi OpenBTS 2.8 untuk MultiBTS]] '''*RECOMMENDED*''' | ||
+ | * [[OpenBTS: E110 Yate Softswitch]] | ||
+ | |||
+ | ===Ettus N210=== | ||
+ | |||
+ | * [[OpenBTS: N210 Instalasi GPSDO Kit]] | ||
+ | * [[OpenBTS: N210 GNURadio]] | ||
+ | * [[OpenBTS: N210 GNURadio 3.7.0]] | ||
+ | * [[OpenBTS: N210 Instalasi OpenBTS]] | ||
+ | * [[OpenBTS: N210 Instalasi Yate]] | ||
+ | * [[OpenBTS: N210 Yate Config Test]] | ||
+ | * [[OpenBTS: N210 Burn Firmware]] | ||
+ | |||
+ | ===RangeNetworks=== | ||
+ | |||
+ | * [[OpenBTS: RangeNetwork Foto]] | ||
+ | * [[OpenBTS: RangeNetwork menggunakan USB recovery image]] | ||
+ | * [[OpenBTS: RangeNetwork Default Setting]] | ||
+ | * [[OpenBTS: RangeNetwork Instalasi UHD]] | ||
+ | * [[OpenBTS: RangeNetwork Compile GNURadio UHD]] | ||
+ | * [[OpenBTS: RangeNetwork Compile]] | ||
+ | * [[OpenBTS: RangeNetwork Compile OpenBTS 2.8.0]] | ||
+ | * [[OpenBTS: RangeNetwork Compile OpenBTS 3.1.3]] | ||
+ | * [[OpenBTS: RangeNetwork Yate Compile]] '''*RECOMMENDED*''' | ||
+ | * [[OpenBTS: RangeNetwork Web Interface]] | ||
+ | * [[OpenBTS: RangeNetwork Trunk ke Asterisk Lain]] | ||
+ | * [[VoIP: Trunk]] | ||
+ | |||
+ | ===GPRS=== | ||
+ | |||
+ | * [[OpenBTS: GPRS]] | ||
+ | * [[OpenBTS: GPRS Konfigurasi]] | ||
+ | * [[OpenBTS: GPRS untuk dibelakang Router dengan NAT]] | ||
+ | |||
+ | ===Briker OpenBTS=== | ||
+ | |||
+ | * [[OpenBTS: Briker]] | ||
+ | |||
+ | ===FreeSWITCH OpenBTS=== | ||
+ | |||
+ | * [[OpenBTS: FreeSWITCH]] | ||
+ | |||
+ | ===Power Amplifier=== | ||
+ | |||
+ | * [[Driver 900MHz]] | ||
+ | * [[Power Amplifier 900MHz]] | ||
+ | * [[Duplexer]] | ||
+ | * [[OpenBTS: Menaikan Jangkauan OpenBTS]] | ||
+ | |||
+ | ===Lain Lain=== | ||
+ | |||
+ | * [[OpenBTS: Materi Magang di ICTWATCH]] | ||
+ | * [[OpenBTS: Seminar Outline]] | ||
+ | * [[OpenBTS: Workshop Outline]] | ||
+ | * [[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: Catatan MNC dan MCC COOL]] | ||
+ | * [[OpenBTS : Alokasi Frekuensi Operator GSM Indonesia]] | ||
+ | * [[GSM: Daftar Channel Frekuensi]] | ||
+ | |||
+ | ===Catatan Sejarah=== | ||
+ | |||
+ | * [[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]] | ||
+ | * [[OpenBTS: Permohonan Kanal dan DID untuk OpenBTS]] | ||
+ | * [[OpenBTS: 2013/02/19 - OpenBTS TelkomSel Mengudara di Muscat Oman]] | ||
+ | * [[OpenBTS: Beroperasi di Papua]] | ||
+ | |||
+ | ===Dokumentasi Video=== | ||
+ | |||
+ | * http://www.metrotvnews.com/read/newsprograms/2012/10/14/14624/212/Teknologi-BTS | ||
+ | * http://youtu.be/8ogOcUSpINU (1/6) | ||
+ | * http://youtu.be/F5d7HGuhppk (2/6) | ||
+ | * http://youtu.be/90Jgq6bOgrQ (3/6) | ||
+ | * http://youtu.be/cNkx_qNqdfc (4/6) | ||
+ | * http://youtu.be/6LCuoeI57ak (5/6) | ||
+ | * http://youtu.be/-dEqcHoIlYk (6/6) | ||
+ | * http://www.youtube.com/watch?v=Ff_rw4kAOZg&feature=share | ||
+ | |||
+ | ===Perjuangan OpenBTS=== | ||
+ | |||
+ | * http://www.technologyreview.com/news/522371/how-remote-places-can-get-cellular-coverage-by-doing-it-themselves/?utm_campaign=socialsync&utm_medium=social-post&utm_source=twitter | ||
+ | |||
+ | |||
+ | |||
+ | [[Category: Wireless]] | ||
+ | [[Category: Selular]] |
Latest revision as of 14:10, 2 March 2014
Install Pendukung
apt-get update
sudo apt-get install autoconf libtool libosip2-dev libortp-dev \ libusb-1.0-0-dev g++ erlang libreadline6-dev libboost-all-dev \ cmake build-essential subversion libncurses5-dev libncurses5
rm /usr/local/bin/sqlite3 apt-get install sqlite3 libsqlite3-dev
Update Jika di Perlukan
ROOT_OPENBTS berada di /usr/local/src/openbts-2.8.0
mkdir -p /OpenBTS/ sudo su cd /usr/local/src svn co http://wush.net/svn/range/software/public openbts-2.8.0
Install liba53
cd /usr/local/src/openbts-2.8.0/a53/trunk make make install
Stop OpenBTS
cd /home/openbts killBTS
Building OpenBTS
Pada Range Networks RAD1 tidak membutuhkan external dependency & cara compile sangat sederhana:
sudo su cd /usr/local/src/openbts-2.8.0/openbts/trunk autoreconf -i export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig/ # ./configure --with-uhd --with-resamp ./configure --with-uhd make clean make
cd /usr/local/src/openbts-2.8.0/openbts/trunk/TransceiverRAD1 make clean make
Buat link
cd /usr/local/src/openbts-2.8.0/openbts/trunk cd apps make ln -s ../TransceiverRAD1/transceiver . ln -s ../TransceiverRAD1/ezusb.ihx . ln -s ../TransceiverRAD1/fpga.rbf .
cd /usr/local/src/openbts-2.8.0/openbts/trunk/TransceiverRAD1 cp transceiver /OpenBTS/ cp ezusb.ihx /OpenBTS/ cp fpga.rbf /OpenBTS/
cd /OpenBTS/ cp ezusb.ihx /usr/local/share/uhd/images/usrp1_fw.ihx cp fpga.rbf /usr/local/share/uhd/images/usrp1_fpga.rbf
cd /usr/local/src/openbts-2.8.0/openbts/trunk/apps cp OpenBTS /OpenBTS/ cp OpenBTSDo /OpenBTS/ cp OpenBTSCLI /OpenBTS/ cp runloop.OpenBTS.sh /OpenBTS/
mkdir -p /var/run/OpenBTS/ touch /var/run/OpenBTS/TransactionTable.db
Inisialisasi /etc/OpenBTS/OpenBTS.db
cd /usr/local/src/openbts-2.8.0/openbts/trunk sudo mkdir /etc/OpenBTS rm -Rf /etc/OpenBTS/OpenBTS.db sudo sqlite3 -init ./apps/OpenBTS.example.sql /etc/OpenBTS/OpenBTS.db ".quit"
Build & Install Subscriber Registry dan Sipauthserve
sudo mkdir -p /var/lib/asterisk/sqlite3dir sudo rm -Rf /var/lib/asterisk/sqlite3dir/sqlite3.db cd /usr/local/src/openbts-2.8.0/subscriberRegistry/features/a3a8/configFiles sudo sqlite3 -init subscriberRegistryInit.sql /var/lib/asterisk/sqlite3dir/sqlite3.db ".quit"
cd /usr/local/src/openbts-2.8.0/subscriberRegistry/trunk/ make clean make cd /usr/local/src/openbts-2.8.0/subscriberRegistry/trunk cp comp128 /usr/local/bin/ cp comp128 /OpenBTS/ cp sipauthserve /OpenBTS/ cp runloop.sipauthserve.sh /OpenBTS/
rm -Rf /etc/OpenBTS/sipauthserve.db cd /usr/local/src/openbts-2.8.0/subscriberRegistry/trunk sudo sqlite3 -init sipauthserve.example.sql /etc/OpenBTS/sipauthserve.db ".quit"
Build & Install Smqueue
cd /usr/local/src/openbts-2.8.0/smqueue/trunk autoreconf -i ./configure make clean make make install
cd /usr/local/src/openbts-2.8.0/smqueue/trunk/smqueue/ rm -Rf /etc/OpenBTS/smqueue.db sudo sqlite3 -init smqueue.example.sql /etc/OpenBTS/smqueue.db ".quit"
cd /usr/local/src/openbts-2.8.0/smqueue/trunk/smqueue cp runloop.smqueue.sh /OpenBTS/ cp smqueue /OpenBTS/
Cek RAD1
cd /usr/local/src/openbts-2.8.0/openbts/trunk/TransceiverRAD1 ./RAD1ping
Menjalankan OpenBTS
Pastikan Yate sudah di Instalasi.
/usr/local/bin/uhd_usrp_probe sleep 10 cd /usr/local/src/openbts-2.8.0/subscriberRegistry/trunk/ ./sipauthserve & sleep 10 cd /usr/local/src/openbts-2.8.0/smqueue/trunk/smqueue/ ./smqueue & sleep 10 cd /usr/local/src/yate rm -Rf /var/log/yate rm -Rf /var/log/VBTS.log ./run -t -l /var/log/yate -vvvv -c /usr/local/etc/yate -m /usr/local/lib/yate -e /usr/local/share/yate -d sleep 10 mkdir /var/run/OpenBTS/ touch /var/run/OpenBTS/TransactionTable.db cd /usr/local/src/openbts-2.8.0/openbts/trunk/apps ./OpenBTS &
atau letakan di /etc/rc.local
Inisialisasi SubscriberRegistry
sudo su sqlite3 /var/lib/asterisk/sqlite3dir/sqlite3.db
DELETE from DIALDATA_TABLE where ID = 1; DELETE from DIALDATA_TABLE where ID = 2; DELETE from DIALDATA_TABLE where ID = 3; DELETE from DIALDATA_TABLE where ID = 4; DELETE from DIALDATA_TABLE where ID = 5; DELETE from DIALDATA_TABLE where ID = 6; DELETE from SIP_BUDDIES where ID = 1; DELETE from SIP_BUDDIES where ID = 2; DELETE from SIP_BUDDIES where ID = 3; DELETE from SIP_BUDDIES where ID = 4; DELETE from SIP_BUDDIES where ID = 5; DELETE from SIP_BUDDIES where ID = 6; INSERT INTO dialdata_table (exten, dial) VALUES ('2001', 'IMSI001010000000001'); insert into sip_buddies (name,username,callerid,ipaddr,type,context,host) values ('IMSI001010000000001','IMSI001010000000001','2001','127.0.0.1','friend','phones','dynamic'); INSERT INTO dialdata_table (exten, dial) VALUES ('2002', 'IMSI001010000000002'); insert into sip_buddies (name,username,callerid,ipaddr,type,context,host) values ('IMSI001010000000002','IMSI001010000000002','2002','127.0.0.1','friend','phones','dynamic'); INSERT INTO dialdata_table (exten, dial) VALUES ('2003', 'IMSI510110052460084'); insert into sip_buddies (name,username,callerid,ipaddr,type,context,host) values ('IMSI510110052460084','IMSI510110052460084','2003','127.0.0.1','friend','phones','dynamic'); INSERT INTO dialdata_table (exten, dial) VALUES ('2004', 'IMSI510112410440152'); insert into sip_buddies (name,username,callerid,ipaddr,type,context,host) values ('IMSI510112410440152','IMSI510112410440152','2004','127.0.0.1','friend','phones','dynamic');
Referensi
Pranala Menarik
Persiapan
- USRP: High Precision Clock
- USRP: Menyambungkan ClockTamer ke USRP1
- USRP: Kalibrasi ClockTamer
- USRP: ClockTamer Control Protocol
- USRP: ClockTamer Flashing
- USRP: Instalasi Board
- OpenBTS: GIT Source Code
- USRP: Rangkaian Board USRP
- OpenBTS: Tethr untuk Bencana Alam
- USRP: Tip Pemesanan
Script
- OpenBTS: Script Membuat GNURadio 3.4.2 di Ubuntu 13.04
- OpenBTS: Script Membuat OpenBTS dan yate di Ubuntu 13.04
- OpenBTS: Script Membuat OpenBTS 2.8.0 di RangeNetwork Dev Kit
- OpenBTS: Script Membuat OpenBTS di RangeNetwork Dev Kit
OpenBTS 2.6
- GNURadio
- GNURadio: Ubuntu Install
- GNURadio: Menggunakan UHD
- GNURadio: Ubuntu Install GNURadio 3.4.2 RECOMMENDED
- GNURadio: Ubuntu Install GNURadio 3.4.2 Clock 52MHz RECOMMENDED
- GNURadio: Ubuntu 13.04 Install GNURadio 3.4.2 Clock 52MHz NOT RECOMMENDED
- GNURadio: Contoh Aplikasi
- GNURadio: Spectrum Analizer GSM
- GNURadio: Mengubah board RFX1800 menjadi RFX900
- GNURadio: Programming Untuk Pemula
- OpenBTS: Ubuntu Install RECOMMENDED
- OpenBTS: Ubuntu Install OpenBTS 2.6 Clock 52MHz RECOMMENDED
- OpenBTS: Ubuntu 13.04 Install OpenBTS 2.6 Clock 52MHz NOT RECOMMENDED
- OpenBTS: Konfigurasi RECOMMENDED
- OpenBTS: Kalibrasi
- OpenBTS: Konfigurasi Asterisk untuk OpenBTS RECOMMENDED
- OpenBTS: Menjalankan smqueue
- OpenBTS: Mengoperasikan BTS RECOMMENDED
- OpenBTS: Tampilan di Nokia saat pakai OpenBTS
- OpenBTS: Operasi 1800 MHz
- OpenBTS: Beberapa Tips
- OpenBTS: USRP2
- OpenBTS: Amplifier
- OpenBTS: SMS
- AirProbe
OpenBTS 2.8
- GNURadio: Ubuntu 11.10 Install NOT RECOMMENED
- GNURadio: Ubuntu 11.10 instalasi menggunakan Repo NOT RECOMMENDED
- GNURadio: Download GNURadio
- GNURadio: Install UHD
- GNURadio: Ubuntu 11.10 Instal GNURadio 3.3.0
- GNURadio: Ubuntu 12.10 Instal GNURadio 3.3.0
- GNURadio: Ubuntu 12.10 Instal GNURadio 3.4.1 NOT RECOMMENDED
- GNURadio: Ubuntu 11.10 Instal GNURadio 3.4.2 RECOMMENDED
- GNURadio: Ubuntu 12.04 Instal GNURadio 3.4.2 RECOMMENDED
- GNURadio: Ubuntu 12.04.1 Instal GNURadio 3.4.2 RECOMMENDED
- GNURadio: Ubuntu 12.10 Instal GNURadio 3.4.2 NOT RECOMMENDED
- GNURadio: Ubuntu 13.04 Instal GNURadio 3.4.2 RECOMMENDED
- GNURadio: Ubuntu 11.10 Instal GNURadio 3.5.0 NOT RECOMMENDED
- GNURadio: Ubuntu 11.10 Instal GNURadio 3.5.3.2 NOT RECOMMENDED
- GNURadio: Ubuntu 11.10 Instal GNURadio 3.6.0 NOT RECOMMENDED
- GNURadio: Ubuntu 11.10 Install dari GIT GNURadio NOT RECOMMENDED
- GNURadio: Ubuntu 11.10 cek USRP Daughter Board
- GNURadio: UHD NOT RECOMMENDED
- GNURadio: UHD Image NOT RECOMMENDED
- GNURadio: UHD burn EEPROM RFX Board di USRP1 NOT RECOMMENDED
- GNURadio: UHD Identifikasi Device
- OpenBTS: Ubuntu 11.10 Install
- OpenBTS: dari GIT ttsou
- OpenBTS: 2.8 dari SVN Install
- OpenBTS: 2.8 dari SVN Install Clock 52MHz RECOMMENDED
- OpenBTS: 2.8 dari SVN Install Clock 52MHz di Ubuntu 12.10 RECOMMENDED
- OpenBTS: 2.8 dari SVN Install Clock 52MHz di Ubuntu 13.04 RECOMMENDED
- OpenBTS: 2.8 dari SVN 2.8.0 Install Clock 52MHz di Ubuntu 13.04 RECOMMENDED
- OpenBTS: 2.8 dari SVN Install Clock 52MHz dengan UHD tanpa GNURadio NOT RECOMMENDED
- OpenBTS: 2.8 Edit User di sqlite3.db RECOMMEND
- OpenBTS: Yate Softswitch RECOMMENDED
- OpenBTS: Yate Softswitch install Ubuntu 12.10 RECOMMENDED
- OpenBTS: Yate Softswitch install Ubuntu 13.04 RECOMMENDED
- OpenBTS: Yate Config Test
- OpenBTS: 2.8 Instalasi Real Time Asterisk RECOMMENDED
- OpenBTS: 2.8 Menjalankan RECOMMENDED
- OpenBTS: 2.8 Konfigurasi
- OpenBTS: 2.8 Konfigurasi Cognitive Radio Elsabagh
- OpenBTS: 2.8 Konfigurasi Subscriber Registery
- OpenBTS: Database SQLite
- OpenBTS: Set SQLite Subscriber Registry secara manual
- OpenBTS: Set SQLite parameter smqueue
- OpenBTS: FreeSWITCH
Multi OpenBTS 2.8
- OpenBTS: Pola Multi OpenBTS 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: Install UHD untuk USRP1
- OpenBTS: UHD Identifikasi Device
- OpenBTS: OpenBTS 3.1.3 Compile Tidak bisa untuk USRP1
- OpenBTS: Yate Compile
Ettus E110
- OpenBTS: E110 Cara Login
- OpenBTS: E110 Install Image di MicroSD *RECOMMENDED*
- OpenBTS: E110 Cek Daughter Board
- OpenBTS: E110 Mengubah Master Clock
- OpenBTS: E110 Kalibrasi Clock
- OpenBTS: E110 Konfigurasi Jaringan
- OpenBTS: E110 Bekerja dengan opkg
- OpenBTS: E110 Instalasi iptables
- OpenBTS: E110 GNURadio
- OpenBTS: E110 Compile UHD Not Recommended
- OpenBTS: E110 Compile UHD dari Release Bukan git Not Recommended
- OpenBTS: E110 UHD burn EEPROM RFX Board Not Recommended
- OpenBTS: E110 Install UHD Image Not Recommended
- OpenBTS: E110 Instalasi OpenBTS
- OpenBTS: E110 Instalasi OpenBTS 2.6 NOT RECOMMENDED
- OpenBTS: E110 Instalasi OpenBTS 2.8 untuk MultiBTS *RECOMMENDED*
- OpenBTS: E110 Yate Softswitch
Ettus N210
- OpenBTS: N210 Instalasi GPSDO Kit
- OpenBTS: N210 GNURadio
- OpenBTS: N210 GNURadio 3.7.0
- OpenBTS: N210 Instalasi OpenBTS
- OpenBTS: N210 Instalasi Yate
- OpenBTS: N210 Yate Config Test
- OpenBTS: N210 Burn Firmware
RangeNetworks
- OpenBTS: RangeNetwork Foto
- OpenBTS: RangeNetwork menggunakan USB recovery image
- OpenBTS: RangeNetwork Default Setting
- OpenBTS: RangeNetwork Instalasi UHD
- OpenBTS: RangeNetwork Compile GNURadio UHD
- OpenBTS: RangeNetwork Compile
- OpenBTS: RangeNetwork Compile OpenBTS 2.8.0
- OpenBTS: RangeNetwork Compile OpenBTS 3.1.3
- OpenBTS: RangeNetwork Yate Compile *RECOMMENDED*
- OpenBTS: RangeNetwork Web Interface
- OpenBTS: RangeNetwork Trunk ke Asterisk Lain
- VoIP: Trunk
GPRS
Briker OpenBTS
FreeSWITCH OpenBTS
Power Amplifier
Lain Lain
- OpenBTS: Materi Magang di ICTWATCH
- OpenBTS: Seminar Outline
- OpenBTS: Workshop Outline
- 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: Catatan MNC dan MCC COOL
- OpenBTS : Alokasi Frekuensi Operator GSM Indonesia
- GSM: Daftar Channel Frekuensi
Catatan Sejarah
- 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
- OpenBTS: Permohonan Kanal dan DID untuk OpenBTS
- OpenBTS: 2013/02/19 - OpenBTS TelkomSel Mengudara di Muscat Oman
- OpenBTS: Beroperasi di Papua
Dokumentasi Video
- http://www.metrotvnews.com/read/newsprograms/2012/10/14/14624/212/Teknologi-BTS
- http://youtu.be/8ogOcUSpINU (1/6)
- http://youtu.be/F5d7HGuhppk (2/6)
- http://youtu.be/90Jgq6bOgrQ (3/6)
- http://youtu.be/cNkx_qNqdfc (4/6)
- http://youtu.be/6LCuoeI57ak (5/6)
- http://youtu.be/-dEqcHoIlYk (6/6)
- http://www.youtube.com/watch?v=Ff_rw4kAOZg&feature=share