Attention is currently required from: osmith.
1 comment:
File src/osmo-bsc-nat/bsc_nat_fsm.c:
Patch Set #1, Line 74: static int sccp_sap_verify_called_addr(struct bsc_nat_ss7_inst *src, struct osmo_sccp_addr *called_addr,
I'm really not sure this belongs at application level. The SCCP stack underneath knows which users have subscribed to which SSN at which address, etc. and it will only pass those messages to the user which are intended for the user.
Think of a TCP socket where you have already bound a socket and then still do recvmsg to check if the destination address is what you expect.
To view, visit change 27257. To unsubscribe, or for help writing mail filters, visit settings.