Commit c7641a44 authored by Hitesh07's avatar Hitesh07

small fix

parent b16538c5
......@@ -681,13 +681,13 @@ int main(int argc, char **argv)
UE_mac->scheduled_response.frame = frame;
UE_mac->scheduled_response.slot = slot;
for (SNR= -10 ; SNR< 2 ; SNR+=.5) {
for (SNR=snr0 ; SNR< snr1 ; SNR+=.5) {
n_errors = 0;
//n_errors2 = 0;
//n_alamouti = 0;
for (trial=0; trial< 1000 ; trial++) {
for (trial=0; trial< n_trials ; trial++) {
// multipath channel
//multipath_channel(gNB2UE,s_re,s_im,r_re,r_im,frame_length_complex_samples,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