mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
OM2000: Add FIXME comments for missing resolving of RX/TX MO!
Change-Id: I45708df724c5fc3316eca6bd2ac2c0738b19a45b
This commit is contained in:
committed by
Alexander Couzens
parent
6d804b1a7e
commit
0722ffc743
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user