Commit e6a7313e authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/103120/036' into 'meeting/LI62'

Draft TS 103 120 CR036 - Adding data categories for e-evidence

See merge request !69
parents 6f2167cc be526047
Loading
Loading
Loading
Loading
+22 −1
Original line number Diff line number Diff line
@@ -554,7 +554,28 @@
<Dictionary>   											<!--RequestType: see Clause 8.3.5.2 Table 8.19 -->
		<Owner>ETSI</Owner>
		<Name>RequestType</Name>
		<DictionaryEntries></DictionaryEntries> 		<!--No definition so far -->
		<DictionaryEntries>
			<DictionaryEntry>
                <Value>SubscriberData</Value>
                <Meaning>Refers to subscriber data in the European Production or Preservation order</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>UserIdentifyingData</Value>
                <Meaning>Refers to data requested for the sole purpose of identifying a user in the European Production or Preservation order</Meaning>
            </DictionaryEntry>
			<DictionaryEntry>
                <Value>TrafficData</Value>
                <Meaning>Refers to traffic data in the European Production or Preservation order</Meaning>
            </DictionaryEntry>
			<DictionaryEntry>
                <Value>StoredContentData</Value>
                <Meaning>Refers to content data in the European Production or Preservation order</Meaning>
            </DictionaryEntry>
			<DictionaryEntry>
                <Value>Other</Value>
                <Meaning>Used in all other cases</Meaning>
            </DictionaryEntry>
		</DictionaryEntries> 		
	</Dictionary>
	<Dictionary>   											<!--LDHandoverFormat: see Clause 8.3.5.2 Table 8.19 -->
        <Owner>ETSI</Owner>