Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Trial
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
LI - Lawful Interception
Trial
Merge requests
!16
TS 103 120 CR012 (Multiple approval details)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TS 103 120 CR012 (Multiple approval details)
cr/ts_103120/012
into
meeting/LI#55e
Overview
0
Commits
3
Pipelines
3
Changes
27
Merged
canterburym
requested to merge
cr/ts_103120/012
into
meeting/LI#55e
4 years ago
Overview
0
Commits
3
Pipelines
3
Changes
27
Expand
0
0
Merge request reports
Compare
meeting/LI#55e
version 2
2a9445a6
4 years ago
version 1
41b0ee8d
4 years ago
meeting/LI#55e (base)
and
latest version
latest version
2b5fcbed
3 commits,
4 years ago
version 2
2a9445a6
2 commits,
4 years ago
version 1
41b0ee8d
1 commit,
4 years ago
27 files
+
113
−
55
Expand all files
Preferences
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
103120/examples/mutliple-auth-example-request.xml
0 → 100644
+
51
−
0
Options
<?xml version="1.0" ?>
<HI1Message
xmlns=
"http://uri.etsi.org/03120/common/2019/10/Core"
xmlns:common=
"http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:task=
"http://uri.etsi.org/03120/common/2020/09/Task"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<Header>
<SenderIdentifier>
<CountryCode>
XX
</CountryCode>
<UniqueIdentifier>
Sender
</UniqueIdentifier>
</SenderIdentifier>
<ReceiverIdentifier>
<CountryCode>
XX
</CountryCode>
<UniqueIdentifier>
Receiver
</UniqueIdentifier>
</ReceiverIdentifier>
<TransactionIdentifier>
d442c58c-d5e1-4fd9-90ec-9c228ad947f1
</TransactionIdentifier>
<Timestamp>
2020-09-22T08:06:17.025833Z
</Timestamp>
<Version>
<ETSIVersion>
V1.7.1
</ETSIVersion>
<NationalProfileOwner>
XX
</NationalProfileOwner>
<NationalProfileVersion>
v1.1.1
</NationalProfileVersion>
</Version>
</Header>
<Payload>
<RequestPayload>
<ActionRequests>
<ActionRequest>
<ActionIdentifier>
1
</ActionIdentifier>
<CREATE>
<HI1Object
xsi:type=
"task:LITaskObject"
>
<ObjectIdentifier>
cd3994b1-e5f3-4b59-a852-5fecd02bd247
</ObjectIdentifier>
<task:ApprovalDetails>
<common:ApprovalDescription>
Single Approval
</common:ApprovalDescription>
</task:ApprovalDetails>
</HI1Object>
</CREATE>
</ActionRequest>
<ActionRequest>
<ActionIdentifier>
2
</ActionIdentifier>
<CREATE>
<HI1Object
xsi:type=
"task:LITaskObject"
>
<ObjectIdentifier>
64e8681a-a4de-4dea-9686-4a2a15e54786
</ObjectIdentifier>
<task:ApprovalDetails>
<common:ApprovalDescription>
First of two approvals
</common:ApprovalDescription>
</task:ApprovalDetails>
<task:ApprovalDetails>
<common:ApprovalDescription>
Second of two approvals
</common:ApprovalDescription>
</task:ApprovalDetails>
</HI1Object>
</CREATE>
</ActionRequest>
</ActionRequests>
</RequestPayload>
</Payload>
</HI1Message>
\ No newline at end of file