pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified daniel: Looks good to me, approved
cosmetic: Fix typo in comment

Change-Id: Ide34bf01230fd416c8192a90474039e2f41cb6cd
---
M src/ss7_vty.c
M src/xua_snm.c
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ss7_vty.c b/src/ss7_vty.c
index a3f1a34..9916185 100644
--- a/src/ss7_vty.c
+++ b/src/ss7_vty.c
@@ -1334,7 +1334,7 @@
llist_for_each_entry(as, &inst->as_list, list)
ss7_vty_write_one_as(vty, as, show_dyn_config);

- /* now dump everything that is relevent for the SG role */
+ /* now dump everything that is relevant for the SG role */
if (cs7_role == CS7_ROLE_SG) {

/* dump routes, as their target ASs exist */
diff --git a/src/xua_snm.c b/src/xua_snm.c
index 6bbeec7..04568d2 100644
--- a/src/xua_snm.c
+++ b/src/xua_snm.c
@@ -167,7 +167,7 @@
rt = ss7_route_table_find_route_by_dpc_mask_as(s7i->rtable_system, pc, 0xffffff, as, true);
if (!rt) {
/* No dynamic fully qualified route found. Add dynamic fully
- * squalified route and mark it as (un)available: */
+ * qualified route and mark it as (un)available: */
rt = ss7_route_create(s7i->rtable_system, pc, 0xffffff, true, as->cfg.name);
if (!rt) {
LOGPAS(as, DLSS7, LOGL_ERROR, "Unable to create dynamic route for pc=%u=%s status=%s\n",

To view, visit change 40578. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ide34bf01230fd416c8192a90474039e2f41cb6cd
Gerrit-Change-Number: 40578
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>