phy_common: reduce log level to info when UL grant is tried to activate twice

in accordance with discussion in #2717 we reduce the log level to info
to avoid failing tests due to that event
This commit is contained in:
Andre Puschmann 2021-04-22 16:26:14 +02:00 committed by Xavier Arteaga
parent 1ccb62af3d
commit 7817f12f1f
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ void phy_common::set_ul_pending_grant(srsran_dl_sf_cfg_t* sf, uint32_t cc_idx, s
pending_grant.enable = true;
Debug("Set ul pending grant for sf->tti=%d current_tti=%d, pid=%d", tti_pusch_gr(sf), sf->tti, pid);
} else {
Warning("set_ul_pending_grant: sf->tti=%d, cc=%d already in use", sf->tti, cc_idx);
Info("set_ul_pending_grant: sf->tti=%d, cc=%d already in use", sf->tti, cc_idx);
}
}