Difference between revisions of "OpenBTS: 5.0 demo konfigurasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 6: | Line 6: | ||
Masuk ke | Masuk ke | ||
− | cd / | + | cd /home/openbts |
− | ./ | + | ./CLI |
Paramter untuk demo | Paramter untuk demo | ||
Line 19: | Line 19: | ||
config Control.LUR.OpenRegistration.Message Selamat Datang di DesaSel. IMSI anda : | config Control.LUR.OpenRegistration.Message Selamat Datang di DesaSel. IMSI anda : | ||
devconfig GGSN.Logfile.Name /tmp/GGSN.log | devconfig GGSN.Logfile.Name /tmp/GGSN.log | ||
+ | |||
+ | |||
+ | Atau | ||
+ | |||
+ | config GSM.Radio.C0 51 | ||
+ | config GSM.Identity.MCC 510 | ||
+ | config GSM.Identity.MNC 33 | ||
+ | config GSM.Identity.ShortName DesaSel | ||
+ | config GPRS.Enable 1 | ||
+ | config Control.LUR.OpenRegistration .* | ||
+ | config Control.LUR.OpenRegistration.Message Selamat Datang di DesaSel. IMSI anda : | ||
+ | devconfig GGSN.Logfile.Name /tmp/GGSN.log | ||
+ | |||
Revision as of 11:57, 4 July 2020
Aktifkan NAT
iptables -t nat -A POSTROUTING -o enp0s4 -j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward
Masuk ke
cd /home/openbts ./CLI
Paramter untuk demo
config GSM.Radio.C0 51 config GSM.Identity.MCC 525 config GSM.Identity.MNC 01 config GSM.Identity.ShortName SingTel config GPRS.Enable 1 config Control.LUR.OpenRegistration .* config Control.LUR.OpenRegistration.Message Selamat Datang di DesaSel. IMSI anda : devconfig GGSN.Logfile.Name /tmp/GGSN.log
Atau
config GSM.Radio.C0 51 config GSM.Identity.MCC 510 config GSM.Identity.MNC 33 config GSM.Identity.ShortName DesaSel config GPRS.Enable 1 config Control.LUR.OpenRegistration .* config Control.LUR.OpenRegistration.Message Selamat Datang di DesaSel. IMSI anda : devconfig GGSN.Logfile.Name /tmp/GGSN.log
Supaya OpenBTS langsung start
Supaya langsung start saat mesin nyala
cd /etc vi rc.local
Masukan
/usr/local/sbin/sipauthserve & /usr/local/sbin/smqueue & /usr/sbin/asterisk &
Tinggal terakhir secara manual ketik
cd /OpenBTS/ ./OpenBTS
tidak usah pakai & di akhirnya
Di Sisi Client
Kirim SMS ke 101, dari handphone yang SIMc card-nya berhasil registrasi ke OpenBTS. Isi dengan nomor telepon yang kita inginkan, misalnya
05201234 05202001 2001 2002 2003 dll ..
Referensi