aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-29 02:30:50 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-21 12:23:27 +0200
commita3967579f8b290d19030f10aeb9c1c827bbf263c (patch)
tree0018903d41525ac5db4193069cbfd13d05757d8b /openbsc/include/openbsc/bsc_nat.h
parent749497eeb3cae13fa2252abcf93468ecd415f063 (diff)
nat: Move the DTAP unpacking into a new method
DTAP unpacking will be used by the USSD checking code
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 6fc0e6501..b6d040433 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -32,6 +32,7 @@
#include <osmocore/write_queue.h>
#include <osmocore/rate_ctr.h>
#include <osmocore/statistics.h>
+#include <osmocore/protocol/gsm_04_08.h>
#include <regex.h>
@@ -315,4 +316,6 @@ int bsc_nat_msc_is_connected(struct bsc_nat *nat);
int bsc_conn_type_to_ctr(struct sccp_connections *conn);
+struct gsm48_hdr *bsc_unpack_dtap(struct bsc_nat_parsed *parsed, struct msgb *msg, uint32_t *len);
+
#endif