Attention is currently required from: pespin.
neels has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/28820
)
Change subject: Move cbc_cell_id2str() and make it public
......................................................................
Patch Set 2:
(1 comment)
File src/cbc_data.c:
https://gerrit.osmocom.org/c/osmo-cbc/+/28820/comment/95c32c14_8a4bcf09
PS2, Line 40: static char buf[256];
any chance that this could become
char *cbc_cell_id2str_c(void *ctx, const... )
before it spreads to more code?
... to avoid static buffers, which hog mem and can be used only once per printf.
just an idea
--
To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28820
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I74ccbbc810a2fa76fb2999a7588b3f67d4d21e03
Gerrit-Change-Number: 28820
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-CC: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 28 Jul 2022 20:24:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment