neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/36988?usp=email )


Change subject: err log: output sigtran prim name instead of number
......................................................................

err log: output sigtran prim name instead of number

Change-Id: I14eb92a6c6d391873f0d6fc7d61205a13e635e6e
---
M src/osmo-bsc/osmo_bsc_sigtran.c
1 file changed, 11 insertions(+), 2 deletions(-)



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

diff --git a/src/osmo-bsc/osmo_bsc_sigtran.c b/src/osmo-bsc/osmo_bsc_sigtran.c
index a4d0f2d..a1aaaaf 100644
--- a/src/osmo-bsc/osmo_bsc_sigtran.c
+++ b/src/osmo-bsc/osmo_bsc_sigtran.c
@@ -364,8 +364,8 @@
                break;

        default:
-               LOGP(DMSC, LOGL_ERROR, "Unhandled SIGTRAN operation %s on 
primitive %u\n",
-                    get_value_string(osmo_prim_op_names, oph->operation), 
oph->primitive);
+               LOGP(DMSC, LOGL_ERROR, "Unhandled SIGTRAN operation %s on 
primitive %s\n",
+                    get_value_string(osmo_prim_op_names, oph->operation), 
osmo_scu_prim_type_name(oph->primitive));
                break;
        }


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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I14eb92a6c6d391873f0d6fc7d61205a13e635e6e
Gerrit-Change-Number: 36988
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-MessageType: newchange

Reply via email to