summaryrefslogtreecommitdiff
path: root/srsepc/src/mme/s1ap_ctx_mngmt_proc.cc
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-27 18:16:22 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2020-03-22 10:05:35 +0100
commiteaa64c7e484b55fdbf9a9ae40796317c263b6e40 (patch)
treeddabb2c0a78323d0cc05ca6f768b78482b9dbd5d /srsepc/src/mme/s1ap_ctx_mngmt_proc.cc
parent07cff9d9e75c95ca9976f78d508af6f05545491a (diff)
Spelling error fixes
Gbp-Pq: Name 0003-Spelling-error-fixes.patch
Diffstat (limited to 'srsepc/src/mme/s1ap_ctx_mngmt_proc.cc')
-rw-r--r--srsepc/src/mme/s1ap_ctx_mngmt_proc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/srsepc/src/mme/s1ap_ctx_mngmt_proc.cc b/srsepc/src/mme/s1ap_ctx_mngmt_proc.cc
index b9d599d..97453d0 100644
--- a/srsepc/src/mme/s1ap_ctx_mngmt_proc.cc
+++ b/srsepc/src/mme/s1ap_ctx_mngmt_proc.cc
@@ -191,7 +191,7 @@ s1ap_ctx_mngmt_proc::send_initial_context_setup_request(ue_emm_ctx_t *emm_ctx,
struct in_addr addr;
addr.s_addr = htonl(sgw_s1u_ip);
- m_s1ap_log->info("Sent Intial Context Setup Request. E-RAB id %d \n",erab_ctx_req->e_RAB_ID.E_RAB_ID);
+ m_s1ap_log->info("Sent Initial Context Setup Request. E-RAB id %d \n",erab_ctx_req->e_RAB_ID.E_RAB_ID);
m_s1ap_log->info("Initial Context -- S1-U TEID 0x%x. IP %s \n", sgw_s1u_teid,inet_ntoa(addr));
m_s1ap_log->console("Initial Context Setup Request -- eNB UE S1AP Id %d, MME UE S1AP Id %d\n",in_ctxt_req->eNB_UE_S1AP_ID.ENB_UE_S1AP_ID, in_ctxt_req->MME_UE_S1AP_ID.MME_UE_S1AP_ID);
m_s1ap_log->console("Initial Context Setup Request -- E-RAB id %d\n",erab_ctx_req->e_RAB_ID.E_RAB_ID);