pespin has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
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;