Attention is currently required from: arehbein. Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/30602 )
Change subject: WIP: vty: Add check against sensible default value for Ny1 ......................................................................
Patch Set 8:
(2 comments)
File tests/nanobts_omlattr/nanobts_omlattr_test.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2034): https://gerrit.osmocom.org/c/osmo-bsc/+/30602/comment/f11967da_2f0d6d68 PS8, Line 127: static unsigned long const T3105_TESTVAL = 13; Move const after static - use 'static const unsigned long'
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2034): https://gerrit.osmocom.org/c/osmo-bsc/+/30602/comment/36b163f1_985a5150 PS8, Line 130: static unsigned long const NY1_TESTVAL = (GSM_T3124_MAX + GSM_NY1_REQ_DELTA)/T3105_TESTVAL + 1; Move const after static - use 'static const unsigned long'