{
  "_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" : 73074,
      "executingTimeMillis" : 73074,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7411,
      "waitingTimeMillis" : 7411
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 13448,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8afbaddc531345ecd191d59362ceead5309a14b9",
            "branch" : [
              {
                "SHA1" : "8afbaddc531345ecd191d59362ceead5309a14b9",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8afbaddc531345ecd191d59362ceead5309a14b9",
            "branch" : [
              {
                "SHA1" : "8afbaddc531345ecd191d59362ceead5309a14b9",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 9235,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ded02cfc290e30f8d635ab73b9febab0ce89768c",
            "branch" : [
              {
                "SHA1" : "ded02cfc290e30f8d635ab73b9febab0ce89768c",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ded02cfc290e30f8d635ab73b9febab0ce89768c",
            "branch" : [
              {
                "SHA1" : "ded02cfc290e30f8d635ab73b9febab0ce89768c",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8afbaddc531345ecd191d59362ceead5309a14b9",
        "branch" : [
          {
            "SHA1" : "8afbaddc531345ecd191d59362ceead5309a14b9",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-mgw"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#13448",
  "duration" : 73074,
  "estimatedDuration" : 99789,
  "executor" : None,
  "fullDisplayName" : "master-osmo-mgw #13448",
  "id" : "13448",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 13448,
  "queueId" : 2066333,
  "result" : "SUCCESS",
  "timestamp" : 1765374067980,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All/job/master-osmo-mgw/13448/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/mgcp_client/mgcp_client_fsm.h",
          "src/libosmo-mgcp-client/mgcp_client.c",
          "include/osmocom/mgcp_client/mgcp_client.h",
          "TODO-RELEASE"
        ],
        "commitId" : "8afbaddc531345ecd191d59362ceead5309a14b9",
        "timestamp" : 1765217796000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
          "fullName" : "falcon"
        },
        "authorEmail" : "falcon@freecalypso.org",
        "comment" : "mgcp_client: add fmtp string to struct ptmap\u000a\u000aAllow MGCP clients to pass arbitrary fmtp strings to MGWs, beyond\u000athe fixed set of parameters captured in legacy struct mgcp_codec_param,\u000aand set a different fmtp string per payload type, as opposed to global.\u000a\u000aCredit: this patch is a derivative work based on Neels Hofmeyr's\u000apatch If58590bda8627519ff07e0b6f43aa47a274f052b from WIP branch\u000aneels/sdp, reduced to just libosmo-mgcp-client.\u000a\u000aPresent necessity: this functional addition is needed in order to\u000aallow osmo-bsc to pass this construct to its MGW when the CN\u000arequested the use of TW-TS-006 extended payload format for AMR:\u000a\u000a\u0009a=rtpmap:112 AMR/8000/1\u000a\u0009a=fmtp:112 octet-align=1; tw-ts-006=1\u000a\u000aAMR codec fmtp parameter tw-ts-006 (defined in TW-TS-006 spec\u000asection B.1) is not supported by osmo-mgw; however, it is supported\u000aby tw-e1abis-mgw, which is the OsmoBSC-compatible MGW needed for\u000aE1 BTS with AMR and CSD.\u000a\u000aChange-Id: I84ba2ed5ab9d379ac0b675520796446ad6ee0710\u000a",
        "date" : "2025-12-08 18:16:36 +0000",
        "id" : "8afbaddc531345ecd191d59362ceead5309a14b9",
        "msg" : "mgcp_client: add fmtp string to struct ptmap",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/libosmo-mgcp-client/mgcp_client.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/mgcp_client/mgcp_client_fsm.h"
          },
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/mgcp_client/mgcp_client.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
      "fullName" : "falcon"
    }
  ],
  "runs" : [
    {
      "number" : 13448,
      "url" : "https://jenkins.osmocom.org/jenkins/view/All/job/master-osmo-mgw/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/13448/"
    }
  ]
}