Max has uploaded this change for review. ( https://gerrit.osmocom.org/11645


Change subject: BSC: log number of expected/seen *CX messages on failure
......................................................................

BSC: log number of expected/seen *CX messages on failure

Change-Id: I3b743aaf9d68f2f332660d819d38ad8212484e00
---
M bsc/MSC_ConnectionHandler.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/45/11645/1

diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index 003813a..4b7a297 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -817,10 +817,10 @@
                    ", mdcx_seen=", g_media.mgcp_conn[i].mdcx_seen, ", 
mdcx_seen_exp=", g_media.mgcp_conn[i].mdcx_seen_exp);

                if(g_media.mgcp_conn[i].crcx_seen != 
g_media.mgcp_conn[i].crcx_seen_exp) {
-                       Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, 
"unexpected number of MGW-CRCX transactions");
+                       Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, 
"unexpected number of MGW-CRCX transactions on g_media.mgcp_conn[" & int2str(i) 
& "]");
                }
                if(g_media.mgcp_conn[i].mdcx_seen != 
g_media.mgcp_conn[i].mdcx_seen_exp) {
-                       Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, 
"unexpected number of MGW-MDCX transactions");
+                       Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, 
"unexpected number of MGW-MDCX transactions on g_media.mgcp_conn[" & int2str(i) 
& "]");
                }
        }
 }

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b743aaf9d68f2f332660d819d38ad8212484e00
Gerrit-Change-Number: 11645
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msur...@sysmocom.de>

Reply via email to