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>
This commit is contained in:
Sylvain Munaut 2013-04-14 09:00:51 +02:00
parent d27561b00f
commit 7684cdd20c
1 changed files with 0 additions and 1 deletions

View File

@ -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");