aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/neighbor_ident.c
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2022-12-17 17:31:58 +0300
committerlaforge <laforge@osmocom.org>2023-02-10 11:41:23 +0000
commit54b7cd53925bf9bcb010b27c42216aa291b68e97 (patch)
tree721e0b21b70a8d910cc1997707288c5f99d92c14 /src/osmo-bsc/neighbor_ident.c
parent23eef299ae727e8c7bf236132bb4fbef5c643d76 (diff)
doc: correct reference and add deprecation notice
Diffstat (limited to 'src/osmo-bsc/neighbor_ident.c')
-rw-r--r--src/osmo-bsc/neighbor_ident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/neighbor_ident.c b/src/osmo-bsc/neighbor_ident.c
index e41a4b2ed..3e42c5f2d 100644
--- a/src/osmo-bsc/neighbor_ident.c
+++ b/src/osmo-bsc/neighbor_ident.c
@@ -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);
}