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-06-15 20:24:19 +0800
commitb606101011297d41765a2229a7160b96c78ab05c (patch)
treeb4fbd986f8246a164c27bcb31fa3c3cbd24540b2 /openbsc/include/openbsc/bsc_nat.h
parent34a96aeb324ae96034c77c0aeb9fff05564fe552 (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;