{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "TESTENV_ARGS",
          "value" : "-b osmocom:nightly -c all"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "osmith@sysmocom.de"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 13,
      "buildableTimeMillis" : 13,
      "buildingDurationMillis" : 0,
      "executingTimeMillis" : 0,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 145,
      "waitingTimeMillis" : 145
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 139,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "75d60a46c112db5f33f887502742acee94c00b9d",
            "branch" : [
              {
                "SHA1" : "75d60a46c112db5f33f887502742acee94c00b9d",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "75d60a46c112db5f33f887502742acee94c00b9d",
            "branch" : [
              {
                "SHA1" : "75d60a46c112db5f33f887502742acee94c00b9d",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "7710a972e84cc449d6299a5ea7cb6032126cfe5a",
            "branch" : [
              {
                "SHA1" : "7710a972e84cc449d6299a5ea7cb6032126cfe5a",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7710a972e84cc449d6299a5ea7cb6032126cfe5a",
            "branch" : [
              {
                "SHA1" : "7710a972e84cc449d6299a5ea7cb6032126cfe5a",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "75d60a46c112db5f33f887502742acee94c00b9d",
        "branch" : [
          {
            "SHA1" : "75d60a46c112db5f33f887502742acee94c00b9d",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ttcn3-hacks"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : true,
  "description" : null,
  "displayName" : "#139",
  "duration" : 0,
  "estimatedDuration" : 8563948,
  "executor" : {
    
  },
  "fullDisplayName" : "osmith-ttcn3-bts-test #139",
  "id" : "139",
  "inProgress" : true,
  "keepLog" : false,
  "number" : 139,
  "queueId" : 132539,
  "result" : null,
  "timestamp" : 1780385701133,
  "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/osmith-ttcn3-bts-test/139/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "library/ngap/NGAP_Templates.ttcn"
        ],
        "commitId" : "97e83d31feda4355305d15931d0fc32ec3b159cd",
        "timestamp" : 1779892620000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/aeversberg",
          "fullName" : "Andreas Eversberg"
        },
        "authorEmail" : "aeversberg@sysmocom.de",
        "comment" : "NGAP: Add UESecurityCapabilities IE to PathSwitchRequestAcknowledge\u000a\u000aThis IE is now used by Open5GS, so add it to the receive template.\u000a\u000aThis fixes C5G_Tests.TC_handover_inter_ngran_xn.\u000a\u000aNote that there is also a pull request to fix the location of this IE in\u000aOpen5GS. (https://github.com/open5gs/open5gs/pull/4589) Without this fix\u000athe test case will fail.\u000a\u000aChange-Id: Ic46f201db3dcf84a7d62fb1cd17c839ef540e8bb\u000a",
        "date" : "2026-05-27 16:37:00 +0200",
        "id" : "97e83d31feda4355305d15931d0fc32ec3b159cd",
        "msg" : "NGAP: Add UESecurityCapabilities IE to PathSwitchRequestAcknowledge",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "library/ngap/NGAP_Templates.ttcn"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "5gc/C5G_Tests.ttcn"
        ],
        "commitId" : "75d60a46c112db5f33f887502742acee94c00b9d",
        "timestamp" : 1780302036000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/aeversberg",
          "fullName" : "Andreas Eversberg"
        },
        "authorEmail" : "aeversberg@sysmocom.de",
        "comment" : "C5G: Release UE Context before sending Service request\u000a\u000aA recent fix in Open5GS rejects RAN_UE_NGAP_ID in InitialUEMessage. This\u000acauses all tests to fail that send a subsequent InitialUEMessage with\u000athe same RAN_UE_NGAP_ID.\u000a\u000aRelease the UE Context before re-using the RAN_UE_NGAP_ID, because the\u000aconnection handler can only handle one context at a time.\u000a\u000aNote that the AMF_UE_NGAP_ID is incremented by Open5GS for every\u000acontext.\u000a\u000aThis fixes:\u000a    TC_ue_service_request_cm_idle_inact_sess\u000a    TC_ue_service_request_cm_idle_ul_data\u000a    TC_ue_service_request_cm_idle_unknown_sess_active\u000a\u000aRelated: Open5GS Issues #4481\u000aChange-Id: If6fae56487aebd810c51cbab170d95d5dec7e138\u000a",
        "date" : "2026-06-01 10:20:36 +0200",
        "id" : "75d60a46c112db5f33f887502742acee94c00b9d",
        "msg" : "C5G: Release UE Context before sending Service request",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "5gc/C5G_Tests.ttcn"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/aeversberg",
      "fullName" : "Andreas Eversberg"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
      "fullName" : "dwillmann"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/lynxis",
      "fullName" : "lynxis"
    }
  ]
}