Use ogs_expect()

This commit is contained in:
Sukchan Lee 2019-08-27 22:51:30 +09:00
parent 848140bc90
commit 9c5f1334cb
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 2a68d5fda233702a4a84c86f89fe9bff4f5b1082
Subproject commit ad2ba7001080f6c503ec882673476d53841ac6c5

View File

@ -350,7 +350,7 @@ void s1ap_handle_uplink_nas_transport(
ogs_assert(ENB_UE_S1AP_ID);
enb_ue = enb_ue_find_by_enb_ue_s1ap_id(enb, *ENB_UE_S1AP_ID);
ogs_expect_or_return(enb_ue, return);
ogs_expect(enb_ue, return);
ogs_debug(" ENB_UE_S1AP_ID[%d] MME_UE_S1AP_ID[%d]",
enb_ue->enb_ue_s1ap_id, enb_ue->mme_ue_s1ap_id);