OM2000: Add FIXME comments for missing resolving of RX/TX MO!

Change-Id: I45708df724c5fc3316eca6bd2ac2c0738b19a45b
This commit is contained in:
Harald Welte 2016-11-15 22:58:49 +01:00 committed by Alexander Couzens
parent 6d804b1a7e
commit 0722ffc743
1 changed files with 2 additions and 0 deletions

View File

@ -835,11 +835,13 @@ mo2nm_state(struct gsm_bts *bts, const struct abis_om2k_mo *mo)
trx = gsm_bts_trx_num(bts, mo->inst);
if (!trx)
return NULL;
/* FIXME */
break;
case OM2K_MO_CLS_RX:
trx = gsm_bts_trx_num(bts, mo->inst);
if (!trx)
return NULL;
/* FIXME */
break;
}