Commit 7ea1d994 authored by Francesco Mani's avatar Francesco Mani

demote LOG_E for RRC Release with deprioritisationReq

Signed-off-by: default avatarFrancesco Mani <email@francescomani.it>
parent 0dab3bb6
......@@ -3472,7 +3472,7 @@ void handle_RRCRelease(NR_UE_RRC_INST_t *rrc)
if (rrcReleaseIEs->cellReselectionPriorities)
LOG_E(NR_RRC, "cellReselectionPriorities in RRCRelease not handled\n");
if (rrcReleaseIEs->deprioritisationReq)
LOG_E(NR_RRC, "deprioritisationReq in RRCRelease not handled\n");
LOG_I(NR_RRC, "deprioritisationReq in RRCRelease not applied, UE doesn't support release with deprioritisation\n");
if (rrcReleaseIEs->suspendConfig) {
suspend = true;
// procedures to go in INACTIVE state
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment