<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>186050</buildingDurationMillis><executingTimeMillis>186050</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>5000</waitingDurationMillis><waitingTimeMillis>5000</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>4718</buildNumber><marked><SHA1>10a1d32e228d95845a61f9fc98179cc07434f210</SHA1><branch><SHA1>10a1d32e228d95845a61f9fc98179cc07434f210</SHA1><name>origin/master</name></branch></marked><revision><SHA1>10a1d32e228d95845a61f9fc98179cc07434f210</SHA1><branch><SHA1>10a1d32e228d95845a61f9fc98179cc07434f210</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>3086</buildNumber><marked><SHA1>a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1</SHA1><branch><SHA1>a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1</SHA1><branch><SHA1>a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>10a1d32e228d95845a61f9fc98179cc07434f210</SHA1><branch><SHA1>10a1d32e228d95845a61f9fc98179cc07434f210</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/libosmocore</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#4718</displayName><duration>186050</duration><estimatedDuration>165836</estimatedDuration><fullDisplayName>master-libosmocore #4718</fullDisplayName><id>4718</id><inProgress>false</inProgress><keepLog>false</keepLog><number>4718</number><queueId>61512</queueId><result>SUCCESS</result><timestamp>1773655806514</timestamp><url>https://jenkins.osmocom.org/jenkins/view/no-generated/job/master-libosmocore/4718/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/gsm/gsup.c</affectedPath><commitId>3f7c29f1c84e3820e233e4c2fb03d2e7941f7f65</commitId><timestamp>1773612772000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/fixeria</absoluteUrl><fullName>Vadim Yanitskiy</fullName></author><authorEmail>vyanitskiy@sysmocom.de</authorEmail><comment>gsup: encode_pdp_info(): fix wrong pdp_address index

The `PDP_TYPE_N_IETF_IPv4v6` case encodes two addresses: IPv4 from
`pdp_address[0]` and IPv6 from `pdp_address[1]`.  The IPv4 part is
encoded correctly, but the IPv6 part checks the wrong index.

The decoder decode_pdp_address() correctly puts the IPv4 address in
`pdp_address[0]` and the IPv6 address in `pdp_address[1]`.  Because
`pdp_address[0].sa_family` is `AF_INET` (not `AF_INET6`), the second
condition is always false in a proper dual-stack context, so the IPv6
part is silently dropped from every outgoing dual-stack GSUP message.

Change-Id: Ibc4a438ee7b06346839e78dc14d9d5b11b1c5bbd
</comment><date>2026-03-16 05:12:52 +0700</date><id>3f7c29f1c84e3820e233e4c2fb03d2e7941f7f65</id><msg>gsup: encode_pdp_info(): fix wrong pdp_address index</msg><path><editType>edit</editType><file>src/gsm/gsup.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/core/socket.c</affectedPath><commitId>2e47657a4b222ed07ff027d28ed891dd1e0e7ecb</commitId><timestamp>1773613444000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/fixeria</absoluteUrl><fullName>Vadim Yanitskiy</fullName></author><authorEmail>vyanitskiy@sysmocom.de</authorEmail><comment>socket: osmo_sockaddr_from_str_and_uint(): fix memleak

`addrinfo_helper()` internally calls `getaddrinfo()`, whose result
must be freed with `freeaddrinfo()`.  On the size-check error path
the function returns early without freeing.  Fix this.

Change-Id: Ib05e1b8f2465e0db79e7b45de151dc9945e27924
</comment><date>2026-03-16 05:24:04 +0700</date><id>2e47657a4b222ed07ff027d28ed891dd1e0e7ecb</id><msg>socket: osmo_sockaddr_from_str_and_uint(): fix memleak</msg><path><editType>edit</editType><file>src/core/socket.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/core/stats.c</affectedPath><commitId>4cea092e50c5d2d02acf599508b5e88c4a26fc9a</commitId><timestamp>1773613777000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/fixeria</absoluteUrl><fullName>Vadim Yanitskiy</fullName></author><authorEmail>vyanitskiy@sysmocom.de</authorEmail><comment>stats: osmo_stats_reporter_udp_open(): fix unconditional jump

Change-Id: Ifb4842ea11e4df0cae8733438b3812a086396b99
Fixes: cc3694b65 ("Fix build for OSX")
</comment><date>2026-03-16 05:29:37 +0700</date><id>4cea092e50c5d2d02acf599508b5e88c4a26fc9a</id><msg>stats: osmo_stats_reporter_udp_open(): fix unconditional jump</msg><path><editType>edit</editType><file>src/core/stats.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/gsm/gsm48.c</affectedPath><commitId>f65d9f738de4bdea03ac23a8d52cd1545e4bf4f9</commitId><timestamp>1773651856000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/fixeria</absoluteUrl><fullName>Vadim Yanitskiy</fullName></author><authorEmail>vyanitskiy@sysmocom.de</authorEmail><comment>gsm48: fix missing/misspelled value-strings

Change-Id: I8d2333290c7715fd75ce7e7c759cb564a26b7461
</comment><date>2026-03-16 16:04:16 +0700</date><id>f65d9f738de4bdea03ac23a8d52cd1545e4bf4f9</id><msg>gsm48: fix missing/misspelled value-strings</msg><path><editType>edit</editType><file>src/gsm/gsm48.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/gsm/gsm48.c</affectedPath><affectedPath>include/osmocom/gsm/protocol/gsm_04_08.h</affectedPath><commitId>31979e125aba8f259eae7da5c9bfe66b10b2d8ea</commitId><timestamp>1773651856000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/fixeria</absoluteUrl><fullName>Vadim Yanitskiy</fullName></author><authorEmail>vyanitskiy@sysmocom.de</authorEmail><comment>gsm48: remove duplicate GSM48_MT_RR_HANDO_INFO

Change-Id: Ic1cbba2b2a746667b9920ed2ed19b3848185977d
</comment><date>2026-03-16 16:04:16 +0700</date><id>31979e125aba8f259eae7da5c9bfe66b10b2d8ea</id><msg>gsm48: remove duplicate GSM48_MT_RR_HANDO_INFO</msg><path><editType>edit</editType><file>src/gsm/gsm48.c</file></path><path><editType>edit</editType><file>include/osmocom/gsm/protocol/gsm_04_08.h</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/core/gsmtap_util.c</affectedPath><commitId>10a1d32e228d95845a61f9fc98179cc07434f210</commitId><timestamp>1773651856000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/fixeria</absoluteUrl><fullName>Vadim Yanitskiy</fullName></author><authorEmail>vyanitskiy@sysmocom.de</authorEmail><comment>gsmtap_util: gsmtap_gsm_channel_names[]: fix PTCCH string

Change-Id: Ic65668ae0363b991966bcf8ba4fb913940639964
</comment><date>2026-03-16 16:04:16 +0700</date><id>10a1d32e228d95845a61f9fc98179cc07434f210</id><msg>gsmtap_util: gsmtap_gsm_channel_names[]: fix PTCCH string</msg><path><editType>edit</editType><file>src/core/gsmtap_util.c</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/fixeria</absoluteUrl><fullName>Vadim Yanitskiy</fullName></culprit><run><number>475</number><url>https://jenkins.osmocom.org/jenkins/view/no-generated/job/master-libosmocore/a2=default,a3=default,arch=amd64,label=osmocom-master-debian9/475/</url></run><run><number>475</number><url>https://jenkins.osmocom.org/jenkins/view/no-generated/job/master-libosmocore/a2=default,a3=default,arch=arm-none-eabi,label=osmocom-master-debian9/475/</url></run><run><number>4718</number><url>https://jenkins.osmocom.org/jenkins/view/no-generated/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4718/</url></run><run><number>4718</number><url>https://jenkins.osmocom.org/jenkins/view/no-generated/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4718/</url></run></matrixBuild>