{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org laforge@gnumonks.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 33851,
      "executingTimeMillis" : 33851,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8463,
      "waitingTimeMillis" : 8463
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3256,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "954c83b8444641b8ecdef97985133449a81960ed",
            "branch" : [
              {
                "SHA1" : "954c83b8444641b8ecdef97985133449a81960ed",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "954c83b8444641b8ecdef97985133449a81960ed",
            "branch" : [
              {
                "SHA1" : "954c83b8444641b8ecdef97985133449a81960ed",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 475,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bf8e49a1bde4862eda5c32192ffb696b9963d90a",
            "branch" : [
              {
                "SHA1" : "bf8e49a1bde4862eda5c32192ffb696b9963d90a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bf8e49a1bde4862eda5c32192ffb696b9963d90a",
            "branch" : [
              {
                "SHA1" : "bf8e49a1bde4862eda5c32192ffb696b9963d90a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "954c83b8444641b8ecdef97985133449a81960ed",
        "branch" : [
          {
            "SHA1" : "954c83b8444641b8ecdef97985133449a81960ed",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-pfcp"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#3256",
  "duration" : 33851,
  "estimatedDuration" : 38400,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-pfcp #3256",
  "id" : "3256",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 3256,
  "queueId" : 37350,
  "result" : "SUCCESS",
  "timestamp" : 1771493829638,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-pfcp/3256/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/libosmo-pfcp/pfcp_endpoint.c",
          "include/osmocom/pfcp/pfcp_cp_peer_private.h",
          "src/libosmo-pfcp/pfcp_cp_peer.c"
        ],
        "commitId" : "ac9c9ca3e74cd34d0cba013a56bea60c7de184b0",
        "timestamp" : 1771240611000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "cp_peer: Implement local originated heartbeat procedure\u000a\u000aSubmit PFCP Hearbeat Request with configured interval,\u000aand timeout after no PFCP Hearbeat Response received based on\u000aconfiguration.\u000a\u000aUpon timeout, the cp_peer assoc_cb() is called to notify the user that\u000athe peer is considered not associated anymore. It will then try to\u000akeep associating again automatically.\u000a\u000aDefault value for OSMO_PFCP_TIMER_HEARTBEAT_RESP is increased to 35s to\u000aallow for a single Heartbeat Request packet loss.\u000a\u000aRelated: SYS#7294\u000aChange-Id: I7efc0961e1ea39dd7f4cc6ba96be4cf5ce9a2d6c\u000a",
        "date" : "2026-02-16 12:16:51 +0100",
        "id" : "ac9c9ca3e74cd34d0cba013a56bea60c7de184b0",
        "msg" : "cp_peer: Implement local originated heartbeat procedure",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libosmo-pfcp/pfcp_endpoint.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/pfcp/pfcp_cp_peer_private.h"
          },
          {
            "editType" : "edit",
            "file" : "src/libosmo-pfcp/pfcp_cp_peer.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/pfcp/pfcp_cp_peer_private.h",
          "src/libosmo-pfcp/pfcp_cp_peer.c"
        ],
        "commitId" : "954c83b8444641b8ecdef97985133449a81960ed",
        "timestamp" : 1771258734000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "pfcp: Trigger assoc_cb(false) upon Recovery Timestamp change\u000a\u000aSignal cp_peer becomes disassociated to the user when the recovery\u000atimestamp value changes.\u000aThe library will automatically try to re-associate after signalling the\u000aassociation change.\u000a\u000aRelated: SYS#7294\u000aChange-Id: I5400ae9c2f00b3c87a73aef5cebba67cf9434477\u000a",
        "date" : "2026-02-16 17:18:54 +0100",
        "id" : "954c83b8444641b8ecdef97985133449a81960ed",
        "msg" : "pfcp: Trigger assoc_cb(false) upon Recovery Timestamp change",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/pfcp/pfcp_cp_peer_private.h"
          },
          {
            "editType" : "edit",
            "file" : "src/libosmo-pfcp/pfcp_cp_peer.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 3256,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-pfcp/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/3256/"
    }
  ]
}