Attention is currently required from: laforge, dexter.
Patch set 3:Code-Review +1
1 comment:
File src/osmo-bsc/abis_om2000.c:
Patch Set #2, Line 2303: memset(&nsd_bb_transc, 0, sizeof(nsd));
You mean basically copying nsd (trx) to nsd_bb_transc (bb_transc) I think thats problematic. […]
Not really, because the virtual bbtransc will always have the same state as the trx, so you an copy it from the trx one.
I think this code can really be cleaned up further, but anyway just adding +1.
To view, visit change 28896. To unsubscribe, or for help writing mail filters, visit settings.