Merge pull request #56 from djanderson/patch-1

pdsch_enode: write requested number of frames to file
master
Ismael Gómez-Miguelez 9 years ago
commit a2c42df1dc

@ -653,8 +653,8 @@ int main(int argc, char **argv) {
start_of_burst=false;
#endif
}
nf++;
}
nf++;
sfn = (sfn + 1) % 1024;
}

Loading…
Cancel
Save