{
  "_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" : 169668,
      "executingTimeMillis" : 169668,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5141,
      "waitingTimeMillis" : 5141
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 29537,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8d16034f6c51f83a5503fb28df08311031c56ddb",
            "branch" : [
              {
                "SHA1" : "8d16034f6c51f83a5503fb28df08311031c56ddb",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8d16034f6c51f83a5503fb28df08311031c56ddb",
            "branch" : [
              {
                "SHA1" : "8d16034f6c51f83a5503fb28df08311031c56ddb",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 20229,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8d16034f6c51f83a5503fb28df08311031c56ddb",
        "branch" : [
          {
            "SHA1" : "8d16034f6c51f83a5503fb28df08311031c56ddb",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-bsc"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#29537",
  "duration" : 169668,
  "estimatedDuration" : 175394,
  "executor" : None,
  "fullDisplayName" : "master-osmo-bsc #29537",
  "id" : "29537",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 29537,
  "queueId" : 106572,
  "result" : "SUCCESS",
  "timestamp" : 1777649586103,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-bsc/29537/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/bts_nokia_site.c",
          "include/osmocom/bsc/bts.h"
        ],
        "commitId" : "98c00b13ee7a0b30b24f86a56ac89214598a674b",
        "timestamp" : 1777484283000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
          "fullName" : "falcon"
        },
        "authorEmail" : "falcon@freecalypso.org",
        "comment" : "nokia: add support for Flexi Multiradio\u000a\u000aPrevious support existed for Nokia MetroSite, UltraSite and InSite\u000amodels, resulting in BTS model name \"nokia_site\".  However, there\u000aexist newer Nokia BTS models that also support E1 Abis and can be\u000asupported by OsmoBSC with relatively small changes: Flexi EDGE,\u000aFlexi Multiradio and Flexi Multiradio 10.  Out of these newer\u000amodels, American 2G Cooperative (the present patch author's current\u000aorganization) has only Flexi MR at the present time - hence this\u000amodel shall be the first \"new\" Nokia BTS to be supported.\u000a\u000aThe first change required in order to support Flexi MR is ability\u000ato receive long OML messages that have been segmented by the BTS:\u000athe new BTS sends a much longer BTS_CONF_REQ message, and we have\u000ato handle it correctly.\u000a\u000aChange-Id: Icd429552c3b5e90d6c5d3ae5f52afd6550e3cebc\u000a",
        "date" : "2026-04-29 17:38:03 +0000",
        "id" : "98c00b13ee7a0b30b24f86a56ac89214598a674b",
        "msg" : "nokia: add support for Flexi Multiradio",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/bts_nokia_site.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/bsc/bts.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/bts_vty.c"
        ],
        "commitId" : "3530abb052e22af37f78c66bf9fd662428c04280",
        "timestamp" : 1777484763000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
          "fullName" : "falcon"
        },
        "authorEmail" : "falcon@freecalypso.org",
        "comment" : "nokia vty: change help strings away from \"*Site\"\u000a\u000aSupport for Nokia BTS in OsmoBSC is being expanded from just *Site\u000afamily to also include Flexi Multiradio - therefore, help strings\u000aand error messages in vty should be changed accordingly.\u000a\u000aFIXME: names of Nokia-specific vty settings still begin with\u000anokia_site, ditto for the name of the BTS model.  TODO: decide\u000aon a proper long-term solution.\u000a\u000aChange-Id: I55556b7b5aa5bc6efcbee815e9011497a933697c\u000a",
        "date" : "2026-04-29 17:46:03 +0000",
        "id" : "3530abb052e22af37f78c66bf9fd662428c04280",
        "msg" : "nokia vty: change help strings away from \"*Site\"",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/bts_vty.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/bts_vty.c"
        ],
        "commitId" : "8d16034f6c51f83a5503fb28df08311031c56ddb",
        "timestamp" : 1777484765000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
          "fullName" : "falcon"
        },
        "authorEmail" : "falcon@freecalypso.org",
        "comment" : "nokia skip-reset: make consistent with other vty settings\u000a\u000aAll other Nokia-specific vty settings use is_nokia_bts() helper\u000afunction, while the code for skip-reset directly compares\u000abts->type against GSM_BTS_TYPE_NOKIA_SITE.  Change to use the\u000ahelper function: it is consistent with other vty settings,\u000aand avoids one more place that erroneously refers to *Site\u000ainstead of all Nokia BTS.\u000a\u000aChange-Id: Ie8cdac51f82185e2d4f37a8da00acba633670052\u000a",
        "date" : "2026-04-29 17:46:05 +0000",
        "id" : "8d16034f6c51f83a5503fb28df08311031c56ddb",
        "msg" : "nokia skip-reset: make consistent with other vty settings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/bts_vty.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
      "fullName" : "falcon"
    }
  ],
  "runs" : [
    {
      "number" : 29537,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/29537/"
    }
  ]
}