mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
RBS2000: fix compiler warning about unhandled enum in switch()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user