pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/40159?usp=email )
Change subject: Change level ERROR->NOTICE trying to transmit msg if RUA disconnected ......................................................................
Change level ERROR->NOTICE trying to transmit msg if RUA disconnected
Change-Id: I22210e1699709853a9a8bc828cbe5d6379e79e08 --- M src/osmo-hnbgw/context_map_rua.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/59/40159/1
diff --git a/src/osmo-hnbgw/context_map_rua.c b/src/osmo-hnbgw/context_map_rua.c index ca1a6ed..d408ddd 100644 --- a/src/osmo-hnbgw/context_map_rua.c +++ b/src/osmo-hnbgw/context_map_rua.c @@ -278,7 +278,7 @@ { struct msgb *ranap_msg = data; if (msg_has_l2_data(ranap_msg)) - LOGPFSML(fi, LOGL_ERROR, "RUA not connected, cannot dispatch RANAP message\n"); + LOGPFSML(fi, LOGL_NOTICE, "RUA not connected, cannot dispatch RANAP message\n"); /* Ignore all events. */ }