aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-16 11:14:34 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-16 11:16:37 +0100
commit7694381f52983f95320f8e01f4d8b4cca934dfff (patch)
tree26129a66f8718eefdb6bb882ccc558f72b12baf7 /include
parent594ee9a8c444034d75f995e0efbae646ddae2761 (diff)
udt: Add a forward_only to the bsc struct and use it for the msc_conn
Simply forward everything, no need for inspecting things.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index a83d089..9030910 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -115,6 +115,8 @@ struct bsc_data {
uint16_t mcc;
uint16_t mnc;
uint16_t lac;
+
+ int forward_only;
};
/* bsc related functions */