Attention is currently required from: osmith. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27928 )
Change subject: abis_nm: tweak unknown feature check ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
File src/osmo-bsc/abis_nm.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/27928/comment/5e8a5bcf_bfdcf5ad PS1, Line 601: Frep Frep is here intentionally, because the feature vector is always aligned to N * 8 bits, so there can be padding bits (zeroes) and we should not treat them as unknown features. See the loop condition above: i < len * 8.