From e0869104c6d78c05980ab96bfdb61d4638735559 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Thu, 17 Jun 2021 21:26:34 +0900 Subject: [PATCH] [PCF] fix the crash during UE attach (#1059) --- src/pcf/npcf-handler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pcf/npcf-handler.c b/src/pcf/npcf-handler.c index cafcea14d..4ab3ad15d 100644 --- a/src/pcf/npcf-handler.c +++ b/src/pcf/npcf-handler.c @@ -107,7 +107,6 @@ bool pcf_npcf_am_policy_contrtol_handle_create(pcf_ue_t *pcf_ue, if (pcf_ue->pei) ogs_free(pcf_ue->pei); pcf_ue->pei = ogs_strdup(PolicyAssociationRequest->pei); - ogs_assert(pcf_ue->pei); Guami = PolicyAssociationRequest->guami; if (Guami && Guami->amf_id &&