laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/30641 )
Change subject: doc: correct reference and add deprecation notice ......................................................................
doc: correct reference and add deprecation notice
Change-Id: I46f1f070cb00c4c27247593527b0173e1fd5de67 --- M src/osmo-bsc/neighbor_ident.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/src/osmo-bsc/neighbor_ident.c b/src/osmo-bsc/neighbor_ident.c index e41a4b2..3e42c5f 100644 --- a/src/osmo-bsc/neighbor_ident.c +++ b/src/osmo-bsc/neighbor_ident.c @@ -489,7 +489,7 @@
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); }