Fixed bug non-initialization of sf_buffer in pdsch_ue

This commit is contained in:
ismagom 2015-02-12 11:33:24 +01:00
parent 34971b46f2
commit 5775025ca6
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ ue_sync_t ue_sync;
prog_args_t prog_args;
uint32_t sfn = 0; // system frame number
cf_t *sf_buffer;
cf_t *sf_buffer = NULL;
netsink_t net_sink, net_sink_signal;
int main(int argc, char **argv) {