Change in openbsc[master]: nat: Log state of pending transaction

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Oct 12 15:05:49 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/11332


Change subject: nat: Log state of pending transaction
......................................................................

nat: Log state of pending transaction

Change-Id: I9f686404517bf8a2044cf59dd5bfaf90eb4f798f
---
M openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/32/11332/1

diff --git a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
index 06799bb..9fc8ba3 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
@@ -521,8 +521,8 @@
 	mgcp_endp = &nat->mgcp_cfg->trunk.endpoints[endpoint];
 
 	if (bsc_endp->transaction_id) {
-		LOGP(DMGCP, LOGL_ERROR, "Endpoint 0x%x had pending transaction: '%s'\n",
-		     endpoint, bsc_endp->transaction_id);
+		LOGP(DMGCP, LOGL_ERROR, "Endpoint 0x%x had pending transaction: '%s' state %d\n",
+		     endpoint, bsc_endp->transaction_id, bsc_endp->transaction_state);
 		talloc_free(bsc_endp->transaction_id);
 		bsc_endp->transaction_id = NULL;
 		bsc_endp->transaction_state = 0;

-- 
To view, visit https://gerrit.osmocom.org/11332
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f686404517bf8a2044cf59dd5bfaf90eb4f798f
Gerrit-Change-Number: 11332
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181012/31be71d0/attachment.htm>


More information about the gerrit-log mailing list