{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 1257,
      "executingTimeMillis" : 1257,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7022,
      "waitingTimeMillis" : 7022
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3142,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "67744bb901d565a590eea4c2f06f5a90d597db9e",
            "branch" : [
              {
                "SHA1" : "67744bb901d565a590eea4c2f06f5a90d597db9e",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "67744bb901d565a590eea4c2f06f5a90d597db9e",
            "branch" : [
              {
                "SHA1" : "67744bb901d565a590eea4c2f06f5a90d597db9e",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2694,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "67744bb901d565a590eea4c2f06f5a90d597db9e",
        "branch" : [
          {
            "SHA1" : "67744bb901d565a590eea4c2f06f5a90d597db9e",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ttcn3-hacks"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#3142",
  "duration" : 1257,
  "estimatedDuration" : 1330,
  "executor" : None,
  "fullDisplayName" : "registry-trigger-osmo-ttcn3-hacks #3142",
  "id" : "3142",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 3142,
  "queueId" : 35610,
  "result" : "SUCCESS",
  "timestamp" : 1771316888360,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-trigger-osmo-ttcn3-hacks/3142/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Makefile"
        ],
        "commitId" : "b8108ecc710b5b85374ffccc7d0d04ad1766b43f",
        "timestamp" : 1771251190000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "Makefile: clean-logs: also remove *.merged\u000a\u000aChange-Id: I6efe839ae2d527387b533fd110965335c0f850c9\u000a",
        "date" : "2026-02-16 21:13:10 +0700",
        "id" : "b8108ecc710b5b85374ffccc7d0d04ad1766b43f",
        "msg" : "Makefile: clean-logs: also remove *.merged",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "bts/BTS_Tests.ttcn"
        ],
        "commitId" : "67744bb901d565a590eea4c2f06f5a90d597db9e",
        "timestamp" : 1771251628000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "bts: as_rsl_meas_res(): tolerate low RxLev in early reports\u000a\u000aThe MS is not guaranteed to begin transmitting immediately after\u000aactivation of the respective logical channel.  There is typically a\u000ashort interval during which the BTS receives no bursts.  Consequently,\u000athe initial RSL measurement reports are expected to indicate poor\u000aRxLev/RxQual values.\u000a\u000aWe already tolerate bad RxQual values;  however, sporadic failures\u000astill occur due to low RxLev in the very first report.  Extend the\u000alogic in f_build_meas_res_tmpl() to tolerate low RxLev as well.\u000a\u000aChange-Id: Ic632917d429ec597dba524bf79749944cf1fc628\u000aRelated: 8ce558dd (\"bts: as_rsl_meas_res(): tolerate bad RxQual in early reports\")\u000aRelated: OS#6933\u000a",
        "date" : "2026-02-16 21:20:28 +0700",
        "id" : "67744bb901d565a590eea4c2f06f5a90d597db9e",
        "msg" : "bts: as_rsl_meas_res(): tolerate low RxLev in early reports",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "bts/BTS_Tests.ttcn"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    }
  ]
}