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=... : 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=... : PS2, Line 257: bind_ip = NULL; Not needed, global vars are zero-initialized by default.