osmo-bsc/openbsc/tests/bsc-nat
Holger Hans Peter Freyther c279e39c12 nat: Rename "struct sccp_connections" to "struct nat_sccp_connection"
The name sccp_connection is used in the osmo-sccp code, sccp_connections
was used in the NAT for tracking a sccp_connection. Rename it so it is
obvious that the struct belongs to the nat.

The rename was done with sed:
$ sed -i s,"struct sccp_connections","struct nat_sccp_connection",g \
		include/openbsc/*.h src/osmo-bsc_nat/* tests/*/*
2013-04-16 09:53:13 +02:00
..
Makefile.am nat: We want the remote to respond to our DLCX request 2013-04-16 09:17:21 +02:00
barr.cfg nat: Introduce a global IMSI barr list using red-black trees 2013-01-07 15:02:34 +01:00
barr_dup.cfg nat: Introduce a global IMSI barr list using red-black trees 2013-01-07 15:02:34 +01:00
bsc_data.c nat: Allow to re-write international numbers in the CC Setup messages 2013-04-16 09:20:06 +02:00
bsc_nat_test.c nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" 2013-04-16 09:53:13 +02:00
bsc_nat_test.ok nat: Introduce a global IMSI barr list using red-black trees 2013-01-07 15:02:34 +01:00