aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc/bsc_init.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-11-28 16:31:29 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-29 11:48:49 +0000
commitad47f7108aff5438bd2c6f7c0e898f4aa3b66fbe (patch)
treee5b40aaa22e7b4ba06d4a9a1831e0216749b2a59 /src/libbsc/bsc_init.c
parentd0f479e744873174e2b021a4f06ab688019d42b7 (diff)
auth: remove obsolete VTY commands
Authentication is no longer done in the BSC, the variables that set the authentication policy and the IMSI regex have no longer any effect. Remove auth policy and authorized-regexp Change-Id: Ie31b921b5fd0af5501ec0c77c0f08089c10075e2
Diffstat (limited to 'src/libbsc/bsc_init.c')
-rw-r--r--src/libbsc/bsc_init.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libbsc/bsc_init.c b/src/libbsc/bsc_init.c
index fa8c477e3..18742009f 100644
--- a/src/libbsc/bsc_init.c
+++ b/src/libbsc/bsc_init.c
@@ -477,14 +477,6 @@ static int bootstrap_bts(struct gsm_bts *bts)
return -EINVAL;
}
- if (bts->network->auth_policy == GSM_AUTH_POLICY_ACCEPT_ALL &&
- !bts->si_common.rach_control.cell_bar)
- LOGP(DNM, LOGL_ERROR, "\nWARNING: You are running an 'accept-all' "
- "network on a BTS that is not barred. This "
- "configuration is likely to interfere with production "
- "GSM networks and should only be used in a RF "
- "shielded environment such as a faraday cage!\n\n");
-
/* Control Channel Description is set from vty/config */
/* T3212 is set from vty/config */