{
  "_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" : 77067,
      "executingTimeMillis" : 77067,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6051,
      "waitingTimeMillis" : 6051
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 683,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d60bbf4d2ad3f6ff745e81858ba2a4eaee6d9d64",
            "branch" : [
              {
                "SHA1" : "d60bbf4d2ad3f6ff745e81858ba2a4eaee6d9d64",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d60bbf4d2ad3f6ff745e81858ba2a4eaee6d9d64",
            "branch" : [
              {
                "SHA1" : "d60bbf4d2ad3f6ff745e81858ba2a4eaee6d9d64",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d60bbf4d2ad3f6ff745e81858ba2a4eaee6d9d64",
        "branch" : [
          {
            "SHA1" : "d60bbf4d2ad3f6ff745e81858ba2a4eaee6d9d64",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#683",
  "duration" : 77067,
  "estimatedDuration" : 68159,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #683",
  "id" : "683",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 683,
  "queueId" : 1991170,
  "result" : "SUCCESS",
  "timestamp" : 1757704866599,
  "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/master-libosmo-sigtran/683/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m3ua.c"
        ],
        "commitId" : "55dafbf3d4b873102260409b61e89da9e8968ced",
        "timestamp" : 1757704568000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "m3ua: Fix memleak in m3ua_rx_snm_sg() and some paths of m3ua_rx_snm()\u000a\u000aOwn and free the xua msg in the main m3ua_rx_snm*() as done for other\u000amessage types.\u000a\u000aChange-Id: Iab795da63e65d9539a44c985d9ca85aa76d203c6\u000a",
        "date" : "2025-09-12 21:16:08 +0200",
        "id" : "55dafbf3d4b873102260409b61e89da9e8968ced",
        "msg" : "m3ua: Fix memleak in m3ua_rx_snm_sg() and some paths of m3ua_rx_snm()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m3ua.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m3ua.c",
          "src/xua_snm.c"
        ],
        "commitId" : "378deba6183557efacfdde98f6f1267277f6eac6",
        "timestamp" : 1757704587000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "m3ua: Forward SCON messages in SG role\u000a\u000aThe rx handler for SG role was missing to call the already existing code\u000ato propagate state of congestion state towards ASP peers.\u000aSpec references to the feature are added in place in the code.\u000a\u000aChange-Id: Ic68345688d39f5430c30e156b94b1501d77e388c\u000a",
        "date" : "2025-09-12 21:16:27 +0200",
        "id" : "378deba6183557efacfdde98f6f1267277f6eac6",
        "msg" : "m3ua: Forward SCON messages in SG role",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m3ua.c"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_snm.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/sccp_scmg.c",
          "src/xua_snm.c",
          "src/sccp_internal.h",
          "include/osmocom/sigtran/protocol/mtp.h"
        ],
        "commitId" : "d60bbf4d2ad3f6ff745e81858ba2a4eaee6d9d64",
        "timestamp" : 1757704643000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Propagate rx M3UA SCON -> MTP-STATUS.ind -> N-PCSTATE.ind\u000a\u000aChange-Id: I82541612c039b1cc0191cb44d2eecdcbb07fae96\u000a",
        "date" : "2025-09-12 21:17:23 +0200",
        "id" : "d60bbf4d2ad3f6ff745e81858ba2a4eaee6d9d64",
        "msg" : "Propagate rx M3UA SCON -> MTP-STATUS.ind -> N-PCSTATE.ind",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/sccp_internal.h"
          },
          {
            "editType" : "edit",
            "file" : "src/sccp_scmg.c"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_snm.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/sigtran/protocol/mtp.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 683,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/master-libosmo-sigtran/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/683/"
    }
  ]
}