Close rf device after use

This commit is contained in:
Paul Sutton 2020-04-27 20:30:29 +01:00 committed by Andre Puschmann
parent eaec5efde5
commit 8692e08737
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ int param_test(const char* args_param, const int num_channels)
return SRSLTE_ERROR;
}
srslte_rf_close(&enb_radio);
return SRSLTE_SUCCESS;
}