From 55b4f5cc2e7fd8d97547f2ee4db3a925428e9c25 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 29 Jan 2010 06:27:21 +0100 Subject: [nat] Prepare more sophisicated filtering and patching Introduce a bsc_nat_parse method to parse a IP Access method into various parts. Write out the IPA Proto, in case SCCP is used, store the msg type, pointers to the source/dest local reference and other information. Use the result of bsc_nat_parse inside the bsc_nat_filter method to decide if the message should be dropped or not. In the future the bsc_nat_parse result will be used for patching SCCP references and other parts of the message. The filter language should be able to filter the msg type of SCCP messages and gain the "NOT" word in the filter language. --- openbsc/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/configure.in') diff --git a/openbsc/configure.in b/openbsc/configure.in index 9dcda3633..c89bc8208 100644 --- a/openbsc/configure.in +++ b/openbsc/configure.in @@ -51,4 +51,5 @@ AC_OUTPUT( tests/db/Makefile tests/channel/Makefile tests/sccp/Makefile + tests/bsc-nat/Makefile Makefile) -- cgit v1.2.3