Attention is currently required from: csaba.sipos, laforge.
pespin has posted comments on this change by csaba.sipos. ( https://gerrit.osmocom.org/c/osmo-bsc/+/39416?usp=email )
Change subject: nokia_site: Add object_identity, object_state and object_identity_state attributes ......................................................................
Patch Set 21:
(1 comment)
File src/osmo-bsc/bts_nokia_site.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/39416/comment/4378a375_ac456d6b?usp=... : PS21, Line 1860: !FIND_ELEM(noh->data, len_data, NOKIA_EI_OBJ_STATE, &object_state, sizeof(object_state))) {
Sounds like you are using a different indentation config, ie 1 tab = 4 spaces vs 1 tab = 8 spaces. […]
BTW, FYI, in general in if the column doesn't fit exactly at the tab boundary, you need to add some space chars to move the code a bit more to the right.