Tech-invite3GPPspaceIETFspace
21222324252627282931323334353637384‑5x

Content for  TS 29.571  Word version:  19.4.0

Top   Top   Up   Prev   Next
1…   5…   5.3…   5.4…   5.5…   5.6…   5.7…   5.8…   5.9…   5.10…   5.11…   5.12…   A…

 

5.12  Data Types related to Ambient IoT |R19|p. 178

5.12.1  Introductionp. 178

This clause defines common data types related to Ambient IoT.

5.12.2  Simple Data Typesp. 178

This clause specifies common simple data types.
Type Name Type Definition Description
AiotAreaCodestring Represents the AIoT area code encoded as a three octet string in hexadecimal representation. Each character in the string shall take a value of "0" to "9", "a" to "f" or "A" to "F" and shall represent 4 bits. The most significant character representing the 4 most significant bits shall appear first in the string, and the character representing the 4 least significant bit shall appear last in the string.
Octets shall be coded according to TS 32.422.
Pattern: '^[A-Fa-f0-9]{6}$'
AiotFilteringInformationBytesAIoT Filtering Information is used to identify or filter multiple AIoT Devices. See clause 31.3 of TS 23.003.
String with format "byte" as defined in OpenAPI Specification [3], i.e. base64-encoded characters.
AiotDevPermIdBytesString that uniquely represents an AIoT Device Permanent Identifier, as specified in clause 31.2 of TS 23.003.
String with format "byte" as defined in OpenAPI Specification [3], i.e. base64-encoded characters
Up

5.12.3  Enumerationsp. 179

5.12.4  Structured Data Typesp. 179

5.12.4.1  Type: AiotAreap. 179

Attribute name Data type P Cardina­lity Description
areaIdsarray(AiotAreaId)M1..NContains a list of AIoT Area ID(s) which represent the AIoT Service Area.
Up

5.12.4.2  Type: AiotAreaIdp. 179

Attribute name Data type P Cardina­lity Description
plmnIdPlmnIdM1PLMN ID
nidNidO0..1Network identity
aiotAreaCodeAiotAreaCodeM1AIoT area code
Up

Up   Top   ToC