Attention is currently required from: osmith.
1 comment:
File src/osmo-bsc/abis_nm.c:
Patch Set #1, Line 603: if (i >= _NUM_BTS_FEAT) {
I'd rather put this check before the osmo_bts_has_feature() one, because otherwise you'll probably never print the LOGPMO below for "unknwon features", since it will actually most probably be osmo_bts_has_feature(&bts->features, i) == false.
To view, visit change 27919. To unsubscribe, or for help writing mail filters, visit settings.