[MERGED] osmo-iuh[master]: hnbgw: rua rx: fix rc and log unhandled Private Msg

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Nov 27 18:27:33 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: hnbgw: rua rx: fix rc and log unhandled Private Msg
......................................................................


hnbgw: rua rx: fix rc and log unhandled Private Msg

Fixes: CID#57949
Change-Id: I822888a3cf450e2787fc352e0352aed92236ddb7
---
M src/hnbgw_rua.c
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/hnbgw_rua.c b/src/hnbgw_rua.c
index 2c34421..0ca64d3 100644
--- a/src/hnbgw_rua.c
+++ b/src/hnbgw_rua.c
@@ -475,6 +475,9 @@
 		rc = rua_rx_init_err_ind(msg, &imsg->value);
 		break;
 	case RUA_ProcedureCode_id_privateMessage:
+		LOGP(DRUA, LOGL_NOTICE,
+		     "Unhandled: RUA Initiating Msg: Private Msg\n");
+		rc = 0;
 		break;
 	default:
 		LOGP(DRUA, LOGL_NOTICE, "Unknown RUA Procedure %u\n",

-- 
To view, visit https://gerrit.osmocom.org/1305
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I822888a3cf450e2787fc352e0352aed92236ddb7
Gerrit-PatchSet: 2
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list