Projects
osmocom:master
libosmo-sigtran
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 35
View file
commit_30999076e10f483dfb0d743eede579659b996c67.txt
Added
View file
commit_3942a67ab41c5314c7c9ff40f2c18fca11e6f555.txt
Deleted
View file
libosmo-sigtran_2.1.0.27.3942.dsc -> libosmo-sigtran_2.1.0.28.3099.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.27.3942 +Version: 2.1.0.28.3099 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: - 7a56c97fe74564496f559103971c4f9e179564c9 233588 libosmo-sigtran_2.1.0.27.3942.tar.xz + 2db357363fcd91c4df49593a116cfc9fdaf447fb 233644 libosmo-sigtran_2.1.0.28.3099.tar.xz Checksums-Sha256: - 7db36e204754aeb496060840224318b335d79d050123d02e93d9aa6cd07f66ee 233588 libosmo-sigtran_2.1.0.27.3942.tar.xz + 26deaf05876e1b54e7715bf4b18042d1bc713172314a9ca6de177d7ca44adc54 233644 libosmo-sigtran_2.1.0.28.3099.tar.xz Files: - 68b8e436226ff88137250d240122a35b 233588 libosmo-sigtran_2.1.0.27.3942.tar.xz + c7300279376227a80af9f1fa42360a71 233644 libosmo-sigtran_2.1.0.28.3099.tar.xz
View file
libosmo-sigtran_2.1.0.27.3942.tar.xz/.tarball-version -> libosmo-sigtran_2.1.0.28.3099.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.1.0.27-3942 +2.1.0.28-3099
View file
libosmo-sigtran_2.1.0.27.3942.tar.xz/debian/changelog -> libosmo-sigtran_2.1.0.28.3099.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-sigtran (2.1.0.27.3942) unstable; urgency=medium +libosmo-sigtran (2.1.0.28.3099) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 05 Mar 2025 15:10:28 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 05 Mar 2025 16:52:28 +0000 libosmo-sigtran (2.1.0) unstable; urgency=medium
View file
libosmo-sigtran_2.1.0.27.3942.tar.xz/src/xua_asp_fsm.c -> libosmo-sigtran_2.1.0.28.3099.tar.xz/src/xua_asp_fsm.c
Changed
@@ -481,14 +481,17 @@ static void xua_asp_fsm_inactive_onenter(struct osmo_fsm_inst *fi, uint32_t prev_state) { struct xua_asp_fsm_priv *xafp = fi->priv; + struct osmo_ss7_asp *asp = xafp->asp; /* RFC4666 4.3.4.5: "When an ASP moves from ASP-DOWN to ASP-INACTIVE within a * particular AS, a Notify message SHOULD be sent, by the ASP-UP receptor, * after sending the ASP-UP-ACK, in order to inform the ASP of the current AS * state." + * NOTIFY is only transmitted by roles SG and IPSP. */ struct xua_as_event_asp_inactive_ind_pars pars = { - .asp = xafp->asp, - .asp_requires_notify = (prev_state == XUA_ASP_S_DOWN), + .asp = asp, + .asp_requires_notify = (asp->cfg.role != OSMO_SS7_ASP_ROLE_ASP) && + (prev_state == XUA_ASP_S_DOWN), }; dispatch_to_all_as(fi, XUA_ASPAS_ASP_INACTIVE_IND, &pars); }
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
.