@@ -3469,7 +3469,6 @@ status_code_e s1ap_mme_handle_path_switch_request(
34693469 }
34703470 /* Remove ue description from source eNB */
34713471 s1ap_remove_ue (state, ue_ref_p);
3472-
34733472 /* Mapping between mme_ue_s1ap_id, assoc_id and enb_ue_s1ap_id */
34743473 proto_map_uint32_uint32_t mmeid2associd_map;
34753474 mmeid2associd_map.map = state->mutable_mmeid2associd ();
@@ -3481,7 +3480,6 @@ status_code_e s1ap_mme_handle_path_switch_request(
34813480 ue_id_coll.insert (new_ue_ref_p->mme_ue_s1ap_id (),
34823481 new_ue_ref_p->comp_s1ap_id ());
34833482 s1ap_state_update_enb_map (state, assoc_id, &enb_association);
3484-
34853483 OAILOG_DEBUG_UE (
34863484 LOG_S1AP, imsi64,
34873485 " Associated sctp_assoc_id %d, enb_ue_s1ap_id " ENB_UE_S1AP_ID_FMT
@@ -4466,7 +4464,7 @@ status_code_e s1ap_handle_paging_request(
44664464 OAILOG_ERROR (LOG_S1AP, " paging_request is NULL\n " );
44674465 return RETURNerror;
44684466 }
4469- status_code_e rc = RETURNok ;
4467+ status_code_e rc = RETURNerror ;
44704468 uint8_t num_of_tac = 0 ;
44714469 uint16_t tai_list_count = paging_request->tai_list_count ;
44724470
@@ -4593,7 +4591,7 @@ status_code_e s1ap_handle_paging_request(
45934591 const paging_tai_list_t * p_tai_list = paging_request->paging_tai_list ;
45944592 for (auto itr = enb_map.map ->begin (); itr != enb_map.map ->end (); itr++) {
45954593 enb_ref_p = itr->second ;
4596- if (! enb_ref_p.sctp_assoc_id ()) {
4594+ if (enb_ref_p.sctp_assoc_id ()) {
45974595 if (enb_ref_p.s1_enb_state () == oai::S1AP_READY) {
45984596 oai::SupportedTaList enb_ta_list = enb_ref_p.supported_ta_list ();
45994597 if ((is_tai_found = s1ap_paging_compare_ta_lists (
0 commit comments