Before I start "playing" with RRLP in OpenBTS 2.8 with UmTRX I'm just wondering if anybody has some current advice.
I note in CLI.cpp:
//apparently non-function now -kurtis //addCommand("sendrrlp", sendrrlp, "<IMSI> <hexstring> -- send RRLP message <hexstring> to <IMSI>.");
There are plenty of atricles out there e.g.
http://wush.net/trac/rangepublic/wiki/rrlp http://www.mentby.com/Group/openbts-discuss/question-regarding-the-rrlp-in-o...
Basically, does it work and hence worth persuing?
Regards Craig
We have a guy here in the Moscow based community who speaks Erlang and who tried to play with RRLP. But IIRC he didn't tried hard enough to get RRLP working with OpenBTS.
Share your experience and I'll nudge him to continue experiments as well. :)
On Tue, Apr 2, 2013 at 12:04 AM, Craig Reading craig.reading1@gmail.com wrote:
Before I start "playing" with RRLP in OpenBTS 2.8 with UmTRX I'm just wondering if anybody has some current advice.
I note in CLI.cpp:
//apparently non-function now -kurtis //addCommand("sendrrlp", sendrrlp, "<IMSI> <hexstring> -- send RRLP message <hexstring> to <IMSI>.");
There are plenty of atricles out there e.g.
http://wush.net/trac/rangepublic/wiki/rrlp http://www.mentby.com/Group/openbts-discuss/question-regarding-the-rrlp-in-o...
Basically, does it work and hence worth persuing?
Regards Craig
Alexander,
Challenge accepted! I think I've managed to get my head around the technical aspects of RRLP with GPS - interesting so say the least! Looking forward to doing some playing and experimenting over the next few days. I'll post my experiences at www.genesysguru.com and copy back to the UmTRX mailing list.
Regards Craig
On 1 April 2013 21:22, Alexander Chemeris alexander.chemeris@gmail.comwrote:
We have a guy here in the Moscow based community who speaks Erlang and who tried to play with RRLP. But IIRC he didn't tried hard enough to get RRLP working with OpenBTS.
Share your experience and I'll nudge him to continue experiments as well. :)
On Tue, Apr 2, 2013 at 12:04 AM, Craig Reading craig.reading1@gmail.com wrote:
Before I start "playing" with RRLP in OpenBTS 2.8 with UmTRX I'm just wondering if anybody has some current advice.
I note in CLI.cpp:
//apparently non-function now -kurtis //addCommand("sendrrlp", sendrrlp, "<IMSI> <hexstring> -- send RRLP
message
<hexstring> to <IMSI>.");
There are plenty of atricles out there e.g.
http://www.mentby.com/Group/openbts-discuss/question-regarding-the-rrlp-in-o...
Basically, does it work and hence worth persuing?
Regards Craig
-- Regards, Alexander Chemeris. CEO, Fairwaves LLC / ООО УмРадио http://fairwaves.ru
01.04.2013 22:04, Craig Reading пишет:
Before I start "playing" with RRLP in OpenBTS 2.8 with UmTRX I'm just wondering if anybody has some current advice.
I've played with it recently at EasterHegg-13 installation: the RRLP passed all the bundled tests, requests were sent to the phones (some flash gps indicator) and .cgi logs are filled with data but there were nothing in corresponding sqlite db.
So to summarize - it works but not entirely the way it's planned :)
Do run your own experiments, I didn't had time to carefully analyze code and logs yet but it seems quite promising.
On Tue, Apr 2, 2013 at 2:07 PM, ☎ Max.Suraev@fairwaves.ru wrote:
01.04.2013 22:04, Craig Reading пишет:
Before I start "playing" with RRLP in OpenBTS 2.8 with UmTRX I'm just wondering if anybody has some current advice.
I've played with it recently at EasterHegg-13 installation: the RRLP passed all the bundled tests, requests were sent to the phones (some flash gps indicator) and .cgi logs are filled with data but there were nothing in corresponding sqlite db.
Was it indoors or outdoors? I suspect it doesn't work indoors due to unavailable GPS signal.
-- Regards, Alexander Chemeris. CEO, Fairwaves LLC / ООО УмРадио http://fairwaves.ru
02.04.2013 12:51, Alexander Chemeris пишет:
On Tue, Apr 2, 2013 at 2:07 PM, ☎ Max.Suraev@fairwaves.ru wrote:
01.04.2013 22:04, Craig Reading пишет:
Before I start "playing" with RRLP in OpenBTS 2.8 with UmTRX I'm just wondering if anybody has some current advice.
I've played with it recently at EasterHegg-13 installation: the RRLP passed all the bundled tests, requests were sent to the phones (some flash gps indicator) and .cgi logs are filled with data but there were nothing in corresponding sqlite db.
Was it indoors or outdoors? I suspect it doesn't work indoors due to unavailable GPS signal.
The test were indeed indoors and the lack of reliable gps might be the case indeed. Or some misconfiguration on my part. Or something else.
I do see some data in the logs (from .cgi) nevertheless but not in sqlite which is puzzling.