Attention is currently required from: pespin.
iedemam 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 3:
(3 comments)
Patchset:
PS3: Thanks @pespin@sysmocom.de. Updated accordingly.
File src/utils/meas_json.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/40224/comment/fef3b455_16211fbf?usp=... : PS2, Line 47: static char *bind_ip = NULL;
No need to "= NULL", global vars are zero-initialized by default.
Done
https://gerrit.osmocom.org/c/osmo-bsc/+/40224/comment/eee0b969_2c648a29?usp=... : PS2, Line 257: bind_ip = NULL;
Not needed, global vars are zero-initialized by default.
Done