neels has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/29/32529/1
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: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange