osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/29887 )
Change subject: Cosmetic: fix desc of neighbor_ident_add_neighbor ......................................................................
Cosmetic: fix desc of neighbor_ident_add_neighbor
Change-Id: I6d78220156f8a4a4b246f9fcc5e9d066c2a90bbb --- M src/osmo-bsc/neighbor_ident_vty.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/87/29887/1
diff --git a/src/osmo-bsc/neighbor_ident_vty.c b/src/osmo-bsc/neighbor_ident_vty.c index e40fa8c..86adbf2 100644 --- a/src/osmo-bsc/neighbor_ident_vty.c +++ b/src/osmo-bsc/neighbor_ident_vty.c @@ -154,7 +154,7 @@ LOGP(DLINP, LOGL_NOTICE, fmt "\n", ## args); \ } while (0) \
-/* Delete a neighbor from neighborlist. When the parameter *vty is set to NULL all error messages are redirected to the +/* Add a neighbor from neighborlist. When the parameter *vty is set to NULL all error messages are redirected to the * logtext. */ int neighbor_ident_add_neighbor(struct vty *vty, struct gsm_bts *bts, struct neighbor *n) {