aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 20:43:52 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 20:45:16 +0800
commit4fcf80a59a58f920862eb6db5135e8d01e9b5e12 (patch)
tree6f9140741ebba659cb7ea59739b6764247f0f8d8 /openbsc/include
parent31e0bafa1063e83d2a78241f35ff56c7792096c6 (diff)
[nat] Make the refusal more complicated to support more MSCs
We will need to confirm the connection, then we can send the GSM48 message, then we need to close the connection... the embedding in the refusal method was way too easy..
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 64be6b36f..00d2cba13 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -47,6 +47,7 @@ enum {
NAT_CON_TYPE_LU,
NAT_CON_TYPE_CM_SERV_REQ,
NAT_CON_TYPE_PAG_RESP,
+ NAT_CON_TYPE_LOCAL_REJECT,
NAT_CON_TYPE_OTHER,
};