Attention is currently required from: iedemam. pespin has posted comments on this change by iedemam. ( https://gerrit.osmocom.org/c/osmo-bsc/+/40224?usp=email )
Change subject: meas_json: add command line option to specify binding ip ...................................................................... Patch Set 2: (2 comments) File src/utils/meas_json.c: https://gerrit.osmocom.org/c/osmo-bsc/+/40224/comment/a554e367_2a1128f3?usp=email : PS2, Line 47: static char *bind_ip = NULL; No need to "= NULL", global vars are zero-initialized by default. https://gerrit.osmocom.org/c/osmo-bsc/+/40224/comment/2c9e4d71_d5b49132?usp=email : PS2, Line 257: bind_ip = NULL; Not needed, global vars are zero-initialized by default. -- To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/40224?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I3baa80c95b373e3f9483a2778bd195ff99bbdec0 Gerrit-Change-Number: 40224 Gerrit-PatchSet: 2 Gerrit-Owner: iedemam <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-CC: pespin <[email protected]> Gerrit-Attention: iedemam <[email protected]> Gerrit-Comment-Date: Tue, 06 May 2025 11:19:31 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No
