1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-17 15:47:15 +00:00

Revert changes of bits_slices struct since it was not decoding the navigation message properly

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@205 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez
2012-07-02 19:53:52 +00:00
parent f6892a8bf3
commit 0d8b26de30
4 changed files with 107 additions and 115 deletions

View File

@@ -129,7 +129,7 @@ int gps_l1_ca_observables_cc::general_work (int noutput_items, gr_vector_int &ni
Gnss_Synchro **in = (Gnss_Synchro **) &input_items[0]; //Get the input pointer
Gnss_Synchro **out = (Gnss_Synchro **) &output_items[0]; //Get the output pointer
const unsigned int cd_channels = d_nchannels;
Gnss_Synchro current_gnss_synchro[d_nchannels];
Gnss_Synchro current_gnss_synchro[cd_channels];