Attention is currently required from: dexter.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/33308 )
Change subject: mgcp-client: Add keepalive feature ......................................................................
Patch Set 6:
(2 comments)
File src/libosmo-mgcp-client/mgcp_client_vty.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/33308/comment/9bfd6080_aacbaf08 PS4, Line 311: "Monitor if the MGCP link against MGW is still usable\n"
Maybe "Monitor MGW availability", […]
As mentioned, I think it's better to keep as is to focus on the "link".
File src/libosmo-mgcp-client/mgcp_client_vty.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/33308/comment/bd0f72d0_088dbafd PS5, Line 674: cli && cli->conn_up ? "UP" : "DOWN",
After applying Harald's idea, this line would be something like: […]
Done