osmo-bsc-nat/src/osmo-bsc-nat
Oliver Smith 5c11306e45 bsc_nat_fsm: tweak get_peer_addr
Rename the function from sccp_sap_get_peer_addr_in to get_peer_addr to
make the code using it slightly more readable.  The _in at the end of
the function is not needed anymore, this was used to differentiate from
peer_addr_out which was used in the caller code before the connection
mapping was implemented in I1556aa665fbb0a97507f98794e74820731fa6935.
Now instead of peer_addr_out, subscr_conn->bsc->addr or
subscr_conn->msc->addr are used.

Rename variable arguments to sccp_inst and addr to be consistent with
the variable names in the callers.

Related: SYS#5560
Change-Id: Ie023360724254be54cbaac4490b0341dfe68399f
2022-03-23 09:22:21 +00:00
..
Makefile.am Support forwarding messages with multiple BSCs 2022-03-21 16:36:32 +01:00
bsc.c Support forwarding messages with multiple BSCs 2022-03-21 16:36:32 +01:00
bsc_nat.c Support forwarding messages with multiple BSCs 2022-03-21 16:36:32 +01:00
bsc_nat_fsm.c bsc_nat_fsm: tweak get_peer_addr 2022-03-23 09:22:21 +00:00
bssap.c Send RESET to MSC on start up 2022-03-21 16:36:32 +01:00
logging.c treewide: tweak includes 2022-03-10 18:52:31 +01:00
main.c Store MSC 2022-03-21 16:36:32 +01:00
msc.c Support forwarding messages with multiple BSCs 2022-03-21 16:36:32 +01:00
msc_fsm.c sccp_sap_up_ran: ignore RAN until MSC is connected 2022-03-21 16:36:32 +01:00
subscr_conn.c Support forwarding messages with multiple BSCs 2022-03-21 16:36:32 +01:00
vty.c bsc_nat: use sub-structs for cn, ran 2022-03-21 16:36:32 +01:00