{
  "_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" : 42619,
      "executingTimeMillis" : 42619,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8242,
      "waitingTimeMillis" : 8242
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2377,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b44619d24fe4c4b79c94a666e47341fa6441cab2",
            "branch" : [
              {
                "SHA1" : "b44619d24fe4c4b79c94a666e47341fa6441cab2",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b44619d24fe4c4b79c94a666e47341fa6441cab2",
            "branch" : [
              {
                "SHA1" : "b44619d24fe4c4b79c94a666e47341fa6441cab2",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1199,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "df67b3535a747c35bfe076122cbd3de914961a5b",
            "branch" : [
              {
                "SHA1" : "df67b3535a747c35bfe076122cbd3de914961a5b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "df67b3535a747c35bfe076122cbd3de914961a5b",
            "branch" : [
              {
                "SHA1" : "df67b3535a747c35bfe076122cbd3de914961a5b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b44619d24fe4c4b79c94a666e47341fa6441cab2",
        "branch" : [
          {
            "SHA1" : "b44619d24fe4c4b79c94a666e47341fa6441cab2",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-e1d"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2377",
  "duration" : 42619,
  "estimatedDuration" : 46889,
  "executor" : None,
  "fullDisplayName" : "master-osmo-e1d #2377",
  "id" : "2377",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2377,
  "queueId" : 28504,
  "result" : "SUCCESS",
  "timestamp" : 1770640029320,
  "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-e1d/2377/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/e1d.h",
          "src/vty.c",
          "src/proto.c",
          "include/osmocom/e1d/proto_clnt.h",
          "include/osmocom/e1d/proto.h",
          "src/proto_clnt.c",
          "src/mux_demux.c",
          "src/intf_line.c",
          "src/ctl.c",
          "TODO-RELEASE"
        ],
        "commitId" : "b44619d24fe4c4b79c94a666e47341fa6441cab2",
        "timestamp" : 1770472483000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/aeversberg",
          "fullName" : "Andreas Eversberg"
        },
        "authorEmail" : "jolly@eversberg.eu",
        "comment" : "Add Channel-Associated Signalling (CAS) support\u000a\u000aCAS frames are sent and received repeatedly. They consist of 16 frames\u000a(octets) on time slot 16. This is a CAS multiframe. This multiframe\u000acarries 30 individual CAS signaling channels.\u000a\u000aWhenever a CAS frames changes, an event (E1DP_EVT_CAS) is forwarded to\u000athe e1d client. The event includes one octet with the CAS information.\u000a\u000aThe e1d client requests to transmit a new CAS frame by sending a command\u000a(E1DP_CMD_CAS). The command includes one octet with the CAS information.\u000a\u000aThe e1d client requests to receive current CAS frame of a given time\u000aslot by setting a query flag in the E1DP_CMD_CAS command. This is useful\u000aif the CAS signals changed before the application was started.\u000a\u000aThe lower 4 bits of each octet in the message represent the signaling\u000asub-channels: A, B, C and D. They are packed like this: 'xxxxABCD'\u000a\u000aTo enable cas support on an interface, set line attribute \"cas\" via VTY.\u000a\u000aChange-Id: Ib4f5e6ef02c9b0d1eec2a86d9c48376112805972\u000a",
        "date" : "2026-02-07 14:54:43 +0100",
        "id" : "b44619d24fe4c4b79c94a666e47341fa6441cab2",
        "msg" : "Add Channel-Associated Signalling (CAS) support",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/proto.c"
          },
          {
            "editType" : "edit",
            "file" : "src/proto_clnt.c"
          },
          {
            "editType" : "edit",
            "file" : "src/e1d.h"
          },
          {
            "editType" : "edit",
            "file" : "src/mux_demux.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/e1d/proto_clnt.h"
          },
          {
            "editType" : "edit",
            "file" : "src/intf_line.c"
          },
          {
            "editType" : "edit",
            "file" : "src/vty.c"
          },
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/e1d/proto.h"
          },
          {
            "editType" : "edit",
            "file" : "src/ctl.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/aeversberg",
      "fullName" : "Andreas Eversberg"
    }
  ],
  "runs" : [
    {
      "number" : 2377,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-e1d/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/2377/"
    }
  ]
}