mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
nat: Print a MSG when receiving unknown SCCP messages.
This commit is contained in:
@@ -225,6 +225,9 @@ static int forward_sccp_to_bts(struct msgb *msg)
|
||||
default:
|
||||
goto exit;
|
||||
}
|
||||
|
||||
if (!con)
|
||||
LOGP(DNAT, LOGL_ERROR, "Unknown connection for msg type: 0x%x.\n", parsed->sccp_type);
|
||||
}
|
||||
|
||||
talloc_free(parsed);
|
||||
|
Reference in New Issue
Block a user