1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-21 17:44:52 +00:00

Work in progress for GPS L2C support:

- Patched GPS L2CM tracking pull-in code.
- Workaround for ViterbiDecoder bug
This commit is contained in:
Javier
2015-06-12 15:49:25 +02:00
parent 24c75a19db
commit adf73e0610
7 changed files with 116 additions and 127 deletions

View File

@@ -194,7 +194,7 @@ int gps_l2_m_telemetry_decoder_cc::general_work (int noutput_items, gr_vector_in
{
tmp_msg = valid_msgs.at(i).second;
d_CNAV_Message.decode_page(tmp_msg);
std::cout << "Valid CNAV frame with relative preamble start at " << valid_msgs.at(i).first << std::endl;
//std::cout << "Valid CNAV frame with relative preamble start at " << valid_msgs.at(i).first << std::endl;
flag_new_cnav_frame = true;
d_flag_valid_word = true;
last_frame_preamble_start = valid_msgs.at(i).first;