hnbgw_hnbap: Print HNBAP Cause during UE De-Register

This commit is contained in:
Harald Welte 2015-12-25 10:32:37 +01:00
parent 831e1ee8f4
commit 2963ee2505
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@ static int hnbgw_rx_ue_deregister(struct hnb_context *ctx, ANY_t *in)
ctxid = asn1bitstr_to_u24(&ies.context_ID);
DEBUGP(DHNBAP, "UE-DE-REGSITER context=%ld cause=%ld\n",
ctxid, ies.cause);
DEBUGP(DHNBAP, "UE-DE-REGSITER context=%ld cause=%s\n",
ctxid, hnbap_cause_str(&ies.cause));
ue = ue_context_by_id(ctx->gw, ctxid);
if (ue)