10 comments:
File src/demod/simdemod3.grc:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
Patch Set #1, Line 13: (this option is disabled for the version commited to osmo-tetra)
'commited' may be misspelled - perhaps 'committed'?
File src/demod/simdemod3.py:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
Patch Set #1, Line 10: # Description: cqpsk demodulator for tetra. based on pi4dqpsk_rx.grc (by 'Luca Bortolotti' @optiluca) from https://gitlab.com/larryth/tetra-kit/ . It is meant as a replacement for simdemod2.py, taked the data from stdin, and dumpd demodulated data to STDOUT. Also sends via UDP the information how much the signal is mistuned (this option is disabled for the version commited to osmo-tetra)
'commited' may be misspelled - perhaps 'committed'?
File src/receiver1udp:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
Patch Set #1, Line 5: # This is an example how to get I/Q data via udp packets,
trailing whitespace
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
trailing whitespace
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
trailing whitespace
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
Patch Set #1, Line 40: 3.10)
trailing whitespace
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
trailing whitespace
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
Patch Set #1, Line 45: echo "Unsuported gnuradio version $GR_VERSION"
'Unsuported' may be misspelled - perhaps 'Unsupported'?
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
Patch Set #1, Line 62: socat -b 4096 UDP-RECV:${UDP_PORT} STDOUT | demod/simdemod2.py -o /dev/stdout -i /dev/stdin | ./float_to_bits -a /dev/stdin /dev/stdout | ./tetra-rx /dev/stdin
trailing whitespace
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-10691):
Patch Set #1, Line 68: echo "Dont know how to handle pythin version [$PYT]"
trailing whitespace
To view, visit change 34222. To unsubscribe, or for help writing mail filters, visit settings.