This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/15988 ) Change subject: osmo_ss7.c: fix xua_accept_cb(): properly assign role ...................................................................... osmo_ss7.c: fix xua_accept_cb(): properly assign role Change-Id: Ib904ecf0e5d192a1024863f6f0fdf79301055655 Related: OS#4247 --- M src/osmo_ss7.c 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/88/15988/1 diff --git a/src/osmo_ss7.c b/src/osmo_ss7.c index 1b9e3d1..9698941 100644 --- a/src/osmo_ss7.c +++ b/src/osmo_ss7.c @@ -1767,6 +1767,7 @@ asp->cfg.remote.host_cnt = 1; asp->cfg.remote.port = atoi(portbuf); asp->cfg.remote.host[0] = talloc_strdup(asp, hostbuf); + asp->cfg.role = OSMO_SS7_ASP_ROLE_SG; asp->cfg.remote.host_cnt = 1; asp->dyn_allocated = true; asp->server = srv; -- To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/15988 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-sccp Gerrit-Branch: master Gerrit-Change-Id: Ib904ecf0e5d192a1024863f6f0fdf79301055655 Gerrit-Change-Number: 15988 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <axilirator at gmail.com> Gerrit-MessageType: newchange -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191106/1a8cc65d/attachment.htm>