osmo-bsc/openbsc/tests
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
..
abis abis_test: Fix the test case and calculate the right offset 2012-12-26 12:19:53 +01:00
bsc-nat nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" 2013-04-16 09:53:13 +02:00
channel abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags 2012-01-15 17:52:02 +01:00
db db: Link to the VTY library for the vty_config_unlock symbol 2013-03-21 11:12:56 +01:00
gprs gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information 2012-01-06 18:52:05 +01:00
gsm0408 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags 2012-01-15 17:52:02 +01:00
mgcp nat: We want the remote to respond to our DLCX request 2013-04-16 09:17:21 +02:00
si si: Partially implement the range encoding for the SI. 2012-10-22 15:23:58 +02:00
Makefile.am tests: Don't delete atconfig in clean 2012-12-26 12:26:09 +01:00
atlocal.in tests: Use atlocal/atlocal.in to enable/disable the NAT test 2012-01-09 22:53:04 +01:00
sms.txt move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
testsuite.at nat: Introduce a global IMSI barr list using red-black trees 2013-01-07 15:02:34 +01:00