Difference between revisions of "OpenBTS: GIT Source Code"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 14: | Line 14: | ||
  git clone https://github.com/ttsou/openbts-p2.8 openbts.2.8.ttsou  |   git clone https://github.com/ttsou/openbts-p2.8 openbts.2.8.ttsou  | ||
  git clone https://github.com/ttsou/kalibrate-uhd kalibrate-uhd  |   git clone https://github.com/ttsou/kalibrate-uhd kalibrate-uhd  | ||
| + | |||
| + | ==Cron==  | ||
| + | |||
| + | Ada baiknya di cron setiap malam secara periodik agar update. Misalnya di simpan di  | ||
| + | |||
| + |  /var/data/library/library-sw-hw/linux-1/gnuradio/  | ||
| + |  /var/data/library/library-sw-hw/linux-1/openbts/  | ||
| + |  /mnt/samsung/library/library-sw-hw/linux-1/gnuradio/  | ||
| + |  /mnt/samsung/library/library-sw-hw/linux-1/openbts/  | ||
| + | |||
| + | Buat script di /usr/local/bin misalnya  | ||
| + | |||
| + |  touch /usr/local/bin/updategnuradioopenbts.sh  | ||
| + |  chmod +x /usr/local/bin/updategnuradioopenbts.sh  | ||
| + |  vi /usr/local/bin/updategnuradioopenbts.sh  | ||
| + | |||
| + | Isinya  | ||
| + | |||
| + |  cd /mnt/samsung/library/library-sw-hw/linux-1/gnuradio/  | ||
| + |  git clone git://gnuradio.org/gnuradio gnuradio.git   | ||
| + |  git clone git://ettus.sourcerepo.com/ettus/uhd.git uhd.git  | ||
| + |  git clone https://github.com/ttsou/gnuradio gnuradio.ttsou  | ||
| + |  cd  /mnt/samsung/library/library-sw-hw/linux-1/openbts/  | ||
| + |  svn co http://wush.net/svn/range/software/public openbts  | ||
| + |  git clone https://github.com/ttsou/openbts-p2.8 openbts.2.8.ttsou  | ||
| + |  git clone https://github.com/ttsou/kalibrate-uhd kalibrate-uhd  | ||
| + | |||
| + | Setup cron setiap pagi  | ||
| + | |||
| + |  crontab -e  | ||
| + | |||
| + | tambahkan  | ||
| + | |||
| + |  0 3 * * * /usr/local/bin/updategnuradioopenbts.sh  | ||
==Pranala Menarik==  | ==Pranala Menarik==  | ||
Revision as of 05:09, 4 March 2012
Siapkan git
apt-get install git subversion
GNURadio
git clone git://gnuradio.org/gnuradio gnuradio.git git clone git://ettus.sourcerepo.com/ettus/uhd.git uhd.git git clone https://github.com/ttsou/gnuradio gnuradio.ttsou
OpenBTS
svn co http://wush.net/svn/range/software/public openbts git clone https://github.com/ttsou/openbts-p2.8 openbts.2.8.ttsou git clone https://github.com/ttsou/kalibrate-uhd kalibrate-uhd
Cron
Ada baiknya di cron setiap malam secara periodik agar update. Misalnya di simpan di
/var/data/library/library-sw-hw/linux-1/gnuradio/ /var/data/library/library-sw-hw/linux-1/openbts/ /mnt/samsung/library/library-sw-hw/linux-1/gnuradio/ /mnt/samsung/library/library-sw-hw/linux-1/openbts/
Buat script di /usr/local/bin misalnya
touch /usr/local/bin/updategnuradioopenbts.sh chmod +x /usr/local/bin/updategnuradioopenbts.sh vi /usr/local/bin/updategnuradioopenbts.sh
Isinya
cd /mnt/samsung/library/library-sw-hw/linux-1/gnuradio/ git clone git://gnuradio.org/gnuradio gnuradio.git git clone git://ettus.sourcerepo.com/ettus/uhd.git uhd.git git clone https://github.com/ttsou/gnuradio gnuradio.ttsou cd /mnt/samsung/library/library-sw-hw/linux-1/openbts/ svn co http://wush.net/svn/range/software/public openbts git clone https://github.com/ttsou/openbts-p2.8 openbts.2.8.ttsou git clone https://github.com/ttsou/kalibrate-uhd kalibrate-uhd
Setup cron setiap pagi
crontab -e
tambahkan
0 3 * * * /usr/local/bin/updategnuradioopenbts.sh
Pranala Menarik
Persiapan
- USRP: High Precision Clock
 - USRP: Menyambungkan ClockTamer ke USRP1
 - USRP: Instalasi Board
 - OpenBTS: GIT Source Code
 
OpenBTS 2.6
- GNURadio
 - GNURadio: Ubuntu Install
 - GNURadio: Ubuntu Install GNURadio 3.4.2
 - GNURadio: Contoh Aplikasi
 - 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
 - AirProbe
 
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 Instal GNURadio 3.4.2
 - 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: 2.8 Konfigurasi
 - OpenBTS: Database SQLite
 
Ettus E110
- OpenBTS: E110 Cara Login
 - OpenBTS: E110 Install Image di MicroSD
 - OpenBTS: E110 Cek Daughter Board
 - OpenBTS: E110 Mengubah Master Clock
 - OpenBTS: E110 Bekerja dengan opkg
 - OpenBTS: E110 GNURadio
 - OpenBTS: E110 Instalasi OpenBTS
 - OpenBTS: E110 Instalasi OpenBTS 2.6 *NOT RECOMMENDED*
 
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