Projects
osmocom:master
libosmo-sigtran
Log In
Username
Password
File not found: commit_72f991f541b17bcb8305d36ee28637aa0be34a0e.txt
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 28
View file
commit_8a2cd648e55f476225e7d426ac2badc7dee334df.txt
Deleted
View file
commit_a3232c4b7ba8d90f852211c987a4a438c8970aa6.txt
Added
View file
libosmo-sigtran_2.1.0.11.8a2c.dsc -> libosmo-sigtran_2.1.0.12.a323.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmo-sigtran Binary: libosmo-sigtran11, libosmo-sigtran-dbg, libosmo-sigtran-doc, libosmo-sigtran-dev, osmo-stp, osmo-stp-dbg, osmo-stp-doc Architecture: any all -Version: 2.1.0.11.8a2c +Version: 2.1.0.12.a323 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-sccp Standards-Version: 3.9.7 @@ -18,8 +18,8 @@ osmo-stp-dbg deb debug optional arch=any osmo-stp-doc deb doc optional arch=all Checksums-Sha1: - 5dd35a2c0173be3017ceee3bad994d1554d3c14e 232492 libosmo-sigtran_2.1.0.11.8a2c.tar.xz + 5cc5b7f9708b1e0a73e4b276e5627727f95e58e5 232476 libosmo-sigtran_2.1.0.12.a323.tar.xz Checksums-Sha256: - 12174c534d33ce3968c9c99e7f3e069ddaacb5cc012c2bfb9b8206cd6b71000c 232492 libosmo-sigtran_2.1.0.11.8a2c.tar.xz + d956b2c9ce2527d39592fb9bde1b91589a3f5c2a2388612336d9acaf76a054a0 232476 libosmo-sigtran_2.1.0.12.a323.tar.xz Files: - e90ff01849cb092c4b2a48a0a64aec53 232492 libosmo-sigtran_2.1.0.11.8a2c.tar.xz + 3f461c646863cdff858dba17e15df947 232476 libosmo-sigtran_2.1.0.12.a323.tar.xz
View file
libosmo-sigtran_2.1.0.11.8a2c.tar.xz/.tarball-version -> libosmo-sigtran_2.1.0.12.a323.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.1.0.11-8a2c +2.1.0.12-a323
View file
libosmo-sigtran_2.1.0.11.8a2c.tar.xz/debian/changelog -> libosmo-sigtran_2.1.0.12.a323.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-sigtran (2.1.0.11.8a2c) unstable; urgency=medium +libosmo-sigtran (2.1.0.12.a323) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 03 Mar 2025 10:12:40 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 03 Mar 2025 12:42:39 +0000 libosmo-sigtran (2.1.0) unstable; urgency=medium
View file
libosmo-sigtran_2.1.0.11.8a2c.tar.xz/src/osmo_ss7_asp.c -> libosmo-sigtran_2.1.0.12.a323.tar.xz/src/osmo_ss7_asp.c
Changed
@@ -981,8 +981,8 @@ rc = ss7_asp_apply_primary_address(asp); } else { if (asp->cfg.proto == OSMO_SS7_ASP_PROT_IPA) { - /* we use the lower 4 bits of the asp_id feld as SLS; let's initialize it here from a - * pseudo-random value */ + /* we use the lower 4 bits of the asp_id field as SLS; + * let's initialize it here from a pseudo-random value */ asp->asp_id = rand() & 0xf; } }
View file
libosmo-sigtran_2.1.0.11.8a2c.tar.xz/src/osmo_ss7_xua_srv.c -> libosmo-sigtran_2.1.0.12.a323.tar.xz/src/osmo_ss7_xua_srv.c
Changed
@@ -61,7 +61,7 @@ * SS7 xUA Server ***********************************************************************/ -/* server has accept()ed a new SCTP association, let's find the ASP for +/* Server has accept()ed a new SCTP association / TCP connection, let's find the ASP for * it (if any) */ static int xua_accept_cb(struct osmo_stream_srv_link *link, int fd) { @@ -177,9 +177,15 @@ * data */ osmo_stream_srv_set_data(srv, asp); - if (oxs->cfg.trans_proto == IPPROTO_SCTP) { + if (asp->cfg.trans_proto == IPPROTO_SCTP) { rc = ss7_asp_apply_peer_primary_address(asp); rc = ss7_asp_apply_primary_address(asp); + } else { + if (asp->cfg.proto == OSMO_SS7_ASP_PROT_IPA) { + /* we use the lower 4 bits of the asp_id field as SLS; + * let's initialize it here from a pseudo-random value */ + asp->asp_id = rand() & 0xf; + } } /* send M-SCTP_ESTABLISH.ind to Layer Manager */
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.