From acc4031cf5dc4b1625054bf74abbc60008c8a5c0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 27 May 2011 19:21:24 +0200 Subject: nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matches Match the used SMSC and the destination of the SMS and change the SMSC address if both are matched. --- openbsc/include/openbsc/bsc_nat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include/openbsc/bsc_nat.h') diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h index 4506160e6..97fa4fe2e 100644 --- a/openbsc/include/openbsc/bsc_nat.h +++ b/openbsc/include/openbsc/bsc_nat.h @@ -271,6 +271,8 @@ struct bsc_nat { char *smsc_rewr_name; struct llist_head smsc_rewr; + char *tpdest_match_name; + struct llist_head tpdest_match; /* USSD messages we want to match */ char *ussd_lst_name; -- cgit v1.2.3