{
  "_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" : 65455,
      "executingTimeMillis" : 65455,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6683,
      "waitingTimeMillis" : 6683
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 813,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3267caafd563c7317a2fcba6e2341c9929ce2abf",
            "branch" : [
              {
                "SHA1" : "3267caafd563c7317a2fcba6e2341c9929ce2abf",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3267caafd563c7317a2fcba6e2341c9929ce2abf",
            "branch" : [
              {
                "SHA1" : "3267caafd563c7317a2fcba6e2341c9929ce2abf",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3267caafd563c7317a2fcba6e2341c9929ce2abf",
        "branch" : [
          {
            "SHA1" : "3267caafd563c7317a2fcba6e2341c9929ce2abf",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#813",
  "duration" : 65455,
  "estimatedDuration" : 75667,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #813",
  "id" : "813",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 813,
  "queueId" : 2058224,
  "result" : "SUCCESS",
  "timestamp" : 1764670268881,
  "url" : "https://jenkins.osmocom.org/jenkins/view/master/job/master-libosmo-sigtran/813/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "configure.ac",
          "src/ss7_as_vty.c",
          "tests/Makefile.am",
          "tests/vty/Makefile.am",
          "src/ss7_as.c",
          "tests/tcap/tcap_transaction_tracking_test.c",
          "src/ss7_asp.h",
          "tests/vty/osmo_stp_test.vty",
          "src/ss7_as.h",
          "src/Makefile.am",
          "tests/testsuite.at",
          "src/tcap_as_loadshare.c",
          "src/tcap_trans_tracking.h",
          "src/tcap_trans_tracking.c",
          "src/xua_asp_fsm.c",
          "src/ipa.c",
          "tests/tcap/Makefile.am",
          "src/tcap_as_loadshare.h",
          "tests/tcap/tcap_transaction_tracking_test.ok",
          "tests/vty/osmo_stp_test_tcap.vty"
        ],
        "commitId" : "0e89e2f66f5527fde17f06ba7cf3d881a7317fe8",
        "timestamp" : 1764669480000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "Add TCAP based loadsharing/routing\u000a\u000aTCAP based loadsharing will share the load based on the TCAP oTID and\u000adTID.\u000aBecause TCAP are session based, a TCAP session based tracking is implemented,\u000ato allow following traffic to forwarded to the same ASP.\u000aThis TCAP session tracking is similar to IP connection tracking.\u000a\u000aASPs within an AS can use the new IPA TCAP ROUTING protocol to register\u000afor specific TCAP ranges.\u000aTCAP sessions initiated by a peer (traffic towards such loadsharing AS/ASP),\u000awill use the oTID of the `TCAP Begin` to loadshare and select a ASP.\u000a\u000aFurther if the TCAP session was initiated by a `loadshared` ASP, the oTID\u000awill be added to the session tracking.\u000a\u000aCo-authored-by: Harald Welte <laforge@osmocom.org>\u000aCo-authored-by: Alexander Couzens <lynxis@fe80.eu>\u000aCo-authored-by: Pau Espin Pedrol <pespin@sysmocom.de>\u000aRelated: SYS#5423\u000aChange-Id: Ibcb48aa0e515ad346f59ddd84b24c6e2c026144d\u000a",
        "date" : "2025-12-02 10:58:00 +0100",
        "id" : "0e89e2f66f5527fde17f06ba7cf3d881a7317fe8",
        "msg" : "Add TCAP based loadsharing/routing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          },
          {
            "editType" : "add",
            "file" : "src/tcap_as_loadshare.c"
          },
          {
            "editType" : "add",
            "file" : "tests/tcap/tcap_transaction_tracking_test.c"
          },
          {
            "editType" : "add",
            "file" : "src/tcap_as_loadshare.h"
          },
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_as.c"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_asp_fsm.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "tests/testsuite.at"
          },
          {
            "editType" : "add",
            "file" : "src/tcap_trans_tracking.h"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_as.h"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_as_vty.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_asp.h"
          },
          {
            "editType" : "add",
            "file" : "src/tcap_trans_tracking.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ipa.c"
          },
          {
            "editType" : "add",
            "file" : "tests/vty/osmo_stp_test_tcap.vty"
          },
          {
            "editType" : "add",
            "file" : "tests/tcap/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "tests/vty/osmo_stp_test.vty"
          },
          {
            "editType" : "add",
            "file" : "tests/tcap/tcap_transaction_tracking_test.ok"
          },
          {
            "editType" : "edit",
            "file" : "tests/vty/Makefile.am"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ss7_as.c",
          "src/ss7_as.h",
          "src/tcap_as_loadshare.c"
        ],
        "commitId" : "a589287788cffdcaeee5837a2763606237410a9f",
        "timestamp" : 1764669480000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "Add rate counters for loadshare-tcap\u000a\u000a* Track TCAP decoding success/failure by AS\u000a* Track ASP selection success/failure for loadshare-tcap\u000a\u000aRelated: SYS#5423\u000aChange-Id: Id67704991feacf54e3123f76e9506dd323b2498b\u000a",
        "date" : "2025-12-02 10:58:00 +0100",
        "id" : "a589287788cffdcaeee5837a2763606237410a9f",
        "msg" : "Add rate counters for loadshare-tcap",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ss7_as.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_as.h"
          },
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Makefile.am",
          "tests/vty/osmo_stp_test.vty",
          "src/tcap_as_loadshare_vty.c",
          "src/ss7_vty.c",
          "tests/vty/osmo_stp_test_tcap.vty",
          "src/tcap_as_loadshare_vty.h"
        ],
        "commitId" : "30b7f83b8e2f164ab5d45a7cb4b92b31f7fe7dfa",
        "timestamp" : 1764669480000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "Add VTY command to list TCAP ranges for an AS\u000a\u000aShow the list of all tcap ranges and ASP for an AS:\u000a\u000aOsmoSTP# show cs7 instance 0 as name as-ipa-loadshare-0 tcap-ranges\u000aTid Min Tid Max SSN PC            ASP Name\u000a------- ------- --- ------------- ------------\u000a300     599       0 (no PC)       asp-ipa-loadshare-0-1\u000a0       299       0 (no PC)       asp-ipa-loadshare-0-0\u000a\u000aShow the tcap range and ASP for specific TCAP Id:\u000a\u000aOsmoSTP# show cs7 instance 0 as name as-ipa-loadshare-0 tcap-ranges tid 15\u000aTid Min Tid Max SSN PC            ASP Name\u000a------- ------- --- ------------- ------------\u000a0       299       0 (no PC)       asp-ipa-loadshare-0-0\u000a\u000aRelated: SYS#5423\u000aChange-Id: I8026248d9897aadab5bf13a425269ec1e948dfdf\u000a",
        "date" : "2025-12-02 10:58:00 +0100",
        "id" : "30b7f83b8e2f164ab5d45a7cb4b92b31f7fe7dfa",
        "msg" : "Add VTY command to list TCAP ranges for an AS",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/vty/osmo_stp_test_tcap.vty"
          },
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "tests/vty/osmo_stp_test.vty"
          },
          {
            "editType" : "add",
            "file" : "src/tcap_as_loadshare_vty.c"
          },
          {
            "editType" : "add",
            "file" : "src/tcap_as_loadshare_vty.h"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_vty.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "configure.ac",
          "src/ss7_as_vty.c",
          "src/ss7_as.c",
          "src/ss7_asp.c",
          "src/ss7_asp.h",
          "src/ss7_vty.c",
          "src/ss7_as.h",
          "stp/stp_main.c",
          "tests/vty/ss7_asp_vty_test.c",
          "tests/ss7/ss7_test.c",
          "src/xua_asp_fsm.c",
          "src/ipa.c",
          "src/ss7_asp_vty.c"
        ],
        "commitId" : "994acec23cfe1900c0f7542b2fdc9be2c7f13f45",
        "timestamp" : 1764669480000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "Use config.h with AC_CONFIG_HEADER for defines\u000a\u000aChange-Id: I15c25b04dc7ef62f46e2429042613ff8f7ca9ce9\u000a",
        "date" : "2025-12-02 10:58:00 +0100",
        "id" : "994acec23cfe1900c0f7542b2fdc9be2c7f13f45",
        "msg" : "Use config.h with AC_CONFIG_HEADER for defines",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ss7_asp.h"
          },
          {
            "editType" : "edit",
            "file" : "stp/stp_main.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/ss7/ss7_test.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_as.h"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_as.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_asp_vty.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_vty.c"
          },
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_asp.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_as_vty.c"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_asp_fsm.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ipa.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/vty/ss7_asp_vty_test.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/tcap_trans_tracking.c",
          "src/tcap_as_loadshare.c",
          "TODO-RELEASE"
        ],
        "commitId" : "3267caafd563c7317a2fcba6e2341c9929ce2abf",
        "timestamp" : 1764669659000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "Use DLTCAP for TCAP log messages\u000a\u000aDepends: libosmocore.git Change-Id I004dddeeb7db3b47d373bb6281708f33d6e8148f\u000aChange-Id: Ic2fba30208a11d562fc67bb6f5c4586451a275df\u000a",
        "date" : "2025-12-02 11:00:59 +0100",
        "id" : "3267caafd563c7317a2fcba6e2341c9929ce2abf",
        "msg" : "Use DLTCAP for TCAP log messages",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/tcap_trans_tracking.c"
          },
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
      "fullName" : "dwillmann"
    }
  ],
  "runs" : [
    {
      "number" : 813,
      "url" : "https://jenkins.osmocom.org/jenkins/view/master/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/813/"
    },
    {
      "number" : 813,
      "url" : "https://jenkins.osmocom.org/jenkins/view/master/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/813/"
    },
    {
      "number" : 746,
      "url" : "https://jenkins.osmocom.org/jenkins/view/master/job/master-libosmo-sigtran/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/746/"
    }
  ]
}