RBS2000: fix compiler warning about unhandled enum in switch()

This commit is contained in:
Harald Welte 2011-02-13 19:35:39 +01:00
parent cca849a825
commit 82b03a1f2b
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ int gsm_set_bts_type(struct gsm_bts *bts, enum gsm_bts_type type)
bts->c0->nominal_power = 23;
break;
case GSM_BTS_TYPE_BS11:
break;
case GSM_BTS_TYPE_RBS2000:
case GSM_BTS_TYPE_UNKNOWN:
break;
}