{
  "_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" : 60627,
      "executingTimeMillis" : 60627,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7672,
      "waitingTimeMillis" : 7672
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 532,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5a497b3d9da4698d38ef00f3049350d8c4403ad0",
            "branch" : [
              {
                "SHA1" : "5a497b3d9da4698d38ef00f3049350d8c4403ad0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5a497b3d9da4698d38ef00f3049350d8c4403ad0",
            "branch" : [
              {
                "SHA1" : "5a497b3d9da4698d38ef00f3049350d8c4403ad0",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5a497b3d9da4698d38ef00f3049350d8c4403ad0",
        "branch" : [
          {
            "SHA1" : "5a497b3d9da4698d38ef00f3049350d8c4403ad0",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/erlang/osmo-s1gw"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#532",
  "duration" : 60627,
  "estimatedDuration" : 83082,
  "executor" : None,
  "fullDisplayName" : "master-osmo-s1gw #532",
  "id" : "532",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 532,
  "queueId" : 1983312,
  "result" : "SUCCESS",
  "timestamp" : 1756923667951,
  "url" : "https://jenkins.osmocom.org/jenkins/view/master/job/master-osmo-s1gw/532/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/s1ap_proxy.erl",
          "test/s1ap_proxy_test.erl"
        ],
        "commitId" : "9ec8425344a295953ea94650d4d78cf85c9baab9",
        "timestamp" : 1756893034000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "s1ap_proxy: erab_fsm_start_reg/2: check if already registered\u000a\u000aBefore this patch, s1ap_proxy would spawn a new erab_fsm process with\u000aa duplicate UID and simply replace the old process in the registry.\u000aThis would result in stale erab_fsm process, still linked but not\u000apresent in the registry, and thus not reachable.\u000a\u000aIf there's already an E-RAB process for the given UID, simply return\u000aPid of that existing process.  The FSM will most likely reject an\u000aunexpected event, resulting in a negative verdict:\u000a\u000a* 'reply' for duplicate E-RAB SETUP REQUEST\u000a* 'drop' for duplicate INITIAL CONTEXT SETUP REQUEST\u000a\u000aChange-Id: I8e93492219100496fd8dc69e031310858ba9c7fb\u000a",
        "date" : "2025-09-03 16:50:34 +0700",
        "id" : "9ec8425344a295953ea94650d4d78cf85c9baab9",
        "msg" : "s1ap_proxy: erab_fsm_start_reg/2: check if already registered",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/s1ap_proxy_test.erl"
          },
          {
            "editType" : "edit",
            "file" : "src/s1ap_proxy.erl"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/s1ap_proxy.erl",
          "test/s1ap_proxy_test.erl"
        ],
        "commitId" : "ce92a4a743fe83253a6affbe87c693c6d1ceedc2",
        "timestamp" : 1756893054000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "s1ap_proxy: remove eNB-ID from erab_uid()\u000a\u000aThis patch prepares for a follow-up change implementing handling of\u000athe HANDOVER related PDUs.  The problem is that the HANDOVER REQUEST\u000aPDU contains MME-UE-S1AP-ID, but not eNB-UE-S1AP-ID, while the E-RAB\u000aregistry requires both to be part of the erab_uid() tuple.\u000a\u000aIn the scope of an S1-connection, a pair of MME-UE-S1AP-ID and\u000aE-RAB-ID values is enough to identify an E-RAB unambiguously,\u000athus we can safely remove eNB-UE-S1AP-ID from erab_uid().\u000a\u000aChange-Id: I7277d19080795600252306dbfa0c733f996e026e\u000a",
        "date" : "2025-09-03 16:50:54 +0700",
        "id" : "ce92a4a743fe83253a6affbe87c693c6d1ceedc2",
        "msg" : "s1ap_proxy: remove eNB-ID from erab_uid()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/s1ap_proxy.erl"
          },
          {
            "editType" : "edit",
            "file" : "test/s1ap_proxy_test.erl"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/s1ap_proxy.erl"
        ],
        "commitId" : "5a497b3d9da4698d38ef00f3049350d8c4403ad0",
        "timestamp" : 1756893054000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "s1ap_proxy: add type hints for #proxy_state.erabs\u000a\u000aChange-Id: I08e0339bf401067eaf8ace32da619d5016fe98d7\u000a",
        "date" : "2025-09-03 16:50:54 +0700",
        "id" : "5a497b3d9da4698d38ef00f3049350d8c4403ad0",
        "msg" : "s1ap_proxy: add type hints for #proxy_state.erabs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/s1ap_proxy.erl"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    }
  ],
  "runs" : [
    {
      "number" : 532,
      "url" : "https://jenkins.osmocom.org/jenkins/view/master/job/master-osmo-s1gw/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/532/"
    }
  ]
}