{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 1318,
      "executingTimeMillis" : 1318,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5041,
      "waitingTimeMillis" : 5041
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2873,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "02d8803784ca1cd7fbad4033c4e8ba47d390d563",
            "branch" : [
              {
                "SHA1" : "02d8803784ca1cd7fbad4033c4e8ba47d390d563",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "02d8803784ca1cd7fbad4033c4e8ba47d390d563",
            "branch" : [
              {
                "SHA1" : "02d8803784ca1cd7fbad4033c4e8ba47d390d563",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2694,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "02d8803784ca1cd7fbad4033c4e8ba47d390d563",
        "branch" : [
          {
            "SHA1" : "02d8803784ca1cd7fbad4033c4e8ba47d390d563",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ttcn3-hacks"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2873",
  "duration" : 1318,
  "estimatedDuration" : 1290,
  "executor" : None,
  "fullDisplayName" : "registry-trigger-osmo-ttcn3-hacks #2873",
  "id" : "2873",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2873,
  "queueId" : 1993961,
  "result" : "SUCCESS",
  "timestamp" : 1757943185477,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-trigger-osmo-ttcn3-hacks/2873/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "msc/MSC_Tests.ttcn",
          "library/SGsAP_Emulation.ttcn",
          "mme/MME_Tests.ttcn"
        ],
        "commitId" : "3f73dc3cadd0724642dacb544f0042a661d5e0b9",
        "timestamp" : 1757943127000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "SGsAP_Emulation: Introduce proper support for server-mode\u000a\u000aPrior to this commit, only initial (not really useful) SCTP server-mode\u000asupport existed in SGsAP_Emulation.\u000aThis is basically because MSC_Tests uses the SCTP client-mode, and\u000aMME_Tests_SGsAP were not yet in a fully working state.\u000a\u000aIn server-mode, we have a conn_id for the listening socket and a conn_id\u000afor the accepted socket; track them properly.\u000aMoreover, in server node we definetly need some sort of event to wait\u000afor the client to connect; introduce it.\u000aBased on existing work in Iuh_Emulation.\u000a\u000aChange-Id: Iccf4ac96c56e947529f0ffc06428e2325a115d50\u000a",
        "date" : "2025-09-15 13:32:07 +0000",
        "id" : "3f73dc3cadd0724642dacb544f0042a661d5e0b9",
        "msg" : "SGsAP_Emulation: Introduce proper support for server-mode",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "mme/MME_Tests.ttcn"
          },
          {
            "editType" : "edit",
            "file" : "library/SGsAP_Emulation.ttcn"
          },
          {
            "editType" : "edit",
            "file" : "msc/MSC_Tests.ttcn"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "mme/MME_Tests_SGsAP.ttcn",
          "mme/expected-results.xml",
          "mme/ConnHdlr.ttcn",
          "library/SGsAP_Templates.ttcn",
          "mme/MME_Tests.cfg",
          "mme/open5gs-mme.yaml",
          "mme/MME_Tests.ttcn"
        ],
        "commitId" : "02d8803784ca1cd7fbad4033c4e8ba47d390d563",
        "timestamp" : 1757943127000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "mme: Initial working state for MME_Tests_SGsAP.ttcn tests\u000a\u000aMME_Tests_SGsAP.ttcn tests were introduced to the repository many years\u000aago (~2019), but they were mostly WIP and were never run as part of the\u000aregular testsuite.\u000a\u000aThis commit reworks and extends previous work to get them up to date\u000awith current MME_Tests and makes most of them passing.\u000a\u000aTC_sgsap_alert_* tests are still in WIP and will be fixed in follow-up\u000awork.\u000a\u000aRelated: OS#6850\u000aChange-Id: If07f1a67eb4213985da82afec94adb08786a0980\u000a",
        "date" : "2025-09-15 13:32:07 +0000",
        "id" : "02d8803784ca1cd7fbad4033c4e8ba47d390d563",
        "msg" : "mme: Initial working state for MME_Tests_SGsAP.ttcn tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "mme/MME_Tests.ttcn"
          },
          {
            "editType" : "edit",
            "file" : "mme/MME_Tests_SGsAP.ttcn"
          },
          {
            "editType" : "edit",
            "file" : "mme/ConnHdlr.ttcn"
          },
          {
            "editType" : "edit",
            "file" : "mme/MME_Tests.cfg"
          },
          {
            "editType" : "edit",
            "file" : "mme/expected-results.xml"
          },
          {
            "editType" : "edit",
            "file" : "mme/open5gs-mme.yaml"
          },
          {
            "editType" : "edit",
            "file" : "library/SGsAP_Templates.ttcn"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ]
}