<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>20751</buildingDurationMillis><executingTimeMillis>20751</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>8956</queuingDurationMillis><queuingTimeMillis>8956</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>29707</totalDurationMillis><waitingDurationMillis>8955</waitingDurationMillis><waitingTimeMillis>8955</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>259</buildNumber><marked><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><branch><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><name>origin/master</name></branch></marked><revision><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><branch><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><name>origin/master</name></branch></revision></originmaster></buildsByBranchName><lastBuiltRevision><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><branch><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/libosmo-asn1-tcap</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://jenkins.osmocom.org/jenkins/job/master-libosmo-asn1-tcap/259/artifact</artifactsUrl><changesUrl>https://jenkins.osmocom.org/jenkins/job/master-libosmo-asn1-tcap/changes</changesUrl><displayUrl>https://jenkins.osmocom.org/jenkins/job/master-libosmo-asn1-tcap/259/</displayUrl><testsUrl>https://jenkins.osmocom.org/jenkins/job/master-libosmo-asn1-tcap/259/testReport</testsUrl></action><building>false</building><displayName>#259</displayName><duration>20751</duration><estimatedDuration>22436</estimatedDuration><fullDisplayName>master-libosmo-asn1-tcap #259</fullDisplayName><id>259</id><inProgress>false</inProgress><keepLog>false</keepLog><number>259</number><queueId>122718</queueId><result>SUCCESS</result><timestamp>1779353290537</timestamp><url>https://jenkins.osmocom.org/jenkins/job/master-libosmo-asn1-tcap/259/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>include/osmocom/tcap/TCAP_ErrorCode.h</affectedPath><affectedPath>asn/tcap.asn</affectedPath><affectedPath>src/gen/TCAP_ReturnError.c</affectedPath><affectedPath>src/gen/TCAP_ErrorCode.c</affectedPath><commitId>c2357fe6b9d27064e4e2221ae94f2f9fdc3deb74</commitId><timestamp>1779184855000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>asn1: Decode ErrorCode as Integer

The ErrorCode is an application 2 tag.

Related: SYS#5432
Change-Id: Ib8afe0dbe8d4436b80c71048f3b572fcda6cd33e
</comment><date>2026-05-19 12:00:55 +0200</date><id>c2357fe6b9d27064e4e2221ae94f2f9fdc3deb74</id><msg>asn1: Decode ErrorCode as Integer</msg><path><editType>edit</editType><file>src/gen/TCAP_ReturnError.c</file></path><path><editType>edit</editType><file>include/osmocom/tcap/TCAP_ErrorCode.h</file></path><path><editType>edit</editType><file>src/gen/TCAP_ErrorCode.c</file></path><path><editType>edit</editType><file>asn/tcap.asn</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/parse/tcap_parse_test.ok</affectedPath><affectedPath>tests/parse/tcap_parse_test.c</affectedPath><commitId>b1b11888da0de03cc4e60794d1eb2738d170b141</commitId><timestamp>1779193686000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>tests: improve test infrastructure to support multiple test vectors

Related: SYS#5432
Change-Id: I4a69167647dd0a8eb650b4c7cc47fd97928ebf5d
</comment><date>2026-05-19 14:28:06 +0200</date><id>b1b11888da0de03cc4e60794d1eb2738d170b141</id><msg>tests: improve test infrastructure to support multiple test vectors</msg><path><editType>edit</editType><file>tests/parse/tcap_parse_test.ok</file></path><path><editType>edit</editType><file>tests/parse/tcap_parse_test.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/parse/tcap_parse_test.ok</affectedPath><affectedPath>tests/parse/tcap_parse_test.c</affectedPath><commitId>72edcf5fbc91483401e2ee53fc8e967568f7783d</commitId><timestamp>1779193706000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>tests: split tests into own functions

To improve the overview.

Related: SYS#5432
Change-Id: If9db94d17e288875fdaed52ec95b3785a78d5fa6
</comment><date>2026-05-19 14:28:26 +0200</date><id>72edcf5fbc91483401e2ee53fc8e967568f7783d</id><msg>tests: split tests into own functions</msg><path><editType>edit</editType><file>tests/parse/tcap_parse_test.c</file></path><path><editType>edit</editType><file>tests/parse/tcap_parse_test.ok</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/parse/tcap_parse_test.ok</affectedPath><affectedPath>tests/parse/tcap_parse_test.c</affectedPath><commitId>1b1069d7c017b2acf6e92b84f8e236c64340dd9e</commitId><timestamp>1779194178000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>tests: add decode tests for TCAP End tests

Related: SYS#5432
Change-Id: I5679c4a873176d73e973f5cfccff796fe6dbd941
</comment><date>2026-05-19 14:36:18 +0200</date><id>1b1069d7c017b2acf6e92b84f8e236c64340dd9e</id><msg>tests: add decode tests for TCAP End tests</msg><path><editType>edit</editType><file>tests/parse/tcap_parse_test.c</file></path><path><editType>edit</editType><file>tests/parse/tcap_parse_test.ok</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/Makefile.am</affectedPath><affectedPath>include/osmocom/tcap/Makefile.am</affectedPath><affectedPath>src/gen/TCAP_ExternalPDU.c</affectedPath><affectedPath>include/osmocom/tcap/TCAP_Dialog1.h</affectedPath><affectedPath>include/osmocom/tcap/TCAP_ExternalPDU.h</affectedPath><affectedPath>src/gen/TCAP_Dialog1.c</affectedPath><affectedPath>asn/tcap.asn</affectedPath><commitId>017341835487133933140c1c9c66d16a6c29bb26</commitId><timestamp>1779194178000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>asn1: remove wireshark sepcific parts

The asn1 file was original copied from the wireshark
dissector.
Remove the wireshark specific parts.

Change-Id: Ie585c71fc14a20f609fa116b6858b9ca538054f5
</comment><date>2026-05-19 14:36:18 +0200</date><id>017341835487133933140c1c9c66d16a6c29bb26</id><msg>asn1: remove wireshark sepcific parts</msg><path><editType>edit</editType><file>include/osmocom/tcap/Makefile.am</file></path><path><editType>edit</editType><file>src/Makefile.am</file></path><path><editType>delete</editType><file>include/osmocom/tcap/TCAP_Dialog1.h</file></path><path><editType>delete</editType><file>src/gen/TCAP_ExternalPDU.c</file></path><path><editType>edit</editType><file>asn/tcap.asn</file></path><path><editType>delete</editType><file>src/gen/TCAP_Dialog1.c</file></path><path><editType>delete</editType><file>include/osmocom/tcap/TCAP_ExternalPDU.h</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/parse/tcap_parse_test.c</affectedPath><commitId>3cb880bb3f5f858c6042ff72d571f10447446314</commitId><timestamp>1779194178000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>tests: decoding: print the half decoded structure

When the decoding fails, the half decoded structure
also helps understanding the issue.

Realted: SYS#5432
Change-Id: I8f7ff9a8e457395aa12d1c7175f56cfdc5529590
</comment><date>2026-05-19 14:36:18 +0200</date><id>3cb880bb3f5f858c6042ff72d571f10447446314</id><msg>tests: decoding: print the half decoded structure</msg><path><editType>edit</editType><file>tests/parse/tcap_parse_test.c</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><description></description><fullName>lynxis</fullName><id>lynxis</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-asn1-tcap" build number 259</shortDescription><upstreamBuild>259</upstreamBuild><upstreamProject>master-libosmo-asn1-tcap</upstreamProject><upstreamUrl>job/master-libosmo-asn1-tcap/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>17023</buildingDurationMillis><executingTimeMillis>17023</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>259</buildNumber><marked><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><branch><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><name>origin/master</name></branch></marked><revision><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><branch><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><name>origin/master</name></branch></revision></originmaster></buildsByBranchName><lastBuiltRevision><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><branch><SHA1>3cb880bb3f5f858c6042ff72d571f10447446314</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/libosmo-asn1-tcap</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#259</displayName><duration>17023</duration><estimatedDuration>19986</estimatedDuration><fullDisplayName>master-libosmo-asn1-tcap » a1=default,a2=default,a3=default,a4=default,osmocom-master #259</fullDisplayName><id>259</id><inProgress>false</inProgress><keepLog>false</keepLog><number>259</number><queueId>122719</queueId><result>SUCCESS</result><timestamp>1779353290537</timestamp><url>https://jenkins.osmocom.org/jenkins/job/master-libosmo-asn1-tcap/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/259/</url><builtOn>build5-deb12build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>include/osmocom/tcap/TCAP_ErrorCode.h</affectedPath><affectedPath>asn/tcap.asn</affectedPath><affectedPath>src/gen/TCAP_ReturnError.c</affectedPath><affectedPath>src/gen/TCAP_ErrorCode.c</affectedPath><commitId>c2357fe6b9d27064e4e2221ae94f2f9fdc3deb74</commitId><timestamp>1779184855000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>asn1: Decode ErrorCode as Integer

The ErrorCode is an application 2 tag.

Related: SYS#5432
Change-Id: Ib8afe0dbe8d4436b80c71048f3b572fcda6cd33e
</comment><date>2026-05-19 12:00:55 +0200</date><id>c2357fe6b9d27064e4e2221ae94f2f9fdc3deb74</id><msg>asn1: Decode ErrorCode as Integer</msg><path><editType>edit</editType><file>include/osmocom/tcap/TCAP_ErrorCode.h</file></path><path><editType>edit</editType><file>asn/tcap.asn</file></path><path><editType>edit</editType><file>src/gen/TCAP_ReturnError.c</file></path><path><editType>edit</editType><file>src/gen/TCAP_ErrorCode.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/parse/tcap_parse_test.ok</affectedPath><affectedPath>tests/parse/tcap_parse_test.c</affectedPath><commitId>b1b11888da0de03cc4e60794d1eb2738d170b141</commitId><timestamp>1779193686000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>tests: improve test infrastructure to support multiple test vectors

Related: SYS#5432
Change-Id: I4a69167647dd0a8eb650b4c7cc47fd97928ebf5d
</comment><date>2026-05-19 14:28:06 +0200</date><id>b1b11888da0de03cc4e60794d1eb2738d170b141</id><msg>tests: improve test infrastructure to support multiple test vectors</msg><path><editType>edit</editType><file>tests/parse/tcap_parse_test.c</file></path><path><editType>edit</editType><file>tests/parse/tcap_parse_test.ok</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/parse/tcap_parse_test.ok</affectedPath><affectedPath>tests/parse/tcap_parse_test.c</affectedPath><commitId>72edcf5fbc91483401e2ee53fc8e967568f7783d</commitId><timestamp>1779193706000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>tests: split tests into own functions

To improve the overview.

Related: SYS#5432
Change-Id: If9db94d17e288875fdaed52ec95b3785a78d5fa6
</comment><date>2026-05-19 14:28:26 +0200</date><id>72edcf5fbc91483401e2ee53fc8e967568f7783d</id><msg>tests: split tests into own functions</msg><path><editType>edit</editType><file>tests/parse/tcap_parse_test.ok</file></path><path><editType>edit</editType><file>tests/parse/tcap_parse_test.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/parse/tcap_parse_test.ok</affectedPath><affectedPath>tests/parse/tcap_parse_test.c</affectedPath><commitId>1b1069d7c017b2acf6e92b84f8e236c64340dd9e</commitId><timestamp>1779194178000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>tests: add decode tests for TCAP End tests

Related: SYS#5432
Change-Id: I5679c4a873176d73e973f5cfccff796fe6dbd941
</comment><date>2026-05-19 14:36:18 +0200</date><id>1b1069d7c017b2acf6e92b84f8e236c64340dd9e</id><msg>tests: add decode tests for TCAP End tests</msg><path><editType>edit</editType><file>tests/parse/tcap_parse_test.c</file></path><path><editType>edit</editType><file>tests/parse/tcap_parse_test.ok</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/Makefile.am</affectedPath><affectedPath>include/osmocom/tcap/Makefile.am</affectedPath><affectedPath>src/gen/TCAP_ExternalPDU.c</affectedPath><affectedPath>include/osmocom/tcap/TCAP_Dialog1.h</affectedPath><affectedPath>include/osmocom/tcap/TCAP_ExternalPDU.h</affectedPath><affectedPath>src/gen/TCAP_Dialog1.c</affectedPath><affectedPath>asn/tcap.asn</affectedPath><commitId>017341835487133933140c1c9c66d16a6c29bb26</commitId><timestamp>1779194178000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>asn1: remove wireshark sepcific parts

The asn1 file was original copied from the wireshark
dissector.
Remove the wireshark specific parts.

Change-Id: Ie585c71fc14a20f609fa116b6858b9ca538054f5
</comment><date>2026-05-19 14:36:18 +0200</date><id>017341835487133933140c1c9c66d16a6c29bb26</id><msg>asn1: remove wireshark sepcific parts</msg><path><editType>delete</editType><file>include/osmocom/tcap/TCAP_ExternalPDU.h</file></path><path><editType>delete</editType><file>src/gen/TCAP_ExternalPDU.c</file></path><path><editType>edit</editType><file>asn/tcap.asn</file></path><path><editType>edit</editType><file>src/Makefile.am</file></path><path><editType>edit</editType><file>include/osmocom/tcap/Makefile.am</file></path><path><editType>delete</editType><file>src/gen/TCAP_Dialog1.c</file></path><path><editType>delete</editType><file>include/osmocom/tcap/TCAP_Dialog1.h</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/parse/tcap_parse_test.c</affectedPath><commitId>3cb880bb3f5f858c6042ff72d571f10447446314</commitId><timestamp>1779194178000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></author><authorEmail>lynxis@fe80.eu</authorEmail><comment>tests: decoding: print the half decoded structure

When the decoding fails, the half decoded structure
also helps understanding the issue.

Realted: SYS#5432
Change-Id: I8f7ff9a8e457395aa12d1c7175f56cfdc5529590
</comment><date>2026-05-19 14:36:18 +0200</date><id>3cb880bb3f5f858c6042ff72d571f10447446314</id><msg>tests: decoding: print the half decoded structure</msg><path><editType>edit</editType><file>tests/parse/tcap_parse_test.c</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/lynxis</absoluteUrl><fullName>lynxis</fullName></culprit></run></matrixBuild>