From 7684cdd20c2363f73bfefe1ef3095f31947bbeb4 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 14 Apr 2013 09:00:51 +0200 Subject: host/mobile: Remove duplicate A5/1 support indication in vty 'show support' Patch-by: Martin Hauke Signed-off-by: Sylvain Munaut --- src/host/layer23/src/mobile/support.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/host/layer23/src/mobile/support.c b/src/host/layer23/src/mobile/support.c index 7c1d2feb..063733a7 100644 --- a/src/host/layer23/src/mobile/support.c +++ b/src/host/layer23/src/mobile/support.c @@ -160,7 +160,6 @@ void gsm_support_dump(struct osmocom_ms *ms, print(priv, " A5/5 : %s\n", SUP_SET(a5_5)); print(priv, " A5/6 : %s\n", SUP_SET(a5_6)); print(priv, " A5/7 : %s\n", SUP_SET(a5_7)); - print(priv, " A5/1 : %s\n", SUP_SET(a5_1)); switch (set->ch_cap) { case GSM_CAP_SDCCH: print(priv, " Channels : SDCCH only\n"); -- cgit v1.2.3