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 7:
(2 comments)
File tests/nanobts_omlattr/nanobts_omlattr_test.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2032): https://gerrit.osmocom.org/c/osmo-bsc/+/30602/comment/7012e4c7_cc63112b PS7, 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-2032): https://gerrit.osmocom.org/c/osmo-bsc/+/30602/comment/11b288e9_1ca9f204 PS7, 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'