Commit ed733eb6 authored by Hitesh07's avatar Hitesh07

small fix

parent c7641a44
...@@ -681,7 +681,7 @@ int main(int argc, char **argv) ...@@ -681,7 +681,7 @@ int main(int argc, char **argv)
UE_mac->scheduled_response.frame = frame; UE_mac->scheduled_response.frame = frame;
UE_mac->scheduled_response.slot = slot; UE_mac->scheduled_response.slot = slot;
for (SNR=snr0 ; SNR< snr1 ; SNR+=.5) { for (SNR=snr0 ; SNR< snr1 ; SNR+=.2) {
n_errors = 0; n_errors = 0;
//n_errors2 = 0; //n_errors2 = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment