osmith has submitted this change. (
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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
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)
{
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/29887
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I6d78220156f8a4a4b246f9fcc5e9d066c2a90bbb
Gerrit-Change-Number: 29887
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged