Attention is currently required from: msuraev.
1 comment:
File src/ctrl/control_vty.c:
Patch Set #5, Line 34: "bind A.B.C.D [<0-65535>]",
It looks like this only works if the application using libosmocore actually uses ctrl_vty_get_bind_port(). So this might be confusing the users, based on the vty parsing it seems it would always work, users might end up setting a port here and then wondering why it does not work.
Maybe indicate from the application that this feature is supported, and check for that in cfg_ctrl_bind_addr_cmd when the user attempts to set a port, and fail with error in case the application doesn't support it?
To view, visit change 30444. To unsubscribe, or for help writing mail filters, visit settings.