Skip to content
Snippets Groups Projects
Commit 50aa4dcc authored by Alexandre Ferrieux's avatar Alexandre Ferrieux
Browse files

test commit - just whitespace

parent 6b662a3e
No related branches found
No related tags found
8 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1093Issue in generating NR PRACH for High Speed case,!1074PBCH test case support for non-zero bchpyload,!918Develop nfapi,!847Nr vcd,!809Develop Integration Branch -- 2020 week 17,!778WIP: Split73
......@@ -55,7 +55,7 @@ int receiveSubFrame(int sock, uint64_t expectedTS, void *bufferZone, int buffer
bufferZone+=ret;
}
}
} while ( !rcved || rcved < tmp->nbBlocks);
} while ( !rcved || rcved < tmp->nbBlocks );
return rcved;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment