laforge has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to