epc,nas: remove logging error when UE sends service request in ECM_STATE_CONNECTED

this causes errors to be logged without really failing anything.
UE might send this after a reestablishment.
This commit is contained in:
Andre Puschmann 2022-01-19 13:10:29 +01:00
parent aaceb029eb
commit 994c3127fa
1 changed files with 0 additions and 4 deletions

View File

@ -635,8 +635,6 @@ bool nas::handle_service_request(uint32_t m_tmsi,
srsran::console("Service Request -- Short MAC valid\n");
nas_logger.info("Service Request -- Short MAC valid");
if (ecm_ctx->state == ECM_STATE_CONNECTED) {
nas_logger.error("Service Request -- User is ECM CONNECTED");
// Release previous context
nas_logger.info("Service Request -- Releasing previouse ECM context. eNB S1AP Id %d, MME UE S1AP Id %d",
ecm_ctx->enb_ue_s1ap_id,
@ -688,8 +686,6 @@ bool nas::handle_service_request(uint32_t m_tmsi,
srsran::console("Service Request -- Short MAC invalid\n");
nas_logger.info("Service Request -- Short MAC invalid");
if (ecm_ctx->state == ECM_STATE_CONNECTED) {
nas_logger.error("Service Request -- User is ECM CONNECTED");
// Release previous context
nas_logger.info("Service Request -- Releasing previouse ECM context. eNB S1AP Id %d, MME UE S1AP Id %d",
ecm_ctx->enb_ue_s1ap_id,