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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgReview at https://gerrit.osmocom.org/1305 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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/05/1305/1 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: newchange Gerrit-Change-Id: I822888a3cf450e2787fc352e0352aed92236ddb7 Gerrit-PatchSet: 1 Gerrit-Project: osmo-iuh Gerrit-Branch: master Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>