Commit 34ada57e authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0498' into 'meeting/SA99'

TS 33.128 CR 0498 - Addition of currently described dictionaries to the Dictionaries XML

See merge request !153
parents a3ca5c03 eb15b955
Loading
Loading
Loading
Loading
Loading
+53 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8" ?>
<Dictionaries xmlns="http://uri.etsi.org/03280/common/2019/10/Dictionaries">
	<Dictionary>   											<!--ObjectType: see Clause 6.4.8 Table 6.14 -->
	<Dictionary>   											<!--ServiceType: see Clause 5.4.2 Table 5.4.2-1 -->
		<Owner>3GPP</Owner>
		<Name>ServiceType</Name>
		<DictionaryEntries>
@@ -30,5 +30,57 @@
			</DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>   											<!--LATaskFlag: see Clause 5.4.3 Table 5.4.3-1 -->
		<Owner>3GPP</Owner>
		<Name>LATaskFlag</Name>
		<DictionaryEntries>
			<DictionaryEntry>
				<Value>HILADelivery</Value>
				<Meaning>The location information shall be delivered via the LI_HILA interface.</Meaning>
			</DictionaryEntry>
			<DictionaryEntry>
				<Value>HI2Delivery</Value>
				<Meaning>The location information shall be delivered via the LI_HI2 interface.</Meaning>
			</DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>   											<!--RequestType: see Clause 5.7.2 Table 5.7.2-3 and Clause 5.11.2.1 Table 5.11.2.1-3-->
		<Owner>3GPP</Owner>
		<Name>RequestType</Name>
		<DictionaryEntries>
			<DictionaryEntry>
				<Value>IdentityAssociation</Value>
				<Meaning>A request for a single IdentityResponseDetails response to the query provided.</Meaning>
			</DictionaryEntry>
			<DictionaryEntry>
				<Value>OngoingIdentityAssociation</Value>
				<Meaning>A request for location information of the target, consisting at least of the TAI and the NCGI.</Meaning>
			</DictionaryEntry>
            <DictionaryEntry>
				<Value>LocationAcquisition</Value>
				<Meaning>A request for an ongoing series of IdentityResponseDetails responses matching the query provided.</Meaning>
			</DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>   											<!--LIHIQRFlags: see Clause 5.7.2 Table 5.7.2-4A -->
		<Owner>3GPP</Owner>
		<Name>LIHIQRFlags</Name>
		<DictionaryEntries>
			<DictionaryEntry>
				<Value>IncludeNCGIInResponse</Value>
				<Meaning>A request for returning the NCGI in the response.</Meaning>
			</DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
        <Dictionary>   											<!--ManifestSpecification: see Clause 5.7.2 Table 5.7.2-6 -->
		<Owner>3GPP</Owner>
		<Name>ManifestSpecification</Name>
		<DictionaryEntries>
			<DictionaryEntry>
				<Value>LIHIQRResponse</Value>
				<Meaning>The delivery contains IdentityResponseDetails (see Annex E).</Meaning>
			</DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
<Dictionaries>