laforge has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/14608 )

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: Ief0ec314723ce1d23da334df2add73c36ebf19f3
---
M src/osmo-bsc/bsc_subscr_conn_fsm.c
1 file changed, 5 insertions(+), 1 deletion(-)

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



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/+/14608
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ief0ec314723ce1d23da334df2add73c36ebf19f3
Gerrit-Change-Number: 14608
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to