{
  "_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" : 154393,
      "executingTimeMillis" : 154393,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6142,
      "waitingTimeMillis" : 6142
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 28659,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d09ed44c1f9a873f4557c09624c6974efea8e1cf",
            "branch" : [
              {
                "SHA1" : "d09ed44c1f9a873f4557c09624c6974efea8e1cf",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d09ed44c1f9a873f4557c09624c6974efea8e1cf",
            "branch" : [
              {
                "SHA1" : "d09ed44c1f9a873f4557c09624c6974efea8e1cf",
                "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" : "d09ed44c1f9a873f4557c09624c6974efea8e1cf",
        "branch" : [
          {
            "SHA1" : "d09ed44c1f9a873f4557c09624c6974efea8e1cf",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-bsc"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#28659",
  "duration" : 154393,
  "estimatedDuration" : 162285,
  "executor" : None,
  "fullDisplayName" : "master-osmo-bsc #28659",
  "id" : "28659",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 28659,
  "queueId" : 2048636,
  "result" : "SUCCESS",
  "timestamp" : 1763746086648,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-bsc/28659/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/osmo_bsc_mgcp.c",
          "include/osmocom/bsc/bsc_msc_data.h",
          "TODO-RELEASE",
          "src/osmo-bsc/osmo_bsc_sigtran.c",
          "include/osmocom/bsc/osmo_bsc_sigtran.h",
          "src/osmo-bsc/bsc_ctrl.c"
        ],
        "commitId" : "fec8f19ec1c55c91c962f430b5b9b04878672ef0",
        "timestamp" : 1763728371000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "sccplite: Handle MGCP/CTRL over SCCPLite multiplex using MTP-TRANSFER.req/ind\u000a\u000aThis is needed ie. in SCCPLite, where MGCP and CTRL messages need to be\u000asent/received over the same IPA multiplex TCP conn as the SCCPLite\u000a(SCCP/IPA) one towards a given MSC.\u000a\u000aPrior to this, osmo-bsc-sccplite was doing lots of manual\u000alibosmo-sigtran APIs to obtain a route, an AS, and ASP, sending over an\u000aASP, etc. Similary, the rx_unknown callback was added to libosmo-sigtran\u000ato hook into the ASP level. Tons of stuff which should really be done\u000aproperly inside libosmo-sigtran and provided over the existing public\u000aSAPs, as this patch proposes.\u000a\u000aWith the proposed approach, an SCCPLite client (eg. osmo-bsc), besides\u000asetting up an sccp_user to handle SCCP, also sets an ss7_user (MTP SAP)\u000awith the newly introduced new Service Indicator (SI) MTP_SI_NI11_OSMO_IPA\u000ato be able to manage the IPA[MGCP/CTRL] traffic towards a given MTP peer\u000a(SCCPLite client, ie. MSC).\u000a\u000aRelated: SYS#6880\u000aDepends: libosmo-sigtran.git Change-Id I9fedb26ccd3434fc7f272feb3c45cf4bdb80c7ae\u000aChange-Id: I567ed206eab1add21836bfd937f3790d3d7a00d7\u000a",
        "date" : "2025-11-21 13:32:51 +0100",
        "id" : "fec8f19ec1c55c91c962f430b5b9b04878672ef0",
        "msg" : "sccplite: Handle MGCP/CTRL over SCCPLite multiplex using",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/osmo_bsc_mgcp.c"
          },
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/bsc/bsc_msc_data.h"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/osmo_bsc_sigtran.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/bsc/osmo_bsc_sigtran.h"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/bsc_ctrl.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/osmo_bsc_mgcp.c"
        ],
        "commitId" : "d09ed44c1f9a873f4557c09624c6974efea8e1cf",
        "timestamp" : 1763728378000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "sccplite: rx mgcp: Make sure payload string is null-terminated\u000a\u000aChange-Id: Iac3ea7dd5d89eb9ffb6d5123700e9dc9cdfc2ea2\u000a",
        "date" : "2025-11-21 13:32:58 +0100",
        "id" : "d09ed44c1f9a873f4557c09624c6974efea8e1cf",
        "msg" : "sccplite: rx mgcp: Make sure payload string is null-terminated",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/osmo_bsc_mgcp.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 28659,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/28659/"
    }
  ]
}