Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/34492?usp=email )
Change subject: ASCI: Add group receive and transmit mode support to MM layer ......................................................................
Patch Set 1:
(4 comments)
File src/host/layer23/src/mobile/gsm48_mm.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11171): https://gerrit.osmocom.org/c/osmocom-bb/+/34492/comment/c83585cb_7a20f258 PS1, Line 277: * completely independant from the state of the MM layer. 'independant' may be misspelled - perhaps 'independent'?
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11171): https://gerrit.osmocom.org/c/osmocom-bb/+/34492/comment/ccc37e3f_ad5f5bb6 PS1, Line 3822: msg_type = (mm->vgcs_group_call) ? GSM48_MMGCC_GROUP_CNF: GSM48_MMBCC_GROUP_CNF; spaces required around that ':' (ctx:VxW)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11171): https://gerrit.osmocom.org/c/osmocom-bb/+/34492/comment/99c5b470_08d4b251 PS1, Line 3967: msg_type = (mm->vgcs_group_call) ? GSM48_MMGCC_UPLINK_CNF: GSM48_MMBCC_UPLINK_CNF; spaces required around that ':' (ctx:VxW)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11171): https://gerrit.osmocom.org/c/osmocom-bb/+/34492/comment/422042c4_38c79d66 PS1, Line 3993: msg_type = (mm->vgcs_group_call) ? GSM48_MMGCC_UPLINK_REL_IND: GSM48_MMBCC_UPLINK_REL_IND; spaces required around that ':' (ctx:VxW)