Commit a7713302 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/demote_deprioritisationReq' into integration_2026_w29

demote LOG_E for RRC Release with deprioritisationReq (#287)
Reviewed-by: default avatarRobert Schmidt <robert.schmidt@openairinterface.org>
parents 05e9ff81 7ea1d994
...@@ -3470,7 +3470,7 @@ void handle_RRCRelease(NR_UE_RRC_INST_t *rrc) ...@@ -3470,7 +3470,7 @@ void handle_RRCRelease(NR_UE_RRC_INST_t *rrc)
if (rrcReleaseIEs->cellReselectionPriorities) if (rrcReleaseIEs->cellReselectionPriorities)
LOG_E(NR_RRC, "cellReselectionPriorities in RRCRelease not handled\n"); LOG_E(NR_RRC, "cellReselectionPriorities in RRCRelease not handled\n");
if (rrcReleaseIEs->deprioritisationReq) 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) { if (rrcReleaseIEs->suspendConfig) {
suspend = true; suspend = true;
// procedures to go in INACTIVE state // 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