doc: correct reference and add deprecation notice

Change-Id: I46f1f070cb00c4c27247593527b0173e1fd5de67
This commit is contained in:
Max 2022-12-17 17:31:58 +03:00 committed by laforge
parent 23eef299ae
commit 54b7cd5392
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ int neighbor_ctrl_cmds_install(struct gsm_network *net)
struct ctrl_handle *neighbor_controlif_setup(struct gsm_network *net)
{
/* See also osmobsc-usermanual.pdf, section 14.1 Neighbor Address Resolution Service */
/* DEPRECATED: see osmobsc-usermanual.pdf, section 16.1.1 Neighbor Address Resolution Service */
return ctrl_interface_setup_dynip2(net, net->neigh_ctrl.addr, net->neigh_ctrl.port,
NULL, _LAST_CTRL_NODE_NEIGHBOR);
}