| Type Name | Type Definition | Description |
|---|---|---|
| AiotAreaCode | string | 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}$' |
| AiotFilteringInformation | Bytes | AIoT 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. |
| AiotDevPermId | Bytes | String 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 |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| areaIds | array(AiotAreaId) | M | 1..N | Contains a list of AIoT Area ID(s) which represent the AIoT Service Area. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnId | M | 1 | PLMN ID |
| nid | Nid | O | 0..1 | Network identity |
| aiotAreaCode | AiotAreaCode | M | 1 | AIoT area code |