aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-11 13:28:42 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-11 13:28:42 +0800
commit38158fb9418f7355a01b2a2affb3288cb227b04d (patch)
tree3301d8cb79df574ab5f3b931b6762e2e0e68f684 /openbsc
parent2e4447baa55a711d0c9bcc9879baea8e47507ba6 (diff)
bsc: Set the copyright for the real BSC.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc/osmo_bsc_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/bsc/osmo_bsc_main.c b/openbsc/src/bsc/osmo_bsc_main.c
index e84450fa2..b35d53754 100644
--- a/openbsc/src/bsc/osmo_bsc_main.c
+++ b/openbsc/src/bsc/osmo_bsc_main.c
@@ -42,6 +42,7 @@ static struct log_target *stderr_target;
struct gsm_network *bsc_gsmnet = 0;
static const char *config_file = "openbsc.cfg";
static const char *rf_ctl = NULL;
+extern const char *openbsc_copyright;
static int daemonize = 0;
extern void bsc_vty_init(void);
@@ -159,6 +160,7 @@ int main(int argc, char **argv)
log_set_all_filter(stderr_target, 1);
/* This needs to precede handle_options() */
+ vty_info.copyright = openbsc_copyright;
vty_init(&vty_info);
bsc_vty_init();