Change in ...osmo-bsc[master]: bsc_subscr_conn_fsm: Log Tx of BSSMAP Clear Request with cause

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

Hoernchen gerrit-no-reply at lists.osmocom.org
Tue Jul 16 19:51:04 UTC 2019


Hello pespin,

I'd like you to do a code review. Please visit

    https://gerrit.osmocom.org/c/osmo-bsc/+/14809

to review the following change.


Change subject: bsc_subscr_conn_fsm: Log Tx of BSSMAP Clear Request with cause
......................................................................

bsc_subscr_conn_fsm: Log Tx of BSSMAP Clear Request with cause

Change-Id: I75a92e990d78824367caa8836787d799e6e653bd
---
M src/osmo-bsc/bsc_subscr_conn_fsm.c
1 file changed, 5 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/09/14809/1

diff --git a/src/osmo-bsc/bsc_subscr_conn_fsm.c b/src/osmo-bsc/bsc_subscr_conn_fsm.c
index 0830dee..bc5cb27 100644
--- a/src/osmo-bsc/bsc_subscr_conn_fsm.c
+++ b/src/osmo-bsc/bsc_subscr_conn_fsm.c
@@ -133,8 +133,12 @@
 static void gscon_bssmap_clear(struct gsm_subscriber_connection *conn,
 			       enum gsm0808_cause cause)
 {
-	struct msgb *resp = gsm0808_create_clear_rqst(cause);
+
+	struct msgb *resp;
 	int rc;
+
+	LOGPFSML(conn->fi, LOGL_DEBUG, "Tx BSSMAP CLEAR REQUEST(%s) to MSC\n", gsm0808_cause_name(cause));
+	resp = gsm0808_create_clear_rqst(cause);
 	if (!resp) {
 		LOGPFSML(conn->fi, LOGL_ERROR, "Unable to compose BSSMAP Clear Request message\n");
 		return;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I75a92e990d78824367caa8836787d799e6e653bd
Gerrit-Change-Number: 14809
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190716/f9243167/attachment.htm>


More information about the gerrit-log mailing list