Attention is currently required from: lynxis lazus.
Jenkins Builder has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/libosmocore/+/38764?usp=email )
Change subject: gsm_utils: add gprs_tlli2tmsi() ......................................................................
Patch Set 3:
(2 comments)
File src/gsm/gsm_utils.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-19919): https://gerrit.osmocom.org/c/libosmocore/+/38764/comment/12040c4e_a136b7f3?u... : PS3, Line 1031: switch (gprs_tlli_type(tlli)) { switch and case should be at the same indent
File tests/gprs/gprs_test.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-19919): https://gerrit.osmocom.org/c/libosmocore/+/38764/comment/8c45c00c_4ea05227?u... : PS3, Line 113: static void test_ptmsi_tlli() Bad function definition - void test_ptmsi_tlli() should probably be void test_ptmsi_tlli(void)