From cd7008a26935f2ba97e3516f3cd69a680cfe52ba Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Thu, 15 Nov 2018 16:33:16 +0100 Subject: [PATCH] fix typo --- srsepc/src/mme/s1ap_ctx_mngmt_proc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srsepc/src/mme/s1ap_ctx_mngmt_proc.cc b/srsepc/src/mme/s1ap_ctx_mngmt_proc.cc index 1952ff1a6..e6be98649 100644 --- a/srsepc/src/mme/s1ap_ctx_mngmt_proc.cc +++ b/srsepc/src/mme/s1ap_ctx_mngmt_proc.cc @@ -266,8 +266,8 @@ s1ap_ctx_mngmt_proc::handle_ue_context_release_request(LIBLTE_S1AP_MESSAGE_UECON //Delete user plane context at the SPGW (but keep GTP-C connection). if (ecm_ctx->state == ECM_STATE_CONNECTED) { //There are active E-RABs, send release access mearers request - m_s1ap_log->console("There are active E-RABs, send release access mearers request\n"); - m_s1ap_log->info("There are active E-RABs, send release access mearers request\n"); + m_s1ap_log->console("There are active E-RABs, send release access bearers request\n"); + m_s1ap_log->info("There are active E-RABs, send release access bearers request\n"); //The handle_release_access_bearers_response function will make sure to mark E-RABS DEACTIVATED //It will release the UEs downstream S1-u and keep the upstream S1-U connection active.