<div dir="ltr"><div dir="ltr">Hi Sylvain,<div><br></div><div>Thanks again for your suggestions.</div><div><br></div><div>I have performed some captures with some offsets w.r.t. to channel frequency. Then I ran the gmr1_rx binary on the recording. In your presentation video during CCCH,  you mentioned that sps should be set to 4. The Wireshark output is shown below.</div><div><br></div><div>GSM TAP Header, ARFCN: 0 (Downlink), TS: 0, Channel: CCCH (0)<br>    Version: 2<br>    Header Length: 16 bytes<br>    Payload Type: GMR-1 air interfeace (MES-MS<->GTS) (10)<br>    Time Slot: 0<br>    ..00 0000 0000 0000 = ARFCN: 0<br>    .0.. .... .... .... = Uplink: 0<br>    Signal Level (dBm): 0<br>    Signal/Noise Ratio (dB): 0<br>    GSM Frame Number: 30<br>    Channel Type: CCCH (2)<br>    Antenna Number: 0<br>    Sub-Slot: 0<br></div><div><br></div><div>Perhaps the reception of the Thuraya signal is rather bad on my side. When I used the osmocom_fft to check the broadcast channel, I could not identify it. Switching to a homemade LHCP antenna didn't seem to help either.</div><div><br></div><div>I might try different locations next time. Currently I used a compass to roughly align my antenna direction towards the satellite (at 44deg E).</div><div>What do you think? Thank you in advance.<br></div><div><br></div><div>Best regards,</div><div>Johann</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 30, 2020 at 6:53 PM Sylvain Munaut <<a href="mailto:246tnt@gmail.com">246tnt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Johann,<br>
<br>
So, first wrt to different formula, the spec is definitely right ...<br>
(I mean it's the spec ...).<br>
However they are narrow channels and if your B210 is not GPS<br>
disciplined, its oscillator could be out quite a bit. It's default<br>
xtal is only rated to +- 20ppm and that's a 30 kHz error at 1.5 GHz<br>
... so you can be off by a full channel just with that.<br>
<br>
Second, the frequency you give to gmr1_rx_sdr.py is where to tune. In<br>
reality you want to tune not to the channel directly but a bit to the<br>
side so that the DC offset and 1/f noise at the center of the capture<br>
don't mess up the data. The script will automatically filter and<br>
recenter the proper frequency depending on the -a argument you passed<br>
to it.<br>
<br>
Finally that python script only does the sample and channelization,<br>
and saves to a cfile in /tmp it doesn't do any of the decoding at all.<br>
For that you need to also run gmr1_rx binary ( or gmr1_rx_live , see<br>
the live branch ) on the recording. And it's that one that will take<br>
the raw samples do all the demod and decoding of the channels and send<br>
the data to wireshark.<br>
<br>
Cheers,<br>
<br>
    Sylvain<br>
</blockquote></div></div>