aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-11-29 15:04:46 +0100
committerdexter <pmaier@sysmocom.de>2017-11-30 08:18:45 +0000
commit3b18044859df15ffd2ad4c3e5c3d2c94a2923eb9 (patch)
tree882be36fed98a91c89ac05d0a9723cce072c4db9 /include
parentbad11ae8125cb9b08531ff40928d30a28d562019 (diff)
sccp-lite: remove obsolete VTY commands
remove obsolete vty commands: - token - auth-key - no auth-key Change-Id: I9101d750a424b8af46d603bc7c877229bbae8727
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bsc_msc_data.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/osmocom/bsc/bsc_msc_data.h b/include/osmocom/bsc/bsc_msc_data.h
index 4a283d165..a3e0106f1 100644
--- a/include/osmocom/bsc/bsc_msc_data.h
+++ b/include/osmocom/bsc/bsc_msc_data.h
@@ -72,10 +72,6 @@ struct bsc_msc_data {
/* Connection data */
- char *bsc_token;
- uint8_t bsc_key[16];
- uint8_t bsc_key_present;
-
int ping_timeout;
int pong_timeout;
struct osmo_timer_list ping_timer;