Pau Espin Pedrol has posted comments on this change. ( https://gerrit.osmocom.org/12153 )
Change subject: add osmo_bsc2str() ...................................................................... Patch Set 2: Code-Review-1 (3 comments) https://gerrit.osmocom.org/#/c/12153/2//COMMIT_MSG Commit Message: https://gerrit.osmocom.org/#/c/12153/2//COMMIT_MSG@7 PS2, Line 7: add osmo_bsc2str() typo: bcd2str https://gerrit.osmocom.org/#/c/12153/2/include/osmocom/core/utils.h File include/osmocom/core/utils.h: https://gerrit.osmocom.org/#/c/12153/2/include/osmocom/core/utils.h@52 PS2, Line 52: int osmo_bcd2str(char *dst, size_t dst_size, const uint8_t bcd[], int start_nibble, int end_nibble); Why using bcd[] instead of *bcd? https://gerrit.osmocom.org/#/c/12153/2/src/utils.c File src/utils.c: https://gerrit.osmocom.org/#/c/12153/2/src/utils.c@143 PS2, Line 143: int osmo_bcd2str(char *dst, size_t dst_size, const uint8_t bcd[], int start_nibble, int end_nibble) if it' strlen, then return is a size_t or unsigned int. -- To view, visit https://gerrit.osmocom.org/12153 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I86b09d37ceef33331c1a56046a5443127d6c6be0 Gerrit-Change-Number: 12153 Gerrit-PatchSet: 2 Gerrit-Owner: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: Jenkins Builder (1000002) Gerrit-Reviewer: Pau Espin Pedrol <[email protected]> Gerrit-Comment-Date: Thu, 06 Dec 2018 12:17:02 +0000 Gerrit-HasComments: Yes Gerrit-HasLabels: Yes
