Harald Welte has submitted this change and it was merged.

Change subject: sccp_scoc: Fix compilation warning and leave a pragma message
......................................................................


sccp_scoc: Fix compilation warning and leave a pragma message

Following warning was being printed:
warning: statement will never be executed [-Wswitch-unreachable]

The code in there seems not to be finished, so better leave the code and a
pragma message to get notified when we compile.

Change-Id: I4e2c482803954c984cb6792b11b4ea0fe674e269
---
M src/sccp_scoc.c
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/sccp_scoc.c b/src/sccp_scoc.c
index 3a2cb47..3d43448 100644
--- a/src/sccp_scoc.c
+++ b/src/sccp_scoc.c
@@ -938,10 +938,10 @@
        struct osmo_scu_prim *prim = NULL;
 
        switch (event) {
-       /* TODO: internal disco */
+#pragma message ("TODO: internal disco: send N-DISCONNECT.ind to user")
                /* send N-DISCONNECT.ind to user */
-               scu_gen_encode_and_send(conn, event, xua, 
OSMO_SCU_PRIM_N_DISCONNECT,
-                                       PRIM_OP_INDICATION);
+               /*scu_gen_encode_and_send(conn, event, xua, 
OSMO_SCU_PRIM_N_DISCONNECT,
+                                       PRIM_OP_INDICATION);*/
                /* fall-through */
        case SCOC_E_SCU_N_DISC_REQ:
                prim = data;

-- 
To view, visit https://gerrit.osmocom.org/3135
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4e2c482803954c984cb6792b11b4ea0fe674e269
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to