Added High Speed Train model to channel emulator

This commit is contained in:
Xavier Arteaga 2019-07-23 15:58:03 +02:00 committed by Xavier Arteaga
parent 6eb26be34e
commit 9ea9aab39d
1 changed files with 1 additions and 1 deletions

View File

@ -86,4 +86,4 @@ void srslte_channel_hst_free(srslte_channel_hst_t* q)
if (q) {
bzero(q, sizeof(srslte_channel_hst_t));
}
}
}