Change in osmo-pcu[master]: nacc_fsm: Improve log when sending RIM RAN-INFO to gather SI from rem...

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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Feb 15 11:13:16 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/22916 )


Change subject: nacc_fsm: Improve log when sending RIM RAN-INFO to gather SI from remote cell
......................................................................

nacc_fsm: Improve log when sending RIM RAN-INFO to gather SI from remote cell

Change-Id: I6972f46f0f3223ce00672178e5610bd3a012fb19
---
M src/nacc_fsm.c
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/16/22916/1

diff --git a/src/nacc_fsm.c b/src/nacc_fsm.c
index 3afa8b5..df7cd7d 100644
--- a/src/nacc_fsm.c
+++ b/src/nacc_fsm.c
@@ -488,9 +488,12 @@
 		return;
 	}
 
+	LOGPFSML(fi, LOGL_INFO, "Tx RIM RAN-INFO to request SI of %s\n",
+		 osmo_cgi_ps_name(&ctx->cgi_ps));
 	rc = bssgp_tx_rim(&pdu, gprs_ns2_nse_nsei(ctx->ms->bts->nse));
 	if (rc < 0) {
-		LOGPFSML(fi, LOGL_ERROR, "Failed transmitting RIM PDU: %d\n", rc);
+		LOGPFSML(fi, LOGL_ERROR, "Failed transmitting RIM RAN-INFO %s PDU: %d\n",
+			 osmo_cgi_ps_name(&ctx->cgi_ps), rc);
 		nacc_fsm_state_chg(fi, NACC_ST_TX_CELL_CHG_CONTINUE);
 		return;
 	}

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I6972f46f0f3223ce00672178e5610bd3a012fb19
Gerrit-Change-Number: 22916
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210215/15ce86e4/attachment.htm>


More information about the gerrit-log mailing list