aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_hnbap.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-25 10:33:09 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-25 10:33:09 +0100
commit706213ac4bc9bee19ecd5d65c500a8996ea3ed45 (patch)
tree28b9842043e41ea2c4a54e10f1fda7e37b381622 /src/hnbgw_hnbap.c
parent2963ee2505393514a12ff5cf3ed73c5e92f3dafc (diff)
Fix typo / spelling mistakes
Diffstat (limited to 'src/hnbgw_hnbap.c')
-rw-r--r--src/hnbgw_hnbap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hnbgw_hnbap.c b/src/hnbgw_hnbap.c
index ed10df7..87dc343 100644
--- a/src/hnbgw_hnbap.c
+++ b/src/hnbgw_hnbap.c
@@ -166,7 +166,7 @@ static int hnbgw_rx_ue_register_req(struct hnb_context *ctx, ANY_t *in)
return -1;
}
- DEBUGP(DHNBAP, "UE-REGSITER-REQ ID_type=%d imsi=%s cause=%ld\n",
+ DEBUGP(DHNBAP, "UE-REGISTER-REQ ID_type=%d imsi=%s cause=%ld\n",
ies.uE_Identity.present, imsi, ies.registration_Cause);
ue = ue_context_by_imsi(ctx->gw, imsi);
@@ -190,7 +190,7 @@ 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=%s\n",
+ DEBUGP(DHNBAP, "UE-DE-REGISTER context=%ld cause=%s\n",
ctxid, hnbap_cause_str(&ies.cause));
ue = ue_context_by_id(ctx->gw, ctxid);