<matrixBuild _class='hudson.matrix.MatrixBuild'><action _class='hudson.model.CauseAction'><cause _class='org.jenkinsci.plugins.workflow.support.steps.build.BuildUpstreamCause'><shortDescription>Started by upstream project "gerrit-osmo-s1gw" build number 725</shortDescription><upstreamBuild>725</upstreamBuild><upstreamProject>gerrit-osmo-s1gw</upstreamProject><upstreamUrl>job/gerrit-osmo-s1gw/</upstreamUrl></cause></action><action></action><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>COMMENT_TYPE</name><value></value></parameter><parameter _class='hudson.model.StringParameterValue'><name>DISTRO</name><value></value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_BRANCH</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_CHANGE_NUMBER</name><value>42486</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_HOST</name><value>gerrit.osmocom.org</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PATCHSET_NUMBER</name><value>1</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PATCHSET_REVISION</name><value>179e94d28a4e72e5f9eff4579233ba5bf6cd63e5</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PATCHSET_UPLOADER_NAME</name><value>fixeria</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PORT</name><value>29418</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PROJECT</name><value>erlang/osmo-s1gw</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_REFSPEC</name><value>refs/changes/86/42486/1</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_REPO_URL</name><value>ssh://jenkins@gerrit.osmocom.org:29418/erlang/osmo-s1gw</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>PIPELINE_BUILD_URL</name><value>https://jenkins.osmocom.org/jenkins/job/gerrit-osmo-s1gw/725/</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>PROJECT_NAME</name><value>osmo-s1gw</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>BRANCH_CI</name><value>master</value></parameter></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>663774</buildingDurationMillis><executingTimeMillis>663774</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>6783</waitingDurationMillis><waitingTimeMillis>6783</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><master _class='hudson.plugins.git.util.Build'><buildNumber>724</buildNumber><marked><SHA1>179e94d28a4e72e5f9eff4579233ba5bf6cd63e5</SHA1><branch><SHA1>179e94d28a4e72e5f9eff4579233ba5bf6cd63e5</SHA1><name>master</name></branch></marked><revision><SHA1>179e94d28a4e72e5f9eff4579233ba5bf6cd63e5</SHA1><branch><SHA1>179e94d28a4e72e5f9eff4579233ba5bf6cd63e5</SHA1><name>master</name></branch></revision></master></buildsByBranchName><lastBuiltRevision><SHA1>179e94d28a4e72e5f9eff4579233ba5bf6cd63e5</SHA1><branch><SHA1>179e94d28a4e72e5f9eff4579233ba5bf6cd63e5</SHA1><name>master</name></branch></lastBuiltRevision><remoteUrl>ssh://jenkins@gerrit.osmocom.org:29418/erlang/osmo-s1gw</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#724</displayName><duration>663774</duration><estimatedDuration>116607</estimatedDuration><fullDisplayName>gerrit-osmo-s1gw-build #724</fullDisplayName><id>724</id><inProgress>false</inProgress><keepLog>false</keepLog><number>724</number><queueId>70140</queueId><result>SUCCESS</result><timestamp>1774387073040</timestamp><url>https://jenkins.osmocom.org/jenkins/job/gerrit-osmo-s1gw-build/724/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>priv/openapi.json</affectedPath><affectedPath>doc/manuals/chapters/configuration.adoc</affectedPath><affectedPath>include/osmo_s1gw.hrl</affectedPath><affectedPath>doc/manuals/chapters/rest.adoc</affectedPath><affectedPath>src/pfcp_peer.erl</affectedPath><affectedPath>config/sys.config</affectedPath><affectedPath>src/rest_server.erl</affectedPath><affectedPath>src/osmo_s1gw_sup.erl</affectedPath><affectedPath>contrib/openapi.yaml</affectedPath><commitId>179e94d28a4e72e5f9eff4579233ba5bf6cd63e5</commitId><timestamp>1774384344000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/fixeria</absoluteUrl><fullName>Vadim Yanitskiy</fullName></author><authorEmail>vyanitskiy@sysmocom.de</authorEmail><comment>pfcp_peer: make assoc_setup and heartbeat_req timeouts configurable

Add assoc_setup_timeout and heartbeat_req_timeout as optional fields
in the pfcp_peer config map, with 2000 ms defaults.  Store the full
cfg() map in #peer_state{} and read values from it with maps:get/3
at the point of use.

Change-Id: I58a472a3bbbbad029a2f0246b084428ab3b1905c
</comment><date>2026-03-25 03:32:24 +0700</date><id>179e94d28a4e72e5f9eff4579233ba5bf6cd63e5</id><msg>pfcp_peer: make assoc_setup and heartbeat_req timeouts configurable</msg><path><editType>edit</editType><file>config/sys.config</file></path><path><editType>edit</editType><file>doc/manuals/chapters/rest.adoc</file></path><path><editType>edit</editType><file>src/rest_server.erl</file></path><path><editType>edit</editType><file>src/pfcp_peer.erl</file></path><path><editType>edit</editType><file>doc/manuals/chapters/configuration.adoc</file></path><path><editType>edit</editType><file>contrib/openapi.yaml</file></path><path><editType>edit</editType><file>priv/openapi.json</file></path><path><editType>edit</editType><file>src/osmo_s1gw_sup.erl</file></path><path><editType>edit</editType><file>include/osmo_s1gw.hrl</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/fixeria</absoluteUrl><fullName>Vadim Yanitskiy</fullName></culprit><run><number>724</number><url>https://jenkins.osmocom.org/jenkins/job/gerrit-osmo-s1gw-build/JOB_TYPE=build,a1=default,a3=default,a4=default,label=osmocom-gerrit/724/</url></run><run><number>724</number><url>https://jenkins.osmocom.org/jenkins/job/gerrit-osmo-s1gw-build/JOB_TYPE=manuals,a1=default,a3=default,a4=default,label=osmocom-gerrit/724/</url></run><run><number>719</number><url>https://jenkins.osmocom.org/jenkins/job/gerrit-osmo-s1gw-build/a1=default,a2=default,a3=default,a4=default,label=osmocom-gerrit/719/</url></run></matrixBuild>