aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 22:06:28 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 22:06:28 +0800
commite265db68b062d9726a82c6b50c1c397e4a2170b7 (patch)
tree4f393bfd7aa79c74eccefc9010491c2bb9b03259 /openbsc/include/openbsc/bsc_nat.h
parentfdc4a9386f64462511b044fa68a2c3901d936b12 (diff)
[nat] Allow to set the description for the bsc.
This will allow to add description to each BSC.
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index ed1e5cd9e..455e46e71 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -149,6 +149,8 @@ struct bsc_config {
unsigned int lac;
int nr;
+ char *description;
+
/* imsi white and blacklist */
char *imsi_allow;
regex_t imsi_allow_re;