<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>116713</buildingDurationMillis><executingTimeMillis>116713</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>5958</queuingDurationMillis><queuingTimeMillis>5958</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>122671</totalDurationMillis><waitingDurationMillis>5956</waitingDurationMillis><waitingTimeMillis>5956</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>1084</buildNumber><marked><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><branch><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><name>origin/master</name></branch></marked><revision><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><branch><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><name>origin/master</name></branch></revision></originmaster></buildsByBranchName><lastBuiltRevision><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><branch><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/libosmo-sigtran</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://jenkins.osmocom.org/jenkins/view/registry/job/master-libosmo-sigtran/1084/artifact</artifactsUrl><changesUrl>https://jenkins.osmocom.org/jenkins/view/registry/job/master-libosmo-sigtran/changes</changesUrl><displayUrl>https://jenkins.osmocom.org/jenkins/view/registry/job/master-libosmo-sigtran/1084/</displayUrl><testsUrl>https://jenkins.osmocom.org/jenkins/view/registry/job/master-libosmo-sigtran/1084/testReport</testsUrl></action><building>false</building><displayName>#1084</displayName><duration>116713</duration><estimatedDuration>73813</estimatedDuration><fullDisplayName>master-libosmo-sigtran #1084</fullDisplayName><id>1084</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1084</number><queueId>76839</queueId><result>SUCCESS</result><timestamp>1774965066403</timestamp><url>https://jenkins.osmocom.org/jenkins/view/registry/job/master-libosmo-sigtran/1084/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/m3ua.c</affectedPath><commitId>91625d666c2dfe109c64868e5aecf12e71f90d2d</commitId><timestamp>1774964289000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>m3ua: m3ua_gen_error_msg(): include Routing Context IE in cause Invalid Routing Context

As per RFC4666 3.8.1:
"""
The "Invalid Routing Context" error is sent if a message is received
from a peer with an invalid (unconfigured) Routing Context value.
For this error, the invalid Routing Context(s) MUST be included in
the Error message."
"""

Hence add the originating Routing Context IE so the error message can be
further identified.
For the same reason, also add the Diagnostic Information for the
specific cases in the switch statement, and make them more robust about
possible null pointer dereference.

Change-Id: If821109701e315d17f5334c680670ea6c7bce3bd
</comment><date>2026-03-31 15:38:09 +0200</date><id>91625d666c2dfe109c64868e5aecf12e71f90d2d</id><msg>m3ua: m3ua_gen_error_msg(): include Routing Context IE in cause Invalid</msg><path><editType>edit</editType><file>src/m3ua.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/xua_asp_fsm.c</affectedPath><commitId>1d41fef4999a4c0b8050e4ee01ccf0914c1912ca</commitId><timestamp>1774964299000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>xua_asp_fsm: Include Routing Context IE in Err msg cuase Invalid Routing Context

As per RFC4666 3.8.1:
"""
For this error, the invalid Routing Context(s) MUST be included in
the Error message.
"""

Change-Id: Ia8bff16248967209d73cd6d5b54ac30fda283247
</comment><date>2026-03-31 15:38:19 +0200</date><id>1d41fef4999a4c0b8050e4ee01ccf0914c1912ca</id><msg>xua_asp_fsm: Include Routing Context IE in Err msg cuase Invalid Routing</msg><path><editType>edit</editType><file>src/xua_asp_fsm.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/xua_as_fsm.c</affectedPath><commitId>6da14bb48f02f15d476b72e0d2113194e5979c01</commitId><timestamp>1774964299000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>xua_as_fsm: Remove FIXME regarding queueing of msgs during state PENDING

Queueing of messags during T(r) (state PENDING) is already implemented,
see xua_as_fsm_pending() further below in the same file.

Change-Id: Ie572367493066039f7022250d94b815a4da5bd16
</comment><date>2026-03-31 15:38:19 +0200</date><id>6da14bb48f02f15d476b72e0d2113194e5979c01</id><msg>xua_as_fsm: Remove FIXME regarding queueing of msgs during state PENDING</msg><path><editType>edit</editType><file>src/xua_as_fsm.c</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><description></description><fullName>Pau Espin Pedrol</fullName><id>pespin</id></culprit><run><action _class='hudson.matrix.MatrixChildParametersAction'><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></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "master-libosmo-sigtran" build number 1,084</shortDescription><upstreamBuild>1084</upstreamBuild><upstreamProject>master-libosmo-sigtran</upstreamProject><upstreamUrl>job/master-libosmo-sigtran/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>78100</buildingDurationMillis><executingTimeMillis>78100</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>0</waitingDurationMillis><waitingTimeMillis>0</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>1084</buildNumber><marked><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><branch><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><name>origin/master</name></branch></marked><revision><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><branch><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><name>origin/master</name></branch></revision></originmaster></buildsByBranchName><lastBuiltRevision><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><branch><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/libosmo-sigtran</remoteUrl><scmName></scmName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1084</displayName><duration>78100</duration><estimatedDuration>44789</estimatedDuration><fullDisplayName>master-libosmo-sigtran » WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,osmocom-master #1084</fullDisplayName><id>1084</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1084</number><queueId>76841</queueId><result>SUCCESS</result><timestamp>1774965066403</timestamp><url>https://jenkins.osmocom.org/jenkins/view/registry/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/1084/</url><builtOn>build5-deb12build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/m3ua.c</affectedPath><commitId>91625d666c2dfe109c64868e5aecf12e71f90d2d</commitId><timestamp>1774964289000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>m3ua: m3ua_gen_error_msg(): include Routing Context IE in cause Invalid Routing Context

As per RFC4666 3.8.1:
"""
The "Invalid Routing Context" error is sent if a message is received
from a peer with an invalid (unconfigured) Routing Context value.
For this error, the invalid Routing Context(s) MUST be included in
the Error message."
"""

Hence add the originating Routing Context IE so the error message can be
further identified.
For the same reason, also add the Diagnostic Information for the
specific cases in the switch statement, and make them more robust about
possible null pointer dereference.

Change-Id: If821109701e315d17f5334c680670ea6c7bce3bd
</comment><date>2026-03-31 15:38:09 +0200</date><id>91625d666c2dfe109c64868e5aecf12e71f90d2d</id><msg>m3ua: m3ua_gen_error_msg(): include Routing Context IE in cause Invalid</msg><path><editType>edit</editType><file>src/m3ua.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/xua_asp_fsm.c</affectedPath><commitId>1d41fef4999a4c0b8050e4ee01ccf0914c1912ca</commitId><timestamp>1774964299000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>xua_asp_fsm: Include Routing Context IE in Err msg cuase Invalid Routing Context

As per RFC4666 3.8.1:
"""
For this error, the invalid Routing Context(s) MUST be included in
the Error message.
"""

Change-Id: Ia8bff16248967209d73cd6d5b54ac30fda283247
</comment><date>2026-03-31 15:38:19 +0200</date><id>1d41fef4999a4c0b8050e4ee01ccf0914c1912ca</id><msg>xua_asp_fsm: Include Routing Context IE in Err msg cuase Invalid Routing</msg><path><editType>edit</editType><file>src/xua_asp_fsm.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/xua_as_fsm.c</affectedPath><commitId>6da14bb48f02f15d476b72e0d2113194e5979c01</commitId><timestamp>1774964299000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>xua_as_fsm: Remove FIXME regarding queueing of msgs during state PENDING

Queueing of messags during T(r) (state PENDING) is already implemented,
see xua_as_fsm_pending() further below in the same file.

Change-Id: Ie572367493066039f7022250d94b815a4da5bd16
</comment><date>2026-03-31 15:38:19 +0200</date><id>6da14bb48f02f15d476b72e0d2113194e5979c01</id><msg>xua_as_fsm: Remove FIXME regarding queueing of msgs during state PENDING</msg><path><editType>edit</editType><file>src/xua_as_fsm.c</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></culprit></run><run><action _class='hudson.matrix.MatrixChildParametersAction'><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></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "master-libosmo-sigtran" build number 1,084</shortDescription><upstreamBuild>1084</upstreamBuild><upstreamProject>master-libosmo-sigtran</upstreamProject><upstreamUrl>job/master-libosmo-sigtran/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>115383</buildingDurationMillis><executingTimeMillis>115383</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>0</waitingDurationMillis><waitingTimeMillis>0</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>1084</buildNumber><marked><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><branch><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><name>origin/master</name></branch></marked><revision><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><branch><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><name>origin/master</name></branch></revision></originmaster></buildsByBranchName><lastBuiltRevision><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><branch><SHA1>6da14bb48f02f15d476b72e0d2113194e5979c01</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/libosmo-sigtran</remoteUrl><scmName></scmName></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1084</displayName><duration>115383</duration><estimatedDuration>70543</estimatedDuration><fullDisplayName>master-libosmo-sigtran » WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,osmocom-master #1084</fullDisplayName><id>1084</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1084</number><queueId>76840</queueId><result>SUCCESS</result><timestamp>1774965066403</timestamp><url>https://jenkins.osmocom.org/jenkins/view/registry/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/1084/</url><builtOn>build5-deb12build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/m3ua.c</affectedPath><commitId>91625d666c2dfe109c64868e5aecf12e71f90d2d</commitId><timestamp>1774964289000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>m3ua: m3ua_gen_error_msg(): include Routing Context IE in cause Invalid Routing Context

As per RFC4666 3.8.1:
"""
The "Invalid Routing Context" error is sent if a message is received
from a peer with an invalid (unconfigured) Routing Context value.
For this error, the invalid Routing Context(s) MUST be included in
the Error message."
"""

Hence add the originating Routing Context IE so the error message can be
further identified.
For the same reason, also add the Diagnostic Information for the
specific cases in the switch statement, and make them more robust about
possible null pointer dereference.

Change-Id: If821109701e315d17f5334c680670ea6c7bce3bd
</comment><date>2026-03-31 15:38:09 +0200</date><id>91625d666c2dfe109c64868e5aecf12e71f90d2d</id><msg>m3ua: m3ua_gen_error_msg(): include Routing Context IE in cause Invalid</msg><path><editType>edit</editType><file>src/m3ua.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/xua_asp_fsm.c</affectedPath><commitId>1d41fef4999a4c0b8050e4ee01ccf0914c1912ca</commitId><timestamp>1774964299000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>xua_asp_fsm: Include Routing Context IE in Err msg cuase Invalid Routing Context

As per RFC4666 3.8.1:
"""
For this error, the invalid Routing Context(s) MUST be included in
the Error message.
"""

Change-Id: Ia8bff16248967209d73cd6d5b54ac30fda283247
</comment><date>2026-03-31 15:38:19 +0200</date><id>1d41fef4999a4c0b8050e4ee01ccf0914c1912ca</id><msg>xua_asp_fsm: Include Routing Context IE in Err msg cuase Invalid Routing</msg><path><editType>edit</editType><file>src/xua_asp_fsm.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/xua_as_fsm.c</affectedPath><commitId>6da14bb48f02f15d476b72e0d2113194e5979c01</commitId><timestamp>1774964299000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>xua_as_fsm: Remove FIXME regarding queueing of msgs during state PENDING

Queueing of messags during T(r) (state PENDING) is already implemented,
see xua_as_fsm_pending() further below in the same file.

Change-Id: Ie572367493066039f7022250d94b815a4da5bd16
</comment><date>2026-03-31 15:38:19 +0200</date><id>6da14bb48f02f15d476b72e0d2113194e5979c01</id><msg>xua_as_fsm: Remove FIXME regarding queueing of msgs during state PENDING</msg><path><editType>edit</editType><file>src/xua_as_fsm.c</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></culprit></run></matrixBuild>