OM2000: Make sure to set the Associated SO to 255 in case of RX/TX

This commit is contained in:
Harald Welte 2011-03-05 16:21:01 +01:00
parent 52af3aee5a
commit 53492c86e8
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ static void om2k_trx_to_mo(struct abis_om2k_mo *mo,
mo->class = cls;
mo->bts = 0;
mo->inst = trx->nr;
mo->assoc_so = 0;
mo->assoc_so = 255;
}
static void om2k_ts_to_mo(struct abis_om2k_mo *mo,