summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2013-04-14 09:00:51 +0200
committerSylvain Munaut <tnt@246tNt.com>2013-04-14 09:00:51 +0200
commit7684cdd20c2363f73bfefe1ef3095f31947bbeb4 (patch)
tree9c294ae1a8cfee3a8ea0f9868220f65f43e2c72d
parentd27561b00fe53f2e85a0951a569ece48359d2fa5 (diff)
host/mobile: Remove duplicate A5/1 support indication in vty 'show support'
Patch-by: Martin Hauke <mardnh@gmx.de> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/host/layer23/src/mobile/support.c1
1 files changed, 0 insertions, 1 deletions
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");