pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41957?usp=email )
Change subject: xua_snm: Fix typo in comment ......................................................................
xua_snm: Fix typo in comment
Change-Id: I533809a0d319e75f2f18c706ddc4318503b9915a --- M src/xua_snm.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/57/41957/1
diff --git a/src/xua_snm.c b/src/xua_snm.c index efa7e91..e983293 100644 --- a/src/xua_snm.c +++ b/src/xua_snm.c @@ -321,7 +321,7 @@ if (!osmo_ss7_asp_active(asp)) continue;
- /* only send DAVA/DUNA if we locally are the SG and the remote is ASP */ + /* only send DUPU if we locally are the SG and the remote is ASP */ if (asp->cfg.role != OSMO_SS7_ASP_ROLE_SG) continue;