{
  "_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" : 75709,
      "executingTimeMillis" : 75709,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6662,
      "waitingTimeMillis" : 6662
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1157,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1c6a172b432e757923e59cc030d9b463a9bbf7af",
            "branch" : [
              {
                "SHA1" : "1c6a172b432e757923e59cc030d9b463a9bbf7af",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1c6a172b432e757923e59cc030d9b463a9bbf7af",
            "branch" : [
              {
                "SHA1" : "1c6a172b432e757923e59cc030d9b463a9bbf7af",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1c6a172b432e757923e59cc030d9b463a9bbf7af",
        "branch" : [
          {
            "SHA1" : "1c6a172b432e757923e59cc030d9b463a9bbf7af",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1157",
  "duration" : 75709,
  "estimatedDuration" : 89026,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #1157",
  "id" : "1157",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1157,
  "queueId" : 109429,
  "result" : "SUCCESS",
  "timestamp" : 1777910768200,
  "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-libosmo-sigtran/1157/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/tcap_as_loadshare.c"
        ],
        "commitId" : "23c2421656ae66ff2b341e9c88b82f83e9945132",
        "timestamp" : 1777468601000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "tcap_as_loadshare: Don't fill in PC from M3UA\u000a\u000aFilling in the point codes from M3UA breaks down on asymmetric MTP paths\u000awhere the reply is sent from a different PC than the original message\u000awas addressed to.\u000a\u000aIf both calling and called_addr are not point codes then the compare in\u000atcap_trans_track_entry_find() will ignore them. It still matches on\u000aotid/dtid.\u000a\u000aRelated: SYS#5423\u000aChange-Id: I4f99fc87cd33ee3f2aad531710cc39a9b9c7e6d9\u000a",
        "date" : "2026-04-29 15:16:41 +0200",
        "id" : "23c2421656ae66ff2b341e9c88b82f83e9945132",
        "msg" : "tcap_as_loadshare: Don't fill in PC from M3UA",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/tcap_as_loadshare.c"
        ],
        "commitId" : "f1b597eb5895c4b3226f6c7d8caa4c5b76c50cfc",
        "timestamp" : 1777476950000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "tcap_as_loadshare: Use tcap_trans_track_begin instead of *_entry_create\u000a\u000a*_begin checks for a matching entry and reuses that (with an updated\u000atimestamp). This avoids duplicate entries in the tcap cache.\u000a\u000aRelated: SYS#5423\u000aChange-Id: Icbaab976ed8207843129291494176679db574304\u000a",
        "date" : "2026-04-29 17:35:50 +0200",
        "id" : "f1b597eb5895c4b3226f6c7d8caa4c5b76c50cfc",
        "msg" : "tcap_as_loadshare: Use tcap_trans_track_begin instead of *_entry_create",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/tcap_as_loadshare.c"
        ],
        "commitId" : "bde00569a492742144cb2636712fc7e0c81198d3",
        "timestamp" : 1777564252000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "tcap_as_loadshare: Route msg based on TCAP route if cache lookup fails\u000a\u000aRelated: SYS#5423\u000aChange-Id: I2fd9068be8a0a512b17c8bd2365aa87c266e5669\u000a",
        "date" : "2026-04-30 17:50:52 +0200",
        "id" : "bde00569a492742144cb2636712fc7e0c81198d3",
        "msg" : "tcap_as_loadshare: Route msg based on TCAP route if cache lookup fails",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/tcap_as_loadshare.c"
        ],
        "commitId" : "1c6a172b432e757923e59cc030d9b463a9bbf7af",
        "timestamp" : 1777564278000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "tcap_as_loadshare: Clarify name of tcap asp selection function\u000a\u000aChange-Id: I327ad282d2689be2bcf7d3da23026717923c9325\u000a",
        "date" : "2026-04-30 17:51:18 +0200",
        "id" : "1c6a172b432e757923e59cc030d9b463a9bbf7af",
        "msg" : "tcap_as_loadshare: Clarify name of tcap asp selection function",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
      "fullName" : "dwillmann"
    }
  ],
  "runs" : [
    {
      "number" : 1157,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/1157/"
    },
    {
      "number" : 1157,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/1157/"
    }
  ]
}