osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc-nat/+/27256 )
Change subject: bsc_nat_fsm: sccp_sap_up: err if not implemented
......................................................................
bsc_nat_fsm: sccp_sap_up: err if not implemented
Make it more obvious if a message is ignored, because it is not
implemented.
Related: SYS#5560
Change-Id: Ibc71e6aaed4fd51d090ab31fc3e49f3a82111506
---
M src/osmo-bsc-nat/bsc_nat_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc-nat refs/changes/56/27256/1
diff --git a/src/osmo-bsc-nat/bsc_nat_fsm.c b/src/osmo-bsc-nat/bsc_nat_fsm.c
index b24581a..e5767b1 100644
--- a/src/osmo-bsc-nat/bsc_nat_fsm.c
+++ b/src/osmo-bsc-nat/bsc_nat_fsm.c
@@ -144,7 +144,7 @@
break;
default:
- LOG_SCCP(src, NULL, LOGL_DEBUG, "%s(%s)\n", __func__,
osmo_scu_prim_name(oph));
+ LOG_SCCP(src, NULL, LOGL_ERROR, "%s(%s) is not implemented!\n", __func__,
osmo_scu_prim_name(oph));
break;
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc-nat/+/27256
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc-nat
Gerrit-Branch: master
Gerrit-Change-Id: Ibc71e6aaed4fd51d090ab31fc3e49f3a82111506
Gerrit-Change-Number: 27256
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange