Hi guys I'm not able to use cell_log under the burst_ind branch. I checkout the master, compile and run osmocon/cell_log. Everything works (I can see the cells). I checkout the branch, recompile, and run the same commands as before, but I get from layer1:
[...] PM MEAS: ARFCN=71, 0 dBm at baseband, -138 dBm at RF DSP Error Status: 8 PM MEAS: ARFCN=72, 0 dBm at baseband, -138 dBm at RF DSP Error Status: 8 PM MEAS: ARFCN=73, 0 dBm at baseband, -138 dBm at RF [...]
for every arfcn. Cell_log doesn't log anything:
[...] <000e> cell_log.c:359 Measurement done <000e> cell_log.c:368 Measure from 0 to 124 <000e> cell_log.c:368 Measure from 512 to 885 <000e> cell_log.c:368 Measure from 955 to 1023 [...]
I don't think it's a hardware problem, since it works with master. Am I missing something in the branch? Is anyone experiencing the same problem? Bye. Dario.
I have pulled the latest version and everything works now. If I run ccch_scan (gprs decoding patch applied) I have the bursts. But when I run the gprs decoder, I got
Type not handled! 40
If I try one the sample .dat files provided by srlabs.de, the decode is ok and I see the datagrams on wireshark.
This message shows an unsupported message type. Can be due to the noise on the phone? I have observed the same behaviour with an original phone and a modified (filters changed) one, but this should not matter.
Can someone help me?
On Fri, Nov 11, 2011 at 12:04 PM, Sylvain Munaut 246tnt@gmail.com wrote:
Hi,
I'm not able to use cell_log under the burst_ind branch.
Yes, it's broken right now.
Either revert the last commit, or cherry-pick 4789b4a6627b452041b57f81ea91878de666bcc2 (which is in master but not burst_ind yet)
Cheers,
Sylvain
Hi,
I got the same problem with cell_log. Sometimes even using the master!?
Also, I couldn't compile the master or burst_ind with GPS supprot. No makefile has the "-lgps" flag set. A workaround for me was to add a "-lgps" to "src/host/layer23/src/misc/Makefile.am" in line "cell_log_LDADD = $(LDADD) -lm" (same thing for mobile)
Did I miss something on the GPS support? It is the first time I got this issues with GPS. All the times before it worked fine. Ok, I had to delete the following statements in gps.c: 68 /* gps is offline */ 69 if (gdata->online) 70 goto gps_not_ready; 71 72 /* gps has no data */ 73 if (gps_waiting(gdata)) 74 goto gps_not_ready; For some reason the libgps thinks my GPS is not ready, even if it worked with "xgps"
Greetings ikarus
Am 11.11.2011 11:49, schrieb Dario Lombardo:
Hi guys I'm not able to use cell_log under the burst_ind branch. I checkout the master, compile and run osmocon/cell_log. Everything works (I can see the cells). I checkout the branch, recompile, and run the same commands as before, but I get from layer1:
[...] PM MEAS: ARFCN=71, 0 dBm at baseband, -138 dBm at RF DSP Error Status: 8 PM MEAS: ARFCN=72, 0 dBm at baseband, -138 dBm at RF DSP Error Status: 8 PM MEAS: ARFCN=73, 0 dBm at baseband, -138 dBm at RF [...]
for every arfcn. Cell_log doesn't log anything:
[...] <000e> cell_log.c:359 Measurement done <000e> cell_log.c:368 Measure from 0 to 124 <000e> cell_log.c:368 Measure from 512 to 885 <000e> cell_log.c:368 Measure from 955 to 1023 [...]
I don't think it's a hardware problem, since it works with master. Am I missing something in the branch? Is anyone experiencing the same problem? Bye. Dario.
baseband-devel@lists.osmocom.org