Skip to content
Snippets Groups Projects
Commit 50dda0e4 authored by knopp's avatar knopp
Browse files

Remove redundant log

parent e471d8b8
No related branches found
No related tags found
No related merge requests found
...@@ -260,9 +260,6 @@ int configure_fapi_dl_pdu(int Mod_idP, ...@@ -260,9 +260,6 @@ int configure_fapi_dl_pdu(int Mod_idP,
uint16_t *rbSize, uint16_t *rbSize,
uint16_t *rbStart) { uint16_t *rbStart) {
LOG_I(MAC, "Inside configure_fapi_dl_pdu() \n");
gNB_MAC_INST *nr_mac = RC.nrmac[Mod_idP]; gNB_MAC_INST *nr_mac = RC.nrmac[Mod_idP];
NR_COMMON_channels_t *cc = nr_mac->common_channels; NR_COMMON_channels_t *cc = nr_mac->common_channels;
NR_ServingCellConfigCommon_t *scc = cc->ServingCellConfigCommon; NR_ServingCellConfigCommon_t *scc = cc->ServingCellConfigCommon;
......
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