{
  "_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" : 242085,
      "executingTimeMillis" : 242085,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8270,
      "waitingTimeMillis" : 8270
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 49131,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d0999628fdd2be03654510cd366bde28c2300357",
            "branch" : [
              {
                "SHA1" : "d0999628fdd2be03654510cd366bde28c2300357",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d0999628fdd2be03654510cd366bde28c2300357",
            "branch" : [
              {
                "SHA1" : "d0999628fdd2be03654510cd366bde28c2300357",
                "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" : "d0999628fdd2be03654510cd366bde28c2300357",
        "branch" : [
          {
            "SHA1" : "d0999628fdd2be03654510cd366bde28c2300357",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-msc"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#49131",
  "duration" : 242085,
  "estimatedDuration" : 239528,
  "executor" : None,
  "fullDisplayName" : "master-osmo-msc #49131",
  "id" : "49131",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 49131,
  "queueId" : 1985356,
  "result" : "SUCCESS",
  "timestamp" : 1757075468522,
  "url" : "https://jenkins.osmocom.org/jenkins/view/OBS/job/master-osmo-msc/49131/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/libmsc/gsm_04_08_cc.c"
        ],
        "commitId" : "e9438d874e79ab99af48336f5f2ff277b940e11f",
        "timestamp" : 1757056160000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "gsm48_cc_tx_setup_set_transaction_id: split out\u000a\u000aMove the code for setting the transaction ID to a separate function to\u000astart making gsm48_cc_tx_setup shorter and easier to read. Return -1 on\u000aerror instead of rc from mncc_release_ind() as it returns 0 on success.\u000a\u000aMake some tweaks while at it:\u000a* Set LOGL_ERROR for the \"TX Setup with assigned transaction\" error.\u000a* Add a log message for the \"could not get a free transaction ID\" case.\u000a* Minor formatting tweaks.\u000a\u000aChange-Id: I715f12d09570211a98b667c56960309bd326e8d8\u000a",
        "date" : "2025-09-05 09:09:20 +0200",
        "id" : "e9438d874e79ab99af48336f5f2ff277b940e11f",
        "msg" : "gsm48_cc_tx_setup_set_transaction_id: split out",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libmsc/gsm_04_08_cc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/libmsc/gsm_04_08_cc.c"
        ],
        "commitId" : "7ae6e6c5097abce8bb79f955038da02851862bd2",
        "timestamp" : 1757056228000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "gsm48_cc_tx_setup_set_transaction_id: tweak error msg\u000a\u000aReword the message to make it less confusing.\u000a\u000aChange-Id: I4007e99b6abd9b2e05945ccdedaac185a2aea19e\u000a",
        "date" : "2025-09-05 09:10:28 +0200",
        "id" : "7ae6e6c5097abce8bb79f955038da02851862bd2",
        "msg" : "gsm48_cc_tx_setup_set_transaction_id: tweak error msg",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libmsc/gsm_04_08_cc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/libmsc/gsm_04_08_cc.c"
        ],
        "commitId" : "eb9cd89089bc1c9ad2d90725b1c6e229086fc84a",
        "timestamp" : 1757056427000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "gsm48_cc_tx_setup_select_codecs: split out\u000a\u000aChange-Id: Ic502f9ed77ea57de4cf6d362c0e7070d9147d6f3\u000a",
        "date" : "2025-09-05 09:13:47 +0200",
        "id" : "eb9cd89089bc1c9ad2d90725b1c6e229086fc84a",
        "msg" : "gsm48_cc_tx_setup_select_codecs: split out",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libmsc/gsm_04_08_cc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/libmsc/gsm_04_08_cc.c"
        ],
        "commitId" : "b70947f99faebbf190ff48f5404513f58da16e57",
        "timestamp" : 1757056429000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "gsm48_cc_tx_setup_set_bearer_cap: split out\u000a\u000aChange-Id: I3fe6bb2af90d729bb32cae8f5a1a38dcf8f87eb9\u000a",
        "date" : "2025-09-05 09:13:49 +0200",
        "id" : "b70947f99faebbf190ff48f5404513f58da16e57",
        "msg" : "gsm48_cc_tx_setup_set_bearer_cap: split out",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libmsc/gsm_04_08_cc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/libmsc/gsm_04_08_cc.c"
        ],
        "commitId" : "9c28995398d843af84c54a913750ea091eb67534",
        "timestamp" : 1757057119000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "gsm48_cc_tx_setup_encode_msg: split out\u000a\u000aChange-Id: I443b4b54c6ad40d852e4c21c896c2d0da5fac239\u000a",
        "date" : "2025-09-05 09:25:19 +0200",
        "id" : "9c28995398d843af84c54a913750ea091eb67534",
        "msg" : "gsm48_cc_tx_setup_encode_msg: split out",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libmsc/gsm_04_08_cc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/libmsc/gsm_04_08_cc.c"
        ],
        "commitId" : "d0999628fdd2be03654510cd366bde28c2300357",
        "timestamp" : 1757057150000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "gsm48_cc_tx_setup: remove extra bearer_cap var\u000a\u000aStore the bearer capabilities directly in the transaction, instead of\u000astoring them in a separate variable first, then copying it to the\u000atransaction, then using both the separate variable and the copy in the\u000atransaction later on. The extra variable is not needed and only makes it\u000amore compilicated.\u000a\u000aAdd an explicit '.transfer = GSM48_BCAP_ITCAP_SPEECH,' while at it in\u000athe speech case. This was already set implicitly because\u000aGSM48_BCAP_ITCAP_SPEECH is 0.\u000a\u000aChange-Id: I247ef10923c2875ca75e73046f4b8ed14190d4d2\u000a",
        "date" : "2025-09-05 09:25:50 +0200",
        "id" : "d0999628fdd2be03654510cd366bde28c2300357",
        "msg" : "gsm48_cc_tx_setup: remove extra bearer_cap var",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libmsc/gsm_04_08_cc.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 49131,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OBS/job/master-osmo-msc/IU=--disable-iu,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master/49131/"
    },
    {
      "number" : 49131,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OBS/job/master-osmo-msc/IU=--enable-iu,WITH_MANUALS=1,a3=default,a4=default,label=osmocom-master/49131/"
    }
  ]
}