{
  "_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" : 231636,
      "executingTimeMillis" : 231636,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6176,
      "waitingTimeMillis" : 6176
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 11244,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f7d57b48168d79dd6707bfee6677ee6c13eb45ba",
            "branch" : [
              {
                "SHA1" : "f7d57b48168d79dd6707bfee6677ee6c13eb45ba",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f7d57b48168d79dd6707bfee6677ee6c13eb45ba",
            "branch" : [
              {
                "SHA1" : "f7d57b48168d79dd6707bfee6677ee6c13eb45ba",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 11003,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7db79cc39a265a6838206df836d1bee28be1acee",
            "branch" : [
              {
                "SHA1" : "7db79cc39a265a6838206df836d1bee28be1acee",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7db79cc39a265a6838206df836d1bee28be1acee",
            "branch" : [
              {
                "SHA1" : "7db79cc39a265a6838206df836d1bee28be1acee",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7614,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "73773447715c57075ad5acb96a5346ff23d7e91f",
            "branch" : [
              {
                "SHA1" : "73773447715c57075ad5acb96a5346ff23d7e91f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "73773447715c57075ad5acb96a5346ff23d7e91f",
            "branch" : [
              {
                "SHA1" : "73773447715c57075ad5acb96a5346ff23d7e91f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f7d57b48168d79dd6707bfee6677ee6c13eb45ba",
        "branch" : [
          {
            "SHA1" : "f7d57b48168d79dd6707bfee6677ee6c13eb45ba",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-bts"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#11244",
  "duration" : 231636,
  "estimatedDuration" : 227533,
  "executor" : None,
  "fullDisplayName" : "master-osmo-bts #11244",
  "id" : "11244",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 11244,
  "queueId" : 6676,
  "result" : "SUCCESS",
  "timestamp" : 1768824486592,
  "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/11244/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/common/power_control.c",
          "tests/power/bs_power_loop_test.c",
          "src/common/vty.c",
          "src/common/rsl.c",
          "include/osmo-bts/lchan.h",
          "tests/power/ms_power_loop_test.c"
        ],
        "commitId" : "f7d57b48168d79dd6707bfee6677ee6c13eb45ba",
        "timestamp" : 1768824366000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "{bs,ms}_power_control: Move params inside lchan_power_ctrl_state\u000a\u000aThose fields are also part of the power control state, since they are\u000amodified through the lifecycle of the lchan eg. during rx of CHAN\u000a(RE)ACT, MS POWER CONTROL, etc. Those should also be reset together with\u000aother fields.\u000a\u000aMoreover, with this patch we get rid of an extra indirection pointer\u000awhich could be NULL (under static configuration) and hence create\u000apotential problems.\u000a\u000aChange-Id: I0e2a6c2c33e0ac9a0bc1734d83eaeafc27f2f4df\u000a",
        "date" : "2026-01-19 12:06:06 +0000",
        "id" : "f7d57b48168d79dd6707bfee6677ee6c13eb45ba",
        "msg" : "{bs,ms}_power_control: Move params inside lchan_power_ctrl_state",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/common/power_control.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmo-bts/lchan.h"
          },
          {
            "editType" : "edit",
            "file" : "tests/power/bs_power_loop_test.c"
          },
          {
            "editType" : "edit",
            "file" : "src/common/rsl.c"
          },
          {
            "editType" : "edit",
            "file" : "src/common/vty.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/power/ms_power_loop_test.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=lc15,FIRMWARE_VERSION=master,WITH_MANUALS=1,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=lc15,FIRMWARE_VERSION=origin%2Fnrw%2Flitecell15,WITH_MANUALS=0,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=lc15,FIRMWARE_VERSION=v2017.01,WITH_MANUALS=0,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=oc2g,FIRMWARE_VERSION=master,WITH_MANUALS=1,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=oc2g,FIRMWARE_VERSION=origin%2Fnrw%2Foc2g,WITH_MANUALS=0,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=oct,FIRMWARE_VERSION=master,WITH_MANUALS=1,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=oct+trx,FIRMWARE_VERSION=master,WITH_MANUALS=1,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=sysmo,FIRMWARE_VERSION=femtobts_v2.7,WITH_MANUALS=0,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=sysmo,FIRMWARE_VERSION=master,WITH_MANUALS=1,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=sysmo,FIRMWARE_VERSION=superfemto_v2.4,WITH_MANUALS=0,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=sysmo,FIRMWARE_VERSION=superfemto_v3.0.1pre,WITH_MANUALS=0,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=sysmo,FIRMWARE_VERSION=superfemto_v3.1,WITH_MANUALS=0,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=sysmo,FIRMWARE_VERSION=superfemto_v5.1,WITH_MANUALS=0,a4=default,label=osmocom-master/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=0,a4=default,label=raspbian/11244/"
    },
    {
      "number" : 11244,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-bts/BTS_MODEL=trx,FIRMWARE_VERSION=master,WITH_MANUALS=1,a4=default,label=osmocom-master/11244/"
    }
  ]
}