neels has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32529 )

Change subject: fix log msg typo 'Unsupportedccept'
......................................................................

fix log msg typo 'Unsupportedccept'

Change-Id: I8e334ec84809b69bfff36f95adf21f6e6ae041e1
---
M src/osmo-hnbgw/hnbgw_hnbap.c
1 file changed, 10 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  msuraev: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




diff --git a/src/osmo-hnbgw/hnbgw_hnbap.c b/src/osmo-hnbgw/hnbgw_hnbap.c
index a504e4a..395cca7 100644
--- a/src/osmo-hnbgw/hnbgw_hnbap.c
+++ b/src/osmo-hnbgw/hnbgw_hnbap.c
@@ -323,7 +323,7 @@
                break;

        default:
-               LOGHNB(hnb, DHNBAP, LOGL_ERROR, "Unsupportedccept UE ID 
(present=%d)\n", ue_id->present);
+               LOGHNB(hnb, DHNBAP, LOGL_ERROR, "Unsupported HNBAP UE Identity 
type (present=%d)\n", ue_id->present);
                return -1;
        }


--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/32529
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I8e334ec84809b69bfff36f95adf21f6e6ae041e1
Gerrit-Change-Number: 32529
Gerrit-PatchSet: 2
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: msuraev <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to