Attention is currently required from: fixeria, lynxis lazus.
4 comments:
File include/osmocom/bsc/bts_setup_ramp.h:
Patch Set #3, Line 31: BTS_SETUP_RAMP_INIT, /** initial state */
(osmo-bsc doesn't generate doxygen, but just saying:
the correct doxygen syntaxes here would be
BTS_FOO, /*< foo */
because otherwise it is seen as comment for the subsequent line;
or
/*! foo */
BTS_FOO
because osmocom has decided on '/*!' instead of the IMHO nicer '/**' )
File src/osmo-bsc/bsc_vty.c:
Patch Set #1, Line 1284: "allow-bts-configuration <0-65535>",
What I actually suggest is to implement it as 'bts <0-255> bts-unblock-bringup-ramping', so that it' […]
(i also prefer 'bts <0-255> foo')
File src/osmo-bsc/bts_setup_ramp.c:
Patch Set #3, Line 62: * \brief Unblock a BTS from BTS setup ramping to allow it to setup and configure.
please don't use '\brief', our doxygen config has AUTOBRIEF set
Patch Set #3, Line 77: * \brief Timer callback and called by bts_setup_ramp_deactivate
drop \brief and end the line with a period (same below)
To view, visit change 29788. To unsubscribe, or for help writing mail filters, visit settings.