<matrixBuild _class='hudson.matrix.MatrixBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>BRANCH</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>EMAIL_NOTIFICATIONS</name><value>jenkins-notifications@lists.osmocom.org laforge@gnumonks.org</value></parameter></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>75717</buildingDurationMillis><executingTimeMillis>75717</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>7804</waitingDurationMillis><waitingTimeMillis>7804</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>1225</buildNumber><marked><SHA1>e5fe1772ee5502103ab5c4873144a3372192cdda</SHA1><branch><SHA1>e5fe1772ee5502103ab5c4873144a3372192cdda</SHA1><name>origin/master</name></branch></marked><revision><SHA1>e5fe1772ee5502103ab5c4873144a3372192cdda</SHA1><branch><SHA1>e5fe1772ee5502103ab5c4873144a3372192cdda</SHA1><name>origin/master</name></branch></revision></originmaster></buildsByBranchName><lastBuiltRevision><SHA1>e5fe1772ee5502103ab5c4873144a3372192cdda</SHA1><branch><SHA1>e5fe1772ee5502103ab5c4873144a3372192cdda</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/libosmo-sigtran</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1225</displayName><duration>75717</duration><estimatedDuration>78293</estimatedDuration><fullDisplayName>master-libosmo-sigtran #1225</fullDisplayName><id>1225</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1225</number><queueId>135179</queueId><result>SUCCESS</result><timestamp>1780646468822</timestamp><url>https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/1225/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/ss7_xua_srv.h</affectedPath><affectedPath>src/ss7_vty.h</affectedPath><affectedPath>src/ss7_xua_srv.c</affectedPath><affectedPath>src/ss7_xua_srv_vty.c</affectedPath><affectedPath>TODO-RELEASE</affectedPath><commitId>d247432a4f40bd1995e790909fba2a0e138c6734</commitId><timestamp>1780646338000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/laforge</absoluteUrl><fullName>laforge</fullName></author><authorEmail>laforge@osmocom.org</authorEmail><comment>Add DSCP configuration support for server transport role

Introduce VTY command to configure the Differentiated Services Code
Point (DSCP) values for transport "role" server.

The configured DSCP value is applied to the listener socket. Incoming
socket connections will then automatically inherit these DSCP settings
from the listener socket.

It is not (yet) possible to configure DSCP values for individual active
server connections. The setting applies globally via the listener.
A later patch will allow DSCP configuration of each individual ASP.

Related: SYS#8071
Depends: libosmo-netif.git Change-Id Ic70422ec73c753b61843444582f8665ca42e7a6d
Change-Id: I35eab3672157c318616f51ee3042243aed263d4e
</comment><date>2026-06-05 07:58:58 +0000</date><id>d247432a4f40bd1995e790909fba2a0e138c6734</id><msg>Add DSCP configuration support for server transport role</msg><path><editType>edit</editType><file>src/ss7_xua_srv.c</file></path><path><editType>edit</editType><file>src/ss7_xua_srv.h</file></path><path><editType>edit</editType><file>src/ss7_xua_srv_vty.c</file></path><path><editType>edit</editType><file>src/ss7_vty.h</file></path><path><editType>edit</editType><file>TODO-RELEASE</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/ss7_asp.c</affectedPath><affectedPath>tests/vty/ss7_asp_test.vty</affectedPath><affectedPath>src/ss7_asp.h</affectedPath><affectedPath>src/ss7_xua_srv.c</affectedPath><affectedPath>tests/vty/osmo_stp_test.vty</affectedPath><affectedPath>src/ss7_asp_vty.c</affectedPath><commitId>e5fe1772ee5502103ab5c4873144a3372192cdda</commitId><timestamp>1780646338000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/laforge</absoluteUrl><fullName>laforge</fullName></author><authorEmail>laforge@osmocom.org</authorEmail><comment>Add DSCP configuration support for each individual ASP

Introduce VTY command to configure the Differentiated Services Code
Point (DSCP) values for each Application Server Process.

If the ASP connection has the role "server", it will inherit the DSCP
settings of the listener, unless it is configured at the ASP connection.

Related: SYS#8071
Change-Id: Ia125a392eec5605553809774162675b5249b8494
</comment><date>2026-06-05 07:58:58 +0000</date><id>e5fe1772ee5502103ab5c4873144a3372192cdda</id><msg>Add DSCP configuration support for each individual ASP</msg><path><editType>edit</editType><file>src/ss7_asp_vty.c</file></path><path><editType>edit</editType><file>src/ss7_asp.h</file></path><path><editType>edit</editType><file>src/ss7_asp.c</file></path><path><editType>edit</editType><file>src/ss7_xua_srv.c</file></path><path><editType>edit</editType><file>tests/vty/osmo_stp_test.vty</file></path><path><editType>edit</editType><file>tests/vty/ss7_asp_test.vty</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/laforge</absoluteUrl><fullName>laforge</fullName></culprit><run><number>1225</number><url>https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/1225/</url></run><run><number>1225</number><url>https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/1225/</url></run></matrixBuild>