{
  "_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" : 201016,
      "executingTimeMillis" : 201016,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5484,
      "waitingTimeMillis" : 5484
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 49036,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b64f822ef8d7046342cd676e62e72f0b12e133f6",
            "branch" : [
              {
                "SHA1" : "b64f822ef8d7046342cd676e62e72f0b12e133f6",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b64f822ef8d7046342cd676e62e72f0b12e133f6",
            "branch" : [
              {
                "SHA1" : "b64f822ef8d7046342cd676e62e72f0b12e133f6",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 34422,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8284fb053dbfbc70438684cf47b65d1269142187",
            "branch" : [
              {
                "SHA1" : "8284fb053dbfbc70438684cf47b65d1269142187",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8284fb053dbfbc70438684cf47b65d1269142187",
            "branch" : [
              {
                "SHA1" : "8284fb053dbfbc70438684cf47b65d1269142187",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b64f822ef8d7046342cd676e62e72f0b12e133f6",
        "branch" : [
          {
            "SHA1" : "b64f822ef8d7046342cd676e62e72f0b12e133f6",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-msc"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#49036",
  "duration" : 201016,
  "estimatedDuration" : 213520,
  "executor" : None,
  "fullDisplayName" : "master-osmo-msc #49036",
  "id" : "49036",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 49036,
  "queueId" : 1975501,
  "result" : "SUCCESS",
  "timestamp" : 1756141265962,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/49036/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/vlr/vlr.h",
          "src/libvlr/vlr.c",
          "src/libmsc/gsm_04_08.c"
        ],
        "commitId" : "5611c75328a2b34a47152fab571c31f1dd83fabe",
        "timestamp" : 1756141182000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/lynxis",
          "fullName" : "lynxis"
        },
        "authorEmail" : "lynxis@fe80.eu",
        "comment" : "vlr: extend the subscriber invalidate callback with reasons\u000a\u000aThe VLR must be allowed to notify the MSC if a subscriber becomes invalid.\u000aThere are multiple cases when this happens:\u000aa) if the subscriber didn't do a Location Update Procedure within the\u000agiven periodic timer.\u000ab) if the HLR does a Cancel Location Procedure with reason withdraw\u000ac) if the HLR does a Cancel Location Procedure with reason update location.\u000ad) duplicate entries (unsure if this is valid, but keeping the code as is)\u000a\u000aChange-Id: Ie5b687318b106a230fcee52deba86649641004b3\u000a",
        "date" : "2025-08-25 16:59:42 +0000",
        "id" : "5611c75328a2b34a47152fab571c31f1dd83fabe",
        "msg" : "vlr: extend the subscriber invalidate callback with reasons",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libmsc/gsm_04_08.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/vlr/vlr.h"
          },
          {
            "editType" : "edit",
            "file" : "src/libvlr/vlr.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/msc_vlr/msc_vlr_test_authen_reuse.err",
          "tests/msc_vlr/msc_vlr_test_umts_authen.err",
          "src/libvlr/vlr.c",
          "tests/msc_vlr/msc_vlr_test_gsm_ciph.c",
          "tests/msc_vlr/msc_vlr_test_reject_concurrency.c",
          "tests/msc_vlr/msc_vlr_test_umts_authen.c",
          "tests/msc_vlr/msc_vlr_test_ms_timeout.c",
          "tests/msc_vlr/msc_vlr_test_reject_concurrency.err",
          "tests/msc_vlr/msc_vlr_test_gsm_ciph.err",
          "tests/msc_vlr/msc_vlr_test_rest.c",
          "tests/msc_vlr/msc_vlr_test_ms_timeout.err",
          "tests/msc_vlr/msc_vlr_test_gsm_authen.c",
          "tests/msc_vlr/msc_vlr_test_authen_reuse.c",
          "tests/msc_vlr/msc_vlr_test_rest.err",
          "tests/msc_vlr/msc_vlr_test_no_authen.err",
          "tests/msc_vlr/msc_vlr_test_gsm_authen.err",
          "tests/msc_vlr/msc_vlr_test_no_authen.c"
        ],
        "commitId" : "b64f822ef8d7046342cd676e62e72f0b12e133f6",
        "timestamp" : 1756141182000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/lynxis",
          "fullName" : "lynxis"
        },
        "authorEmail" : "lynxis@fe80.eu",
        "comment" : "vlr: when receiving imsi detach, purge the subscriber towards HLR\u000a\u000aThe HLR must know when a subscriber has been disconnected.\u000a\u000aChange-Id: I9c2569c45e69b422ce26050b682e6eb26c1c2625\u000a",
        "date" : "2025-08-25 16:59:42 +0000",
        "id" : "b64f822ef8d7046342cd676e62e72f0b12e133f6",
        "msg" : "vlr: when receiving imsi detach, purge the subscriber towards HLR",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_ms_timeout.err"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_authen_reuse.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_umts_authen.err"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_authen_reuse.err"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_ms_timeout.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_reject_concurrency.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_rest.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_rest.err"
          },
          {
            "editType" : "edit",
            "file" : "src/libvlr/vlr.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_gsm_ciph.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_reject_concurrency.err"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_no_authen.err"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_umts_authen.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_gsm_authen.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_gsm_authen.err"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_gsm_ciph.err"
          },
          {
            "editType" : "edit",
            "file" : "tests/msc_vlr/msc_vlr_test_no_authen.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/lynxis",
      "fullName" : "lynxis"
    }
  ],
  "runs" : [
    {
      "number" : 49036,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--disable-iu,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master/49036/"
    },
    {
      "number" : 49036,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--enable-iu,WITH_MANUALS=1,a3=default,a4=default,label=osmocom-master/49036/"
    }
  ]
}