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
This commit is contained in:
Oliver Smith 2022-02-17 17:57:45 +01:00
parent b80f2c33c8
commit 445dc2483e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static int sccp_sap_up(struct osmo_prim_hdr *oph, void *scu)
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;
}