{
  "_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" : 86860,
      "executingTimeMillis" : 86860,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5566,
      "waitingTimeMillis" : 5566
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 767,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fd10986d6e7c48ff03d8b31e4cf833e1bfe241d4",
            "branch" : [
              {
                "SHA1" : "fd10986d6e7c48ff03d8b31e4cf833e1bfe241d4",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fd10986d6e7c48ff03d8b31e4cf833e1bfe241d4",
            "branch" : [
              {
                "SHA1" : "fd10986d6e7c48ff03d8b31e4cf833e1bfe241d4",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "fd10986d6e7c48ff03d8b31e4cf833e1bfe241d4",
        "branch" : [
          {
            "SHA1" : "fd10986d6e7c48ff03d8b31e4cf833e1bfe241d4",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#767",
  "duration" : 86860,
  "estimatedDuration" : 77066,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #767",
  "id" : "767",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 767,
  "queueId" : 2042151,
  "result" : "SUCCESS",
  "timestamp" : 1763132766064,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/767/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ss7_user.c",
          "src/xua_internal.h",
          "tests/ss7/ss7_test.c",
          "src/sccp_instance.c",
          "src/ss7_user.h",
          "include/osmocom/sigtran/osmo_ss7.h",
          "src/ss7_instance.h",
          "src/ss7_hmrt.c",
          "src/sccp_scrc.c",
          "src/mtp_sap.c",
          "TODO-RELEASE"
        ],
        "commitId" : "0adde5bdba523060d83f4ed5d63d36f100d57264",
        "timestamp" : 1763127087000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "mtp: Improve mtp_sap/ss7_user APIs\u000a\u000a* The ss7_user API was so far never used externally, and internally only\u000a  by SCCP and a unit test. It has several bad practices like first\u000a  passing a inst parent ptr to allocate it, and then require a inst\u000a  pointer again to operate on it (eg. register/unregister, send a\u000a  primitive, etc.). This only makes the API more complex than needed and\u000a  creates potential problems where a isnt differnet than the one ss7_user\u000a  was allocated on is passed. Instead, the ss7_user is pinned to its\u000a  parent inst during alloction, and all MTP-SAP always happens uniquely\u000a  through the ss7_user. This follows much more closely the already\u000a  sanitized and much more used sccp_sap/sccp_user APIs.\u000a\u000a* Move more primitive/SAP related code to mtp_sap.c, to make it easier to\u000a  spot where the inter-layer communication happens. This way we also have\u000a  the same disposition as with sccp_sap/sccp_user.\u000a\u000a* Clean up some primitive related APIs to unify naming with other usual\u000a  SAP/primitive osmocom code.\u000a\u000aChange-Id: If320db2bcec7ccbbc2cdac0cbf018fd8be7bde22\u000a",
        "date" : "2025-11-14 14:31:27 +0100",
        "id" : "0adde5bdba523060d83f4ed5d63d36f100d57264",
        "msg" : "mtp: Improve mtp_sap/ss7_user APIs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_user.h"
          },
          {
            "editType" : "edit",
            "file" : "src/mtp_sap.c"
          },
          {
            "editType" : "edit",
            "file" : "src/sccp_scrc.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/sigtran/osmo_ss7.h"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_user.c"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_internal.h"
          },
          {
            "editType" : "edit",
            "file" : "tests/ss7/ss7_test.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_instance.h"
          },
          {
            "editType" : "edit",
            "file" : "src/sccp_instance.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_hmrt.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ss7_user.h",
          "src/ss7_hmrt.c",
          "src/sccp_scrc.c",
          "include/osmocom/sigtran/mtp_sap.h",
          "src/mtp_sap.c",
          "TODO-RELEASE"
        ],
        "commitId" : "311d12212834a0fc5c6e7cfd5e5124c009a78926",
        "timestamp" : 1763127177000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "mtp: Introduce mtp_prim_* API helpers\u000a\u000aThis allows keeping more API related packing inside mtp_sap.c, as well\u000aas provide public API to be able to submit a MTP-TRANSFER.req from\u000aoutside of the library (which will be used by osmo-bsc to submit\u000aMGCP/CTRL over IPA in SCCPLite).\u000a\u000aChange-Id: I4af154a65b8c23b9e8647845337ad1b5aa3901aa\u000a",
        "date" : "2025-11-14 14:32:57 +0100",
        "id" : "311d12212834a0fc5c6e7cfd5e5124c009a78926",
        "msg" : "mtp: Introduce mtp_prim_* API helpers",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/sigtran/mtp_sap.h"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_hmrt.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_user.h"
          },
          {
            "editType" : "edit",
            "file" : "src/mtp_sap.c"
          },
          {
            "editType" : "edit",
            "file" : "src/sccp_scrc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ss7_user.h",
          "src/xua_snm.c",
          "src/sccp_instance.c",
          "src/mtp_sap.c"
        ],
        "commitId" : "456beb11599a05a868d318473d157be897a03ed0",
        "timestamp" : 1763127177000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "mtp: Submit MTP-RESUME/PAUSE.ind up over MTP SAP\u000a\u000aThis allows supporting MTP users other than existing internal SCCP\u000astack.\u000a\u000aChange-Id: If4360f07aa199e84c57820957ddde4259d1c92ce\u000a",
        "date" : "2025-11-14 14:32:57 +0100",
        "id" : "456beb11599a05a868d318473d157be897a03ed0",
        "msg" : "mtp: Submit MTP-RESUME/PAUSE.ind up over MTP SAP",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ss7_user.h"
          },
          {
            "editType" : "edit",
            "file" : "src/mtp_sap.c"
          },
          {
            "editType" : "edit",
            "file" : "src/sccp_instance.c"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_snm.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ss7_user.h",
          "src/xua_snm.c",
          "src/sccp_instance.c",
          "include/osmocom/sigtran/mtp_sap.h",
          "src/mtp_sap.c"
        ],
        "commitId" : "fd10986d6e7c48ff03d8b31e4cf833e1bfe241d4",
        "timestamp" : 1763127177000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "mtp: Submit MTP-STATUS.ind up over MTP SAP\u000a\u000aThis allows supporting MTP users other than existing internal SCCP\u000astack.\u000a\u000aChange-Id: I5e810451481e50f2942b3a1bf88212326b8d124e\u000a",
        "date" : "2025-11-14 14:32:57 +0100",
        "id" : "fd10986d6e7c48ff03d8b31e4cf833e1bfe241d4",
        "msg" : "mtp: Submit MTP-STATUS.ind up over MTP SAP",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/sigtran/mtp_sap.h"
          },
          {
            "editType" : "edit",
            "file" : "src/mtp_sap.c"
          },
          {
            "editType" : "edit",
            "file" : "src/sccp_instance.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_user.h"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_snm.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 767,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/767/"
    },
    {
      "number" : 767,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/767/"
    },
    {
      "number" : 746,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/746/"
    }
  ]
}