| Type Name | Type Definition | Description |
|---|---|---|
| ApplicationId | string | String providing an application identifier. |
| ApplicationIdRm | string | This data type is defined in the same way as the "ApplicationId" data type, but with the OpenAPI "nullable: true" property. |
| PduSessionId | integer | Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b of TS 24.007, bits 1 to 8. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network (NOTE 1). |
| Mcc | string | Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of TS 38.413. Pattern: '^[0-9]{3}$' |
| MccRm | string | This data type is defined in the same way as the "Mcc" data type, but with the OpenAPI "nullable: true" property. |
| Mnc | string | Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of TS 38.413. (NOTE 2) Pattern: '^[0-9]{2,3}$' |
| MncRm | string | This data type is defined in the same way as the "Mnc" data type, but with the OpenAPI "nullable: true" property. |
| Tac | string | 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 or 9.3.3.16 of TS 38.413, 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 of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Examples: A legacy TAC 0x4305 shall be encoded as "4305". An extended TAC 0x63F84B shall be encoded as "63F84B" |
| TacRm | string | This data type is defined in the same way as the "Tac" data type, but with the OpenAPI "nullable: true" property. |
| EutraCellId | string | 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of TS 38.413, 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 of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. Pattern: '^[A-Fa-f0-9]{7}$' Example: An E-UTRA Cell Id 0x5BD6007 shall be encoded as "5BD6007". |
| EutraCellIdRm | string | This data type is defined in the same way as the "EutraCellId" data type, but with the OpenAPI "nullable: true" property. |
| NrCellId | string | 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of TS 38.413, 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 of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. Pattern: '^[A-Fa-f0-9]{9}$' Example: An NR Cell Id 0x225BD6007 shall be encoded as "225BD6007". |
| NrCellIdRm | string | This data type is defined in the same way as the "NrCellId" data type, but with the OpenAPI "nullable: true" property. |
| Dnai | string | DNAI (Data network access identifier), see clause 5.6.7 of TS 23.501. |
| DnaiRm | string | This data type is defined in the same way as the "Dnai" data type, but with the OpenAPI "nullable: true" property. |
| 5GMmCause | Uinteger | This represents the 5GMM cause code values as specified in TS 24.501. |
| AreaCodeRm | string | This data type is defined in the same way as the "AreaCode" data type, but with the OpenAPI "nullable: true" property. |
| AmfName | Fqdn | FQDN (Fully Qualified Domain Name) of the AMF as defined in clause 28.3.2.5 of TS 23.003. |
| AreaCode | string | Values are operator specific. |
| N3IwfId | string | This represents the identifier of the N3IWF ID as specified in clause 9.3.1.57 of TS 38.413 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 of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string. Pattern: '^[A-Fa-f0-9]+$' Example: The N3IWF Id 0x5BD6 shall be encoded as "5BD6". |
| WAgfId | string | This represents the identifier of the W-AGF ID as specified in clause 9.3.1.162 of TS 38.413 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 of the W-AGF ID shall appear first in the string, and the character representing the 4 least significant bit of the W-AGF ID shall appear last in the string. Pattern: '^[A-Fa-f0-9]+$' Example: The W-AGF Id 0x5BD6 shall be encoded as "5BD6". |
| TngfId | string | This represents the identifier of the TNGF ID as specified in clause 9.3.1.161 of TS 38.413 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 of the TNGF ID shall appear first in the string, and the character representing the 4 least significant bit of the TNGF ID shall appear last in the string. Pattern: '^[A-Fa-f0-9]+$' Example: The TNGF Id 0x5BD6 shall be encoded as "5BD6". |
| NgeNbId | string | This represents the identifier of the ng-eNB ID as specified in clause 9.3.1.8 of TS 38.413.
The string shall be formatted with following pattern:
Pattern: '^('MacroNGeNB-[A-Fa-f0-9]{5}|
LMacroNGeNB-[A-Fa-f0-9]{6}| SMacroNGeNB-[A-Fa-f0-9]{5})$' The value of the ng-eNB ID shall be encoded 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 padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the ng-eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the ng-eNB ID (to form a nibble) shall appear last in the string. Examples: "SMacroNGeNB-34B89" indicates a Short Macro NG-eNB ID with value 0x34B89. |
| Nid | string | This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see TS 23.003 and clause 5.30.2.1 of TS 23.501). Pattern: '^[A-Fa-f0-9]{11}$' |
| NidRm | string | This data type is defined in the same way as the "Nid" data type, but with the OpenAPI "nullable: true" property. |
| NfSetId | string | NF Set Identifier (see clause 28.12 of TS 23.003), formatted as the following string: "set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>", or "set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>" with <MCC> encoded as defined in clause 5.4.2 ("Mcc" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one "0" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. Pattern: '^([A-Za-z0-9\-]*[A-Za-z0-9])$' Examples: "setxyz.smfset.5gc.mnc012.mcc345" "set12.pcfset.5gc.mnc012.mcc345" As specified for NF Set ID in clause 28.12 of TS 23.003, NF Set ID shall be handled as case-insensitive string. |
| NfServiceSetId | string | NF Service Set Identifier (see clause 28.13 of TS 23.003) formatted as the following string: "set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>", or "set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>" with <MCC> encoded as defined in clause 5.4.2 ("Mcc" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one "0" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 ("Nid" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. Pattern: '^([A-Za-z0-9\-]*[A-Za-z0-9])$' Examples: "setxyz.snnsmf-pdusession.nfi54804518-4191-46b3-955c-ac631f953ed8.5gc.mnc012.mcc345" "set2.snnpcf-smpolicycontrol.nfi54804518-4191-46b3-955c-ac631f953ed8.5gc.mnc012.mcc345" As specified for NF Service Set ID in clause 28.13 of TS 23.003, NF Service Set ID shall be handled as case-insensitive string. |
| PlmnAssiUeRadioCapId | Bytes | String with format "byte" as defined in OpenAPI Specification [3], i.e. base64-encoded characters, encoding the "UE radio capability ID" IE as specified in clause 9.11.3.68 of TS 24.501 (starting from octet 1). |
| ManAssiUeRadioCapId | Bytes | String with format "byte" as defined in OpenAPI Specification [3], i.e. base64-encoded characters, encoding the "UE radio capability ID" IE as specified in clause 9.11.3.68 of TS 24.501 (starting from octet 1). |
| TypeAllocationCode | string | Type Allocation Code (TAC) of the UE, comprising the initial eight-digit portion of the 15-digit IMEI and 16-digit IMEISV codes. See clause 6.2 of TS 23.003. Pattern: '^[0-9]{8}$' |
| HfcNId | string | This IE represents the identifier of the HFC node Id as specified in CableLabs WR-TR-5WWC-ARCH [32]. It is provisioned by the wireline operator as part of wireline operations and may contain up to six characters. |
| HfcNIdRm | string | This data type is defined in the same way as the "HfcNId" data type, but with the OpenAPI "nullable: true" property. |
| ENbId | string | This represents the identifier of the eNB ID as specified in clause 9.2.1.37 of TS 36.413. The string shall be formatted with following pattern: Pattern: '^('MacroeNB-[A-Fa-f0-9]{5}|LMacroeNB-[A-Fa-f0-9]{6}|SMacroeNB-[A-Fa-f0-9]{5}|HomeeNB-[A-Fa-f0-9]{7})$' The value of the eNB ID shall be encoded 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 padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the eNB ID (to form a nibble) shall appear last in the string. Examples: "SMacroeNB-34B89" indicates a Short Macro eNB ID with value 0x34B89. |
| Gli | Bytes | Global Line Identifier uniquely identifying the line connecting the 5G-BRG or FN-BRG to the 5GS. See clause 28.16.3 of TS 23.003. This shall be encoded as a string with format "byte" as defined in OpenAPI Specification [3], i.e. base64-encoded characters, representing the GLI value (up to 150 bytes) encoded as specified in BBF WT-470 [37]. |
| Gci | string | Global Cable Identifier uniquely identifying the connection between the 5G-CRG or FN-CRG to the 5GS. See clause 28.15.4 of TS 23.003. This shall be encoded as a string per clause 28.15.4 of TS 23.003, and compliant with the syntax specified in Section 2.2 of RFC 7542 for the username part of a NAI. The GCI value is specified in CableLabs WR-TR-5WWC-ARCH [32]. |
| NsSrg | string | String representing Network Slice Simultaneous Registration Group (see clause 5.15.12 of TS 23.501) |
| NsSrgRm | string | This data type is defined in the same way as the "NsSrg" data type, but with the OpenAPI "nullable: true" property. |
| RelayServiceCode | integer | Relay Service Code to identify a connectivity service provided by the UE-to-Network relay or the UE-to-UE relay. Integer type as defined in OpenAPI Specification [3], with value range from 0 to 16777215 (decimal). Minimum = 0. Maximum = 16777215. |
| 5GPrukId | string | Prose Remote User Key ID over Control Plane A string carrying the CP-PRUK ID of the the 5G ProSe Remote UE or the 5G ProSe End UE as specified in TS 33.503. The CP-PRUK ID is a string in NAI format as specified in clause 28.7.11 of TS 23.003. pattern: "^rid[0-9]{1,4}\.pid[0-9a-fA-F]+\@prose-cp\.5gc\.mnc[0-9]{2,3}\.mcc[0-9]{3}\.3gppnetwork\.org$" |
| NsagId | integer | Containing a Network Slice AS Group ID, see TS 38.413. Values between 0 and 255 are allowed for this data type in this release. |
| NsagIdRm | integer | This data type is defined in the same way as the "NsagId" data type, but with the OpenAPI "nullable: true" property. |
| GeoSatelliteId | string | Unique identifier of a GEO satellite. See e.g. clause 5.43.2 in TS 23.501. |
| OffloadIdentifier | string | Offload identifier uniquely identifying a VPLMN offloading policy information instance of the HPLMN (for HR-SBO) or uniquely identifying a Local Offloading Management Policy information instance of the PLMN (for I-SMF based local offloading management). For HR-SBO, it shall comprise the PLMN ID of the HPLMN providing the VPLMN offloading policy and a unique identifier of the VPLMN offloading policy instance in the HPLMN. For I-SMF based Local Offloading management, it shall comprise the PLMN ID of the PLMN providing the local offloading management policy information and a unique identifier of the Local Offloading Management Policy information in this PLMN. The PLMN ID shall be composed of three digits "mcc" followed by "-" and two or three digits "mnc" and shall match the following pattern: '[0-9]{3}-[0-9]{2,3}' The unique identifier shall match the following pattern: '[A-Fa-f0-9]{8}' It may further contain the version number (between 0 and 99) of the VPLMN or Local offloading policy instance in the HPLMN or PLMN. A VPLMN or Local Offloading Information provided by the H-SMF with a higher version number will overwrite the one with lower version number. When present, the version number shall match the following pattern: '-v[0-9]{1,2}' Pattern: '^[0-9]{3}-[0-9]{2,3}-[A-Fa-f0-9]{8}(-v[0-9]{1,2}){0,1}$' Examples (with and without a version number): "262-01-00A17C01-v3" "302-720-00A17C01" |
| OpConfiguredCapability | string | The operator configurable capability supported by the UPF. |
| SatelliteId | string | Unique identifier of a satellite. See e.g. clause 5.4.14 in TS 23.501. |
| EnergySavingIndicator | Uinteger | Energy Saving Indicator. See clause 4.2.2.2.2 of TS 23.502 and clause 5.51.5 of TS 23.501. |
| OverloadControlInfo | string |
String representing the Overload Control Information.
The string shall be encoded as the value part of the "Overload Control Information" header defined in clause 5.2.3.2.9 of TS 29.500.
EXAMPLE:
"Timestamp: "Tue, 04 Feb 2020 08:49:37 GMT"; Period-of-Validity: 75s; Overload-Reduction-Metric: 50%; NF-Instance: 54804518-4191-46b3-955c-ac631f953ed8"
|
|
NOTE 1:
For a PDN connection established via MME/S4-SGSN, the PDU Session ID value is set to 64 plus the EPS bearer ID of the default EPS bearer of the PDN connection; for a PDN connection established via ePDG, the PDU Session ID value is set to 80 plus the EPS bearer ID of the default EPS bearer of the PDN connection; for a PDN connection established via Gn-SGSN, the PDU Session ID value is set to 64 plus the NSAPI of the primary PDP Context of the PDN connection.
NOTE 2:
When sending a 2-digit MNC value over the SBI interface it can happen that the sender erroneously adds a leading "0". The receiver can detect such error by analysing the MCC value: If only 2-digit MNCs are allocated for the country the MCC is pointing to, then the receiver can remove the leading "0" and continue processing with the 2-digit MNC.
|
||
| Enumeration value | Description |
|---|---|
| "3GPP_ACCESS" | 3GPP access |
| "NON_3GPP_ACCESS" | Non-3GPP access |
| Enumeration value | Description |
|---|---|
| "NR" | New Radio |
| "EUTRA" | (WB) Evolved Universal Terrestrial Radio Access |
| "WLAN" | Untrusted Wireless LAN (IEEE 802.11) access |
| "VIRTUAL" | Virtual (see NOTE 1) |
| "NBIOT" | NB IoT |
| "WIRELINE" | Wireline access |
| "WIRELINE_CABLE" | Wireline Cable access |
| "WIRELINE_BBF" | Wireline BBF access |
| "LTE-M" | LTE-M (see NOTE 2) |
| "NR_U" | New Radio in unlicensed bands |
| "EUTRA_U" | (WB) Evolved Universal Terrestrial Radio Access in unlicensed bands |
| "TRUSTED_N3GA" | Trusted Non-3GPP access |
| "TRUSTED_WLAN" | Trusted Wireless LAN (IEEE 802.11) access |
| "UTRA" | UMTS Terrestrial Radio Access |
| "GERA" | GSM EDGE Radio Access Network |
| "NR_LEO" | NR (LEO) satellite access type |
| "NR_MEO" | NR (MEO) satellite access type |
| "NR_GEO" | NR (GEO) satellite access type |
| "NR_OTHER_SAT" | NR (OTHERSAT) satellite access type |
| "NR_REDCAP" | NR RedCap access type (see NOTE 3) |
| "WB_E_UTRAN_LEO" | WB-E-UTRAN (LEO) satellite access type |
| "WB_E_UTRAN_MEO" | WB-E-UTRAN (MEO) satellite access type |
| "WB_E_UTRAN_GEO" | WB-E-UTRAN (GEO) satellite access type |
| "WB_E_UTRAN_OTHERSAT" | WB-E-UTRAN (OTHERSAT) satellite access type |
| "NB_IOT_LEO" | NB-IoT (LEO) satellite access type (NOTE 5) |
| "NB_IOT_MEO" | NB-IoT (MEO) satellite access type (NOTE 5) |
| "NB_IOT_GEO" | NB-IoT (GEO) satellite access type (NOTE 5) |
| "NB_IOT_OTHERSAT" | NB-IoT (OTHERSAT) satellite access type |
| "LTE_M_LEO" | LTE-M (LEO) satellite access type (NOTE 6) |
| "LTE_M_MEO" | LTE-M (MEO) satellite access type (NOTE 6) |
| "LTE_M_GEO" | LTE-M (GEO) satellite access type (NOTE 6) |
| "LTE_M_OTHERSAT" | LTE-M (OTHERSAT) satellite access type (NOTE 6) |
| "NR_EREDCAP" | NR eRedCap access type (NOTE 4) |
| "HSPA_EVOLUTION" | HSPA Evolution |
|
NOTE 1:
Virtual shall be used if the N3IWF does not know the access technology used for an untrusted non-3GPP access.
NOTE 2:
This RAT type value is used only in the Core Network; it shall be used when a Category M UE using E-UTRA has provided a Category M indication to the NG-RAN.
NOTE 3:
This RAT type value is used only in the Core Network; it shall be used only for an UE using NR with reduced radio capability (RedCap) provided to the NG-RAN.
NOTE 4:
This RAT type value is used only in the Core Network; it shall be used only for an UE using NR with enhanced reduced radio capability (eRedCap) provided to the NG-RAN.
NOTE 5:
This RAT type value shall not be used as list of restricted RAT when the UDM provide the mobility restriction information to AMF.
NOTE 6:
This RAT type value is used only in the Core Network; it shall be used only to allow the AMF to provide it to MME in the case of mobility from 5GS to EPS.
|
|
| Enumeration value | Description |
|---|---|
| "IPV4" | IPv4 |
| "IPV6" | IPv6 |
| "IPV4V6" | IPv4v6 (see clause 5.8.2.2.1 of TS 23.501) |
| "UNSTRUCTURED" | Unstructured |
| "ETHERNET" | Ethernet |
| Enumeration value | Description |
|---|---|
| "REQUIRED" | UP integrity protection shall apply for all the traffic on the PDU Session. |
| "PREFERRED" | UP integrity protection should apply for all the traffic on the PDU Session. |
| "NOT_NEEDED" | UP integrity protection shall not apply on the PDU Session. |
| Enumeration value | Description |
|---|---|
| "REQUIRED" | UP confidentiality protection shall apply for all the traffic on the PDU Session. |
| "PREFERRED" | UP confidentiality protection should apply for all the traffic on the PDU Session. |
| "NOT_NEEDED" | UP confidentiality protection shall not apply on the PDU Session. |
| Enumeration value | Description |
|---|---|
| "SSC_MODE_1" | see TS 23.501 |
| "SSC_MODE_2" | see TS 23.501 |
| "SSC_MODE_3" | see TS 23.501 |
| Enumeration value | Description | Applicability |
|---|---|---|
| EARLY | Early notification of UP path reconfiguration. | |
| EARLY_LATE | Early and late notification of UP path reconfiguration. This value shall only be present in the subscription to the DNAI change event. | |
| LATE | Late notification of UP path reconfiguration. |
| Enumeration value | Description |
|---|---|
| "ALLOWED_AREAS" | This value indicates that areas are allowed. |
| "NOT_ALLOWED_AREAS" | This value indicates that areas are not allowed. |
| Enumeration value | Description |
|---|---|
| "5GC" | 5G Core |
| "EPC" | Evolved Packet Core |
| Enumeration value | Description |
|---|---|
| "IN_AREA" | Indicates that the UE is inside or enters the presence reporting area. |
| "OUT_OF_AREA" | Indicates that the UE is outside or leaves the presence reporting area. |
| "UNKNOWN" | Indicates it is unknown whether the UE is in the presence reporting area or not. |
| "INACTIVE" | Indicates that the presence reporting area is inactive in the serving node. |
| Enumeration value | Description |
|---|---|
| "STATIONARY" | Identifies the UE is stationary |
| "MOBILE" | Identifies the UE is mobile |
| Enumeration value | Description |
|---|---|
| "DOWNLINK_ONLY" | Downlink only |
| "UPLINK_ONLY" | Uplink only |
| "BIDIRECTIONAL" | Bi-directional |
| Enumeration value | Description |
|---|---|
| "SINGLE_TRANS_UL" | Uplink single packet transmission. |
| "SINGLE_TRANS_DL" | Downlink single packet transmission. |
| "DUAL_TRANS_UL_FIRST" | Dual packet transmission, firstly uplink packet transmission with subsequent downlink packet transmission. |
| "DUAL_TRANS_DL_FIRST" | Dual packet transmission, firstly downlink packet transmission with subsequent uplink packet transmission. |
| "MULTI_TRANS" | Multiple packet transmission. |
| Enumeration value | Description |
|---|---|
| "LOCATION_ALLOWED_WITH_NOTIFICATION" | Location allowed with notification |
| "LOCATION_ALLOWED_WITHOUT_NOTIFICATION" | Location allowed without notification |
| "LOCATION_ALLOWED_WITHOUT_RESPONSE" | Location with notification and privacy verification; location allowed if no response |
| "LOCATION_RESTRICTED_WITHOUT_RESPONSE" | Location with notification and privacy verification; location restricted if no response |
| "NOTIFICATION_ONLY" | Notification only |
| "NOTIFICATION_AND_VERIFICATION_ONLY" | Notification and privacy verification only |
| Enumeration value | Description |
|---|---|
| "AUTHORIZED" | Indicates that the UE is authorized. |
| "NOT_AUTHORIZED" | Indicates that the UE is not authorized. |
| Enumeration value | Description |
|---|---|
| "BUFFERED" | The first downlink data is buffered with extended buffering matching the source of the downlink traffic. |
| "TRANSMITTED" | The first downlink data matching the source of the downlink traffic is transmitted after previous buffering or discarding of corresponding packet(s) because the UE of the PDU Session becomes ACTIVE, and buffered data can be delivered to UE. |
| "DISCARDED" | The first downlink data matching the source of the downlink traffic is discarded because the Extended Buffering time, as determined by the SMF, expires or the amount of downlink data to be buffered is exceeded. |
| Enumeration value | Description |
|---|---|
| "EAP_SUCCESS" | The NSSAA status is EAP-Success. |
| "EAP_FAILURE" | The NSSAA status is EAP-Failure. |
| "PENDING" | The NSSAA status is Pending, i.e. the NSSAA procedure is ongoing. |
| Enumeration value | Description |
|---|---|
| "DSL" | DSL line |
| "PON" | PON line |
| Enumeration value | Description | Applicability |
|---|---|---|
| ACTIVATE | The event notification is activated. | |
| DEACTIVATE | The event notification is deactivated and shall be muted. The available event(s) shall be stored. | |
| RETRIEVAL | The event notification shall be sent to the NF service consumer(s), after that, is muted again.
(See NOTE) | |
|
NOTE:
The value "RETRIEVAL" shall not be provided during the creating subscription procedure.
|
||
| Enumeration value | Description |
|---|---|
| "UDP" | User Datagram Protocol |
| "TCP" | Transmission Control Protocol |
| Enumeration value | Description |
|---|---|
| "GEO" | Indicates Geostationary satellite backhaul category. |
| "MEO" | Indicates Medium Earth Orbit satellite backhaul category. |
| "LEO" | Indicates Low Earth Orbit satellite backhaul category. |
| "OTHER_SAT" | Indicates other satellite backhaul category. |
| "DYNAMIC_GEO" | Indicates dynamic Geostationary satellite backhaul category. |
| "DYNAMIC_MEO" | Indicates dynamic Medium Earth Orbit satellite backhaul category. |
| "DYNAMIC_LEO" | Indicates dynamic Low Earth Orbit satellite backhaul category. |
| "DYNAMIC_OTHER_SAT" | Indicates dynamic other satellite backhaul category. |
| "NON_SATELLITE" | Indicates non satellite backhaul. (NOTE) |
|
NOTE:
This value indicates that there is no longer any satellite backhaul towards the 5G AN currently serving the UE.
|
|
| Enumeration value | Description |
|---|---|
| "SEND_ALL" | The NF Service Producer should send all the reports of the stored events to the NF service consumer. |
| "DISCARD_ALL" | The NF Service Producer should discard all the reports of the stored events for the NF service consumer. |
| "DROP_OLD" | The NF Service Producer should drop the old reports of the stored events for the NF service consumer when new event reports need to be stored. |
| Enumeration value | Description |
|---|---|
| "CLOSE" | The subscription to the event notification should be terminated if an exception occurs at the NF Service Producer. |
| "CONTINUE_WITH_MUTING" | The subscription to the event notification should be continued with muting if an exception occurs at the NF Service Producer. |
| "CONTINUE_WITHOUT_MUTING" | The subscription to the event notification should be continued without muting if an exception occurs at the NF Service Producer. |
| Enumeration value | Description |
|---|---|
| "AVAILABLE" | This value is used when the S-NSSAI becomes available. |
| "UNAVAILABLE" | This value is used when the S-NSSAI becomes unavailable. |
| Enumeration value | Description |
|---|---|
| "NEW_UES_TERMINATION" | It indicates that Network Slice Replacement is terminated for new UEs. |
| "ALL_UES_TERMINATION" | It indicates that Network Slice Replacement is terminated for all UEs and PDU sessions shall move back from the alternative S-NSSAI to the S-NSSAI. |
| Enumeration value | Description |
|---|---|
| "TWAMP" | A Two-Way Active Measurement Protocol (see RFC 5357) |
| "OWAMP" | A One-way Active Measurement Protocol (see RFC 4656 |
| "STAMP" | Simple Two-Way Active Measurement Protocol (see RFC 8762) |
| "OTHER" | Measurement protocol for which no specific value exists in this enumeration |
| Enumeration value | Description |
|---|---|
| "ADD" | To add/append the indicated CAG ID list to the previously configured CAG ID list (if any). |
| "REPLACE" | To replace the previously configured CAG ID list (if any) with the newly provisioned CAG ID list. |
| "REMOVE" | To remove the indicated CAG ID list from the previously configured CAG ID list. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| 5qi | 5Qi | M | 1 | Default 5G QoS identifier; see clause 5.7.2.7 of TS 23.501. |
| arp | Arp | M | 1 | Default Allocation and Retention Priority; see clause 5.7.2.7 of TS 23.501. |
| priorityLevel | 5QiPriorityLevel | O | 0..1 | Defines the 5QI Priority Level. When present, it contains the 5QI Priority Level value that overrides the standardized or pre-configured value as described in TS 23.501. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| sst | integer | M | 1 | Integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of TS 23.003. Standardized values are defined in clause 5.15.2.2 of TS 23.501. |
| sd | string | O | 0..1 | 3-octet string, representing the Slice Differentiator, 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 of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Pattern: '^[A-Fa-f0-9]{6}$' |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| mcc | Mcc | M | 1 | Mobile Country Code |
| mnc | Mnc | M | 1 | Mobile Network Code |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnId | M | 1 | PLMN Identity |
| tac | Tac | M | 1 | Tracking Area Code |
| nid | Nid | O | 0..1 | Network Identifier, shall be present in case of SNPN, PlmnId together with Nid indicates the identity of the SNPN to which the TA belongs to. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnId | M | 1 | PLMN Identity |
| eutraCellId | EutraCellId | M | 1 | E-UTRA Cell Identity |
| nid | Nid | O | 0..1 | Network Identifier |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnId | M | 1 | PLMN Identity |
| nrCellId | NrCellId | M | 1 | NR Cell Identity |
| nid | Nid | C | 0..1 | Network Identifier, shall be present in case of SNPN, PlmnId together with Nid indicates the identity of the SNPN to which the NR cell belongs to. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| eutraLocation | EutraLocation | C | 0..1 | E-UTRA user location (see NOTE). |
| nrLocation | NrLocation | C | 0..1 | NR user location (see NOTE). |
| n3gaLocation | N3gaLocation | C | 0..1 | Non-3GPP access user location (see NOTE). |
| utraLocation | UtraLocation | C | 0..1 | UTRAN access user location (see NOTE). |
| geraLocation | GeraLocation | C | 0..1 | GERAN access user location (see NOTE). |
|
NOTE:
At least one of eutraLocation, nrLocation, n3gaLocation, utraLocation and geraLocation shall be present. Several of them may be present.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| tai | Tai | M | 1 | Tracking Area Identity. The TAC of the TAI shall be set to one reserved value (e.g. 0x0000, see clause 19.4.2.3 of TS 23.003) if the TAI information is not available. |
| ignoreTai | boolean | O | 0..1 | This flag when present shall indicate that the Tai shall be ignored.
|
| ecgi | Ecgi | M | 1 | E-UTRA Cell Identity |
| ignoreEcgi | boolean | O | 0..1 | This flag when present shall indicate that the Ecgi shall be ignored.
When present, it shall be set as follows:
|
| ageOfLocationInformation | integer | O | 0 1 | The value represents the elapsed time in minutes since the last network contact of the mobile station. Value "0" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful NG-RAN location reporting procedure with the eNB when the UE is in connected mode. Any other value than "0" indicates that the location information is the last known one. See clause 17.7.8 of TS 29.002. |
| ueLocationTimestamp | DateTime | O | 0..1 | The value represents the UTC time when the UeLocation information was acquired. |
| geographicalInformation | string | O | 0..1 | Refer to geographical Information. See clause 7.3.2 of TS 23.032. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. Allowed characters are 0-9 and A-F; |
| geodeticInformation | string | O | 0..1 | Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. Allowed characters are 0-9 and A-F. |
| globalNgenbId | GlobalRanNodeId | O | 0..1 | It indicates the global identity of the ng-eNodeB in which the UE is currently located. See clause 9.3.1.8 of TS 38.413. |
| globalENbId | GlobalRanNodeId | O | 0..1 | It indicates the global identity of the eNodeB in which the UE is currently located. See clause 9.2.1.37 of TS 36.413. |
|
NOTE:
Either the "globalNgenbId" attribute or the "globalENbId" attribute shall be included in the "EutraLocation" data type.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| tai | Tai | M | 1 | Tracking Area Identity When NTN TAI Information with UE Location Derived TAC was received from satellite NG-RAN, this IE shall carry the value of the UE Location Derived TAC; if NTN TAI Information without UE Location Derived TAC was received, this IE shall carry the value of the first TAC that is not restricted to the UE, in the list of TAC(s) broadcast in the cell. |
| ncgi | Ncgi | M | 1 | NR Cell Identity |
| ignoreNcgi | boolean | O | 0..1 | This flag when present shall indicate that the Ncgi shall be ignored.
When present, it shall be set as follows:
|
| ageOfLocationInformation | integer | O | 0 1 | The value represents the elapsed time in minutes since the last network contact of the mobile station. Value "0" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful NG-RAN location reporting procedure with the gNB when the UE is in connected mode. Any other value than "0" indicates that the location information is the last known one. See clause 17.7.8 of TS 29.002. |
| ueLocationTimestamp | DateTime | O | 0..1 | The value represents the UTC time when the UeLocation information was acquired. |
| geographicalInformation | string | O | 0..1 | Refer to geographical Information. See clause 7.3.2 of TS 23.032. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. Allowed characters are 0-9 and A-F; |
| geodeticInformation | string | O | 0..1 | Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. Allowed characters are 0-9 and A-F. |
| globalGnbId | GlobalRanNodeId | O | 0..1 | It indicates the global identity of the gNodeB in which the UE is currently located. See clause 9.3.1.6 of TS 38.413. |
| ntnTaiInfo | NtnTaiInfo | O | 0..1 | Contains NR NTN TAI Information. When this IE is present and supported, the tai attribute shall be ignored by the receiver, see clause 9.3.3.53 of TS 38.413. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| n3gppTai | Tai | C | 0..1 | This IE shall be present over the 3GPP PLMN internal interfaces, but it shall not be present over the N5 interface, nor on the N7/N40 interface in EPC interworking scenario. When present, it shall contain the TAI reported by the N3IWF, TNGF, TWIF or W-AGF for the non-3GPP access. |
| n3IwfId | string | C | 0..1 | This IE shall contain the N3IWF identifier received over NGAP and shall be encoded as a string of hexadecimal characters. 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 of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string. Pattern: '^[A-Fa-f0-9]+$' Example: The N3IWF Id 0x5BD6 shall be encoded as "5BD6". It shall be present over the 3GPP PLMN internal interfaces if the UE is accessing the 5GC via an untrusted non-3GPP access, but shall not be present over the N5 interface, nor on the N7/N40 interface in EPC interworking scenario. |
| ueIpv4Addr | Ipv4Addr | C | 0..1 | UE/N5CW device local IPv4 address (used to reach the N3IWF, TNGF or TWIF, or ePDG). The ueIpv4Addr or the ueIpv6Addr shall be present if the UE is accessing the 5GC via a trusted or untrusted non-3GPP access and the information is available. |
| ueIpv6Addr | Ipv6Addr | C | 0..1 | UE/N5CW device local IPv6 address (used to reach the N3IWF, TNGF or TWIF, or ePDG). The ueIpv4Addr or the ueIpv6Addr shall be present if the UE is accessing the 5GC via a trusted or untrusted non-3GPP access and the information is available. |
| portNumber | Uinteger | C | 0..1 | UDP or TCP source port number. It shall be present if the UE/N5CW is accessing the 5GC via a trusted or untrusted non-3GPP access and NAT is detected and the information is available. |
| protocol | TransportProtocol | O | 0..1 | This IE may be present if portNumber is present. When present, this IE shall indicate the transport protocol used by the UE to access the core network via a trusted or untrusted non-3GPP access and NAT is detected. The absence of this IE indicates that the transport protocol used by the UE to access the core network via a trusted or untrusted non-3GPP access is not specified, i.e. could be UDP or TCP. |
| tnapId | TnapId | C | 0..1 | This IE shall contain the TNAP Identifier, see clause 5.6.2 of TS 23.501. |
| twapId | TwapId | C | 0..1 | In the scenario of accessing 5GC from N5CW device, this IE shall contain the TWAP Identifier, see clause 4.2.8.5.3 of TS 23.501. In the scenario of interworking between ePDG/EPC and 5GS, this IE shall contain the WLAN location information, see clause 4.5.7.2.8 of TS 23.402. |
| hfcNodeId | HfcNodeId | C | 0..1 | This IE shall contain the HFC Node Identifier received over NGAP. It shall be present for a 5G-CRG/FN-CRG accessing the 5GC via wireline access network, and for a AUN3 device connected behind the 5G-CRG (see clause 7.2.8.1 of TS 23.316). |
| gli | Gli | C | 0..1 | This IE shall contain the Global Line Identifier. It shall be present for a 5G-BRG/FN-BRG accessing the 5GC via wireline access network, and for a AUN3 device connected behind a 5G-BRG. |
| w5gbanLineType | LineType | O | 0..1 | This IE may be present for a 5G-BRG/FN-BRG accessing the 5GC via wireline access network. When present, it shall indicate the type of the wireline (DSL or PON). |
| gci | Gci | C | 0..1 | This IE shall contain the Global Cable Identifier. It shall be present for the N5GC device accessing the 5GC via wireline access network(see clause 4.10a of TS 23.316), and for a AUN3 device connected behind the 5G-CRG (see clause 7.2.8.1 of TS 23.316). |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| upIntegr | UpIntegrity | M | 1 | This IE shall indicate whether UP integrity protection is required, preferred or not needed for all the traffic on the PDU Session. |
| upConfid | UpConfidentiality | M | 1 | This IE shall indicate whether UP confidentiality protection is required, preferred or not needed for all the traffic on the PDU Session. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| group | Uinteger | M | 1 | This IE shall indicate the group of the NGAP cause. The value of this IE shall equal to the ASN.1 value of the specified NGAP cause group.
NGAP supports following cause groups defined as separate enumerations, as specified in clause 9.4.5 of TS 38.413, with following values:
|
| value | Uinteger | M | 1 | This IE shall carry the NG AP cause value in specific cause group identified by the "group" attribute, as specified in clause 9.4.5 of TS 38.413. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| backupAmf | AmfName | M | 1 | This IE shall contain the AMF name of the backup AMF that can serve the specific GUAMI(s) supported by the primary AMF (see clause 5.21.2.3 of TS 23.501). |
| guamiList | array(Guami) | C | 1..N | If present, this IE shall contain the list of GUAMI(s) (supported by the primary AMF) which the backup AMF can serve. If this IE is absent, it indicates that the backup AMF can serve all the GUAMI(s) supported by the primary AMF. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| contentId | string | M | 1 | This IE shall contain the value of the Content-ID header of the referenced binary body part. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| dnai | Dnai | M | 1 | Identifies the location of the application. |
| routeInfo | RouteInformation | C | 0..1 | Includes the traffic routing information. |
| routeProfId | string | C | 0..1 | Identifies the routing profile Id. |
|
NOTE:
At least one of the "routeInfo" attribute and the "routeProfId" attribute shall be included in the "RouteToLocation" data type.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| ipv4Addr | Ipv4Addr | C | 0..1 | Ipv4address of the tunnel end point in the data network. |
| ipv6Addr | Ipv6Addr | C | 0..1 | Ipv6 address of the tunnel end point in the data network. |
| portNumber | Uinteger | M | 1 | UDP port number of the tunnel end point in the data network. |
|
NOTE:
At least one of the "ipv4Addr" attribute and the "ipv6Addr" attribute shall be included in the "RouteInformation" data type.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| tacs | array(Tac) | C | 1..N | List of TACs; shall be present if and only if areaCode is absent. |
| areaCode | AreaCode | C | 0..1 | Area Code; shall be present if and only if tacs is absent. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| restrictionType | RestrictionType | C | 0..1 | string "ALLOWED_AREAS" or "NOT_ALLOWED_AREAS" shall be present if and only if the areas attribute is present |
| areas | array(Area) | O | 0..N (NOTE) | A list of Areas.
These areas are:
|
| maxNumOfTAs | Uinteger | C | 0..1 | Maximum number of allowed tracking areas for use when restrictionType indicates "ALLOWED_AREAS". This attribute shall be absent when attribute "restrictionType" takes the value "NOT_ALLOWED_AREAS". |
| maxNumOfTAsForNotAllowedAreas | Uinteger | C | 0..1 | Maximum number of allowed tracking areas for use when restrictionType indicates "NOT_ALLOWED_AREAS". This attribute shall be absent when attribute "restrictionType" takes the value "ALLOWED_AREAS". |
|
NOTE:
The empty array is used when service is allowed/restricted nowhere.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| praId | string | C | 0..1 | Represents an identifier of the Presence Reporting Area (see clause 28.10 of TS 23.003). This IE shall be present if the Area of Interest subscribed or reported is a Presence Reporting Area or a Set of Core Network predefined Presence Reporting Areas. When present, it shall be encoded as a string representing an integer in the following ranges: 0 to 8 388 607 for UE-dedicated PRA 8 388 608 to 16 777 215 for Core Network predefined PRA. Examples: PRA ID 123 is encoded as "123" PRA ID 11 238 660 is encoded as "11238660" |
| additionalPraId | string | C | 0..1 | This IE may be present if the praId IE is present and if it contains a PRA identifier referring to a set of Core Network predefined Presence Reporting Areas. When present, this IE shall contain a PRA Identifier of an individual PRA within the Set of Core Network predefined Presence Reporting Areas indicated by the praId IE. |
| presenceState | PresenceState | C | 0..1 | Indicates whether the UE is inside or outside of the area of interest (e.g presence reporting area or the LADN area), or if the presence reporting area is inactive in the serving node. (NOTE) |
| trackingAreaList | array(Tai) | C | 1..N | Represents the list of tracking areas that constitutes the area. This IE shall be present if the subscription or the event report is for tracking UE presence in the tracking areas. For non 3GPP access the TAI shall be the N3GPP TAI. |
| ecgiList | array(Ecgi) | C | 1..N | Represents the list of EUTRAN cell Ids that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of EUTRAN cell Ids. |
| ncgiList | array(Ncgi) | C | 1..N | Represents the list of NR cell Ids that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of NR cell Ids. |
| globalRanNodeIdList | array(GlobalRanNodeId) | C | 1..N | Represents the list of NG RAN node identifiers that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of NG RAN node identifiers. |
| globaleNbIdList | array(GlobalRanNodeId) | C | 1..N | Represents the list of eNodeB identifiers that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of eNodeB identifiers. |
|
NOTE:
If the additionalPraId IE is present, this IE shall state the presence information of the UE for the individual PRA identified by the additionalPraId IE; If the additionalPraId IE is not present, this IE shall state the presence information of the UE for the PRA identified by the praId IE.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnId | M | 1 | Indicates the identity of the PLMN that the RAN node belongs to. |
| n3IwfId | N3IwfId | C | 0..1 | This IE shall be included if the AN node represents a N3IWF. When present, this IE shall contain the identifier of the N3IWF.
(NOTE 1). |
| gNbId | GNbId | C | 0..1 | This IE shall be included if the RAN Node Id represents a gNB. When present, this IE shall contain the identifier of the gNB. (NOTE 1). |
| ngeNbId | NgeNbId | C | 0..1 | This IE shall be included if the RAN Node Id represents a NG-eNB. When present, this IE shall contain the identifier of an NG-eNB.
(NOTE 1). |
| wagfId | WAgfId | C | 0..1 | This IE shall be included if the AN node represents a W-AGF. When present, this IE shall contain the identifier of the W-AGF.
(NOTE 1). |
| tngfId | TngfId | C | 0..1 | This IE shall be included if the AN node represents a TNGF. When present, this IE shall contain the identifier of the TNGF.
(NOTE 1). |
| nid | Nid | O | 0..1 | Network Identifier shall be present in case of SNPN, PlmnId together with Nid indicates the identity of the SNPN to which the RanNode belongs to. |
| eNbId | ENbId | C | 0..1 | This IE shall be included if the RAN Node Id represents an eNB. When present, this IE shall contain the identifier of an eNB.
(NOTE 1, NOTE 2). |
|
NOTE 1:
One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
NOTE 2:
For UEs with 5GS subscription but without 5G NAS support, eNbId is used on N7 instead of n3IwfId, gNbIdm, ngeNbId.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| bitLength | integer | M | 1 | Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of TS 38.413, within the range 22 to 32 |
| gNBValue | string | M | 1 | This represents the identifier of the gNB. The string shall be formatted with following pattern: '^[A-Fa-f0-9]{6,8}$' The value of the gNB ID shall be encoded 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 padding 0 shall be added to make multiple nibbles, the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string. Examples: A 30 bit value "382A3F47" indicates a gNB ID with value 0x382A3F47 A 22 bit value "2A3F47" indicates a gNB ID with value 0x2A3F47 |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| atsssLL | boolean | O | 0..1 | Indicates the support of Access Traffic Steering, Switching and Splitting procedures using the ATSSS-LL steering functionality (see clauses 4.2.10, 5.32 of TS 23.501). true: Supported false (default): Not Supported |
| mptcp | boolean | O | 0..1 | Indicates the support of Access Traffic Steering, Switching and Splitting procedures using the MPTCP steering functionality (see clauses 4.2.10, 5.32 of TS 23.501). true: Supported false (default): Not Supported |
| mpquic | boolean | O | 0..1 | Indicates the support of Access Traffic Steering, Switching and Splitting procedures using the MPQUIC-UDP steering functionality (see clauses 4.2.10, 5.32 of TS 23.501). true: Supported false (default): Not Supported |
| rttWithoutPmf | boolean | O | 0..1 | This IE is only used by the UPF to indicate whether the UPF supports RTT measurement without PMF (see clauses 5.32.2, 6.3.3.3 of TS 23.501). If this attribute is present and set to true, the mptcp attribute shall also be present and set to true. true: Supported false (default): Not Supported. |
| mpquicIp | boolean | O | 0..1 | Indicates the support of Access Traffic Steering, Switching and Splitting procedures using the MPQUIC-IP steering functionality (see clauses 4.2.10, 5.32 of TS 23.501). true: Supported false (default): Not Supported |
| mpquicE | boolean | O | 0..1 | Indicates the support of Access Traffic Steering, Switching and Splitting procedures using the MPQUIC-E steering functionality (see clauses 4.2.10, 5.32 of TS 23.501). true: Supported false (default): Not Supported |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| mcc | Mcc | M | 1 | Mobile Country Code |
| mnc | Mnc | M | 1 | Mobile Network Code |
| nid | Nid | C | 0..1 | Network Identity; Shall be present if PlmnIdNid identifies an SNPN (see clauses 5.30.2.3, 5.30.2.9, 6.3.4, and 6.3.8 in TS 23.501). Otherwise, this attribute shall be absent. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| remainPacketsUl | integer | C | 0..1 | This IE shall be included if available. When present, it shall contain the number of packets the UE is allowed to send uplink in the given time unit for the given PDU session (see clause 5.31.14.3 of TS 23.501). |
| remainPacketsDl | integer | C | 0..1 | This IE shall be included if available. When present it shall contain the number of packets the AF is allowed to send downlink in the given time unit for the given PDU session (see clause 5.31.14.3 of TS 23.501). |
| validityTime | DateTime | C | 0..1 | This IE shall be included if available. When present, it shall indicate the period of time during which the small data rate control status will remain valid (see clause 5.31.14.3 of TS 23.501). |
| remainExReportsUl | integer | C | 0..1 | This IE shall be included if available. When present, it shall indicate number of additional exception reports the UE is allowed to send uplink in the given time unit for the given PDU session (see clause 5.31.14.3 of TS 23.501). |
| remainExReportsDl | integer | C | 0..1 | This IE shall be included if available. When present, it shall indicate number of additional exception reports the AF is allowed to send downlink in the given time unit for the given PDU session (see clause 5.31.14.3 in TS 23.501). |
| Attribute name | Data type | P | Cardinality | Description | Applicability |
|---|---|---|---|---|---|
| hfcNId | HfcNId | M | 1 | HFC Node Id. |
| Attribute name | Data type | P | Cardinality | Description | Applicability |
|---|---|---|---|---|---|
| globalLineIds | array(Gli) | C | 1..N | List of Global Line Identifiers, for a 5G-BRG or an AUN3 device behind 5G-BRG accessing the 5GC via wireline access network. | |
| hfcNIds | array(HfcNId) | C | 1..N | List of HFC Node Ids, for a 5G-CRG/FN-CRG is accessing the 5GC via wireline access network. | |
| areaCodeB | AreaCode | C | 0..1 | Area Code for 5G-BRG or an AUN3 device behind 5G-BRG accessing via wireline access network | |
| areaCodeC | AreaCode | C | 0..1 | Area Code for 5G-CRG/FN-CRG is accessing via wireline access network | |
| combGciAndHfcNIds | array(CombGciAndHfcNIds) | C | 1..N | List of combinations of GCI and HFC Node ID, for a 5G-CRG or an AUN3 device behind the 5G-CRG accessing the 5GC via wireline access network. | |
|
NOTE:
One and only one of the "globLineIds", "hfcNIds", "areaCodeB", "areaCodeC" and combGciAndHfcNIds attributes shall be included in a WirelineArea data structure.
|
|||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| restrictionType | RestrictionType | C | 0..1 | string "ALLOWED_AREAS" or "NOT_ALLOWED_AREAS" (NOTE 1) |
| areas | array(WirelineArea) | C | 0..N | A list of Areas.
These areas are:
|
|
NOTE 1:
The "restrictionType" attribute and the "areas" attribute shall be either both present or absent.
NOTE 2:
The empty array is used when service is allowed/restricted nowhere.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| remainPacketsUl | integer | C | 0..1 | This IE shall be included if available. When present, it shall contain the number of packets the UE is allowed to send uplink in the given time unit for the given APN (all PDN connections of the UE to this APN see clause 4.7.7.3 in TS 23.401). |
| remainPacketsDl | integer | C | 0..1 | This IE shall be included if available. When present, it shall contain the number of packets, which the UE is allowed to send downlink for the given time unit period of time and for the given APN (all PDN connections of the UE to this APN, see clause 4.7.7.3 in TS 23.401). |
| validityTime | DateTime | C | 0..1 | This IE shall be included if available. When present, it shall indicate the period of time during which the APN rate control status will remain valid. |
| remainExReportsUl | integer | C | 0..1 | This IE shall be included if available. When present, it shall indicate the number of additional exception reports the UE is allowed to send uplink in the given time unit for the given APN (all PDN connections of the UE to this APN, see clause 4.7.7.3 in TS 23.401). |
| remainExReportsDl | integer | C | 0..1 | This IE shall be included if available. When present, it shall indicate the number of additional exception reports the AF is allowed to send downlink in the given time unit for the given APN (all PDN connections of the UE to this APN, see clause 4.7.7.3 in TS 23.401). |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| daysOfWeek | array(DayOfWeek) | O | 1..6 | Identifies the day(s) of the week. If absent, it indicates every day of the week. |
| timeOfDayStart | TimeOfDay | O | 0..1 | Identifies the start time of the day. |
| timeOfDayEnd | TimeOfDay | O | 0..1 | Identifies the end time of the day. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| batteryInd | boolean | O | 0..1 | When present, this IE shall indicate whether the UE is battery powered or not. true: the UE is battery powered; false or absent: the UE is not battery powered. |
| replaceableInd | boolean | O | 0..1 | When present, this IE shall indicate whether the battery of the UE is replaceable or not. true: the battery of the UE is replaceable; false or absent: the battery of the UE is not replaceable. |
| rechargeableInd | boolean | O | 0..1 | When present, this IE shall indicate whether the battery of the UE is rechargeable or not. true: the battery of UE is rechargeable; false or absent: the battery of the UE is not rechargeable. |
|
NOTE:
Parameters "replaceableInd" and "rechargeableInd" are only included if the value of Parameter "batteryInd" is true.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| acsUrl | Uri | O | 0..1 |
This IE may contain the URL of the ACS, see BBF TR-069 [34] or BBF TR-369 [35].
(NOTE) |
| acsIpv4Addr | Ipv4Addr | O | 0..1 |
This IE may contain the IPv4 address of the ACS, see BBF TR-069 [34] or BBF TR-369 [35].
(NOTE) |
| acsIpv6Addr | Ipv6Addr | O | 0..1 |
This IE may contain the IPv6 address of the ACS, see BBF TR-069 [34] or BBF TR-369 [35].
(NOTE) |
|
NOTE:
At least one of acsUrl, acsIpv4Addr, acsIpv6Addr shall be included.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| vehicleUeAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized as Vehicle UE. |
| pedestrianUeAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized as Pedestrian UE. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| vehicleUeAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized as Vehicle UE. |
| pedestrianUeAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized as Pedestrian UE. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| pc5QosFlowList | array(Pc5QosFlowItem) | M | 1..N | This IE shall contain the set of PC5 flow(s). |
| pc5LinkAmbr | BitRate | C | 0..1 | This IE shall be present if available. When present, it shall represent the PC5 Link Aggregated Bit Rates for all the Non-GBR QoS Flows (see clause 5.4.2.3 of TS 23.287). |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| pqi | 5Qi | M | 1 | PQI is a special 5QI (see clause 5.4.2.1 of TS 23.287). |
| pc5FlowBitRates | Pc5FlowBitRates | C | 0..1 | This IE shall be present if available. When present, it shall represent the PC5 Flow Bit Rates (see clause 5.4.2.2 of TS 23.287). |
| range | Uinteger | C | 0..1 | This IE shall be present if available. When present, it shall represent the Range in the unit of meters (see clause 5.4.2.4 of TS 23.287). |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| guaFbr | BitRate | C | 0..1 | This IE shall be present if available. When present, it shall contain the guaranteed Bit Rate for the PC5 QoS flow. |
| maxFbr | BitRate | C | 0..1 | This IE shall be present if available. When present, it shall contain the maximum Bit Rate for the PC5 QoS flow. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| cgi | CellGlobalId | O | 0..1 | Cell Global Identification. See clause 4.3.1 of TS 23.003
(NOTE 1) |
| sai | ServiceAreaId | O | 0..1 | Service Area Identifier. See clause 12.5 of TS 23.003
(NOTE 1) |
| lai | LocationAreaId | O | 0..1 | Location area identification. See clause 4.1 of TS 23.003
(NOTE 1) |
| rai | RoutingAreaId | O | 0..1 | Routing Area Identification. See clause 4.2 of TS 23.003 |
| ageOfLocationInformation | integer | O | 0..1 | The value represents the elapsed time in minutes since the last network contact of the mobile station. Value "0" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful location reporting procedure the UE is in connected mode. Any other value than "0" indicates that the location information is the last known one. See clause 17.7.8 of TS 29.002. |
| ueLocationTimestamp | DateTime | O | 0..1 | The value represents the UTC time when the UeLocation information was acquired. |
| geographicalInformation | string | O | 0..1 | Refer to geographical Information. See clause 7.3.2 of TS 23.032. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. Allowed characters are 0-9 and A-F; |
| geodeticInformation | string | O | 0..1 | Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. Allowed characters are 0-9 and A-F. |
|
NOTE 1:
Exactly one of cgi, sai or lai shall be present.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| locationNumber | string | O | 0..1 | Location number within the PLMN. See clause 4.5 of TS 23.003. |
| cgi | CellGlobalId | O | 0..1 | Cell Global Identification. See clause 4.3.1 of TS 23.003
(NOTE 1) |
| sai | ServiceAreaId | O | 0..1 | Service Area Identifier. See clause 12.5 of TS 23.003
(NOTE 1) |
| lai | LocationAreaId | O | 0..1 | Location Area identification. See clause 4.1 of TS 23.003
(NOTE 1) |
| rai | RoutingAreaId | O | 0..1 | Routing Area Identification. See clause 4.2 of TS 23.003 |
| vlrNumber | string | O | 0..1 | VLR number. See clause 5.1 of TS 23.003. |
| mscNumber | string | O | 0..1 | MSC number. See clause 5.1 of TS 23.003. |
| ageOfLocationInformation | integer | O | 0..1 | The value represents the elapsed time in minutes since the last network contact of the mobile station. Value "0" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful location reporting procedure the UE is in connected mode. Any other value than "0" indicates that the location information is the last known one. See clause 17.7.8 of TS 29.002. |
| ueLocationTimestamp | DateTime | O | 0..1 | The value represents the UTC time when the UeLocation information was acquired. |
| geographicalInformation | string | O | 0..1 | Refer to geographical Information. See clause 7.3.2 of TS 23.032. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. Allowed characters are 0-9 and A-F; |
| geodeticInformation | string | O | 0..1 | Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. Allowed characters are 0-9 and A-F. |
|
NOTE 1:
Exactly one of cgi, sai or lai shall be present.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnId | M | 1 | PLMN Identity |
| lac | string | M | 1 | Location Area Code Pattern: '^[A-Fa-f0-9]{4}$' |
| cellId | string | M | 1 | Cell Identity Pattern: '^[A-Fa-f0-9]{4}$' |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnId | M | 1 | PLMN Identity |
| lac | string | M | 1 | Location Area Code Pattern: '^[A-Fa-f0-9]{4}$' |
| sac | string | M | 1 | Service Area Code Pattern: '^[A-Fa-f0-9]{4}$' |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnId | M | 1 | PLMN Identity |
| lac | string | M | 1 | Location Area Code Pattern: '^[A-Fa-f0-9]{4}$' |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnId | M | 1 | PLMN Identity |
| lac | string | M | 1 | Location Area Code Pattern: '^[A-Fa-f0-9]{4}$' |
| rac | string | M | 1 | Routing Area Code Pattern: '^[A-Fa-f0-9]{2}$' |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| ipv4Addr | Ipv4Addr | C | 0..1 | Ipv4 address of the source of downlink data. |
| ipv6Addr | Ipv6Addr | C | 0..1 | Ipv6 address of the source of downlink data. |
| portNumber | Uinteger | O | 0..1 | Port number of the source of downlink data. |
| macAddr | MacAddr48 | C | 0..1 | Source MAC address. |
|
NOTE:
Either IP address (at least one of the "ipv4Addr" attribute or the "ipv6Addr" attribute) or MAC address (the "macAddr" attribute) shall be included.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| counter | integer | M | 1 | Unsigned integer identifying the MO Exception Data Counter, as specified in clause 5.31.14.3 of TS 23.501. |
| timeStamp | DateTime | O | 0..1 | UTC time indicating the time at which the counter value increased from 0 to 1. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| snssai | Snssai | M | 1 | Subscribed S-NSSAI |
| status | AuthStatus | M | 1 | This flag when present shall indicate the NSSAA status of the related Snssai. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| ssId | string | C | 0..1 | This IE shall be present if the UE is accessing the 5GC via a trusted WLAN access network. When present, it shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012 [31]. |
| bssId | string | C | 0..1 | This IE shall be present if available and if the UE is accessing the 5GC via a trusted WLAN access network. When present, it shall contain the BSSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012 [31]. |
| civicAddress | Bytes | C | 0..1 | This IE shall be present if available and if the UE is accessing the 5GC via a trusted WLAN access network. This IE shall also be present if the UE behind the 5G-RG is accessing the 5GC via a trusted WLAN access network. When present, it shall contain the civic address information of the TNAP/5G-RG to which the UE is attached, including the Location-Information Attribute and / or Location-Data Attribute as defined in RFC 5580. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| ssId | string | M | 1 | This IE shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012 [31]. |
| bssId | string | C | 0..1 | This IE shall be present if available. When present, it shall contain the BSSID of the access point to which the UE is attached, for trusted WLAN access, see IEEE Std 802.11-2012 [31]. |
| civicAddress | Bytes | C | 0..1 | This IE shall be present if available. When present, it shall contain the civic address information of the TWAP to which the UE is attached, for trusted WLAN access. This IE shall include the Location-Information Attribute and / or Location-Data Attribute as defined in RFC 5580. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| sdRanges | array(SdRange) | C | 1..N | When present, it shall contain the range(s) of Slice Differentiator values supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type (see clause 5.4.4.2). |
| wildcardSd | boolean | C | 0..1 | When present, it shall be set to true, to indicate that all SD values are supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type (see clause 5.4.4.2). |
|
NOTE 1:
sdRanges and wildcardSd shall not be present simultaneously.
NOTE 2:
An SdRange may include the value "FFFFFF"; similarly, if wildcardSd is set to true, the SD value "FFFFFF" is one of the supported values. In both cases the SST without associated SD is one of the supported SNSSAIs, as the value "FFFFFF" indicates "no SD value associated with the SST" (see TS 23.003).
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| start | string | M | 1 | First value identifying the start of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2. |
| end | string | M | 1 | Last value identifying the end of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| proseDirectDiscoveryAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to use ProSe Direct Discovery. |
| proseDirectCommunicationAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to use ProSe Direct Communication. |
| proseL2RelayAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-2 UE-to-Network Relay. |
| proseL3RelayAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-3 UE-to-Network Relay. |
| proseL2RemoteAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-2 Remote UE. |
| proseL3RemoteAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-3 Remote UE. |
| proseMultipathComL2RemoteAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to use multi-path communication via direct Uu path and via 5G ProSe Layer-2 UE-to-Network Relay as a 5G ProSe Layer-2 Remote UE. |
| proseL2UeRelayAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-2 UE-to-UE Relay. |
| proseL3UeRelayAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-3 UE-to-UE Relay. |
| proseL2EndAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-2 End UE. |
| proseL3EndAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-3 End UE. |
| proseL3IntermediateRelayAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-3 Intermediate UE-to-Network Relay. |
| proseL3RemoteMultihopAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-3 Remote UE supporting Multi-hop 5G ProSe Layer-3 UE-to-Network Relay. |
| proseL3RelayMultihopAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-3 UE-to-Network Relay supporting Multi-hop 5G ProSe Layer-3 UE-to-Network Relay. |
| proseL3UeRelayMultihopAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-3 UE-to-UE Relay supporting Multi-hop 5G ProSe Layer-3 UE-to-UE Relay. |
| proseL3EndMultihopAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-3 End UE supporting Multi-hop 5G ProSe Layer-3 UE-to-UE Relay. |
| proseL2IntermediateRelayAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-2 Intermediate UE-to-Network Relay. |
| proseL2RemoteMultihopAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-2 Remote UE supporting Multi-hop 5G ProSe Layer-2 UE-to-Network Relay. |
| proseL2RelayMultihopAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as 5G ProSe Layer-2 UE-to-Network Relay supporting Multi-hop 5G ProSe Layer-2 UE-to-Network Relay. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| ecsFqdnList | array(Fqdn) | C | 1..N | This IE shall be included if available. When present, it shall contain the list of FQDN(s) of Edge Configuration Server(s). |
| ecsIpAddressList | array(IpAddr) | C | 1..N | This IE shall be included if available. When present, it shall contain the list of IP Address (es) of Edge Configuration Server(s). |
| ecsUriList | array(Uri) | C | 1..N | This IE shall be included if available. When present, it shall contain the list of URI(s) of the Edge Configuration Server(s). |
| ecsProviderId | string | C | 0..1 | This IE shall be included if available. When present, it shall contain the identifier of the Edge Configuration Server Provider. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| ipv4Addr | Ipv4Addr | C | 0..1 | When present, it shall contain the IPv4 address. |
| ipv6Addr | Ipv6Addr | C | 0..1 | When present, it shall contain the IPv6 address. |
| ipv6Prefix | Ipv6Prefix | C | 0..1 | When present, it shall contain the IPv6 Prefix. |
|
NOTE:
Either ipv4Addr, or ipv6Addr, or ipv6Prefix shall be present.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| numericValNumUes | integer | C | 0..1 | This attribute may be present in the following cases:
|
| numericValNumPduSess | integer | C | 0..1 | This attribute may be present in the following cases:
|
| percValueNumUes | integer | C | 0..1 | This attribute may be present in the following cases:
|
| percValueNumPduSess | integer | C | 0..1 | This IE may be present in the following cases:
|
| uesWithPduSessionInd | boolean | C | 0..1 | This IE may be present if the numericValNumUes IE or the percValueNumUes IE is present, when reporting the network slice status for an S-NSSAI.
When present, it shall be set as follows:
|
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| reachedNumUes | SACInfo | O | 0..1 | Contains a confirmation that the requested threshold for the number of registered UEs in the concerned network slice was reached, when threshold based reporting is used, or the current number of registered UEs in the concerned network slice, when periodic reporting / immediate reporting is used. |
| reachedNumPduSess | SACInfo | O | 0..1 | Contains a confirmation that the requested threshold for the number of established PDU session in the concerned network slice was reached, when threshold based reporting is used, or the current number of established PDU sessions in the concerned network slice, when periodic reporting / immediate reporting is used. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| trackingAreaList | array(Tai) | C | 1..N | This IE shall be included if available. When present, it shall contain the list of tracking areas identities. |
| countries | array(Mcc) | O | 1..N | When present, it shall contain the list of Mobile Country Codes. |
| geographicalServiceArea | GeoServiceArea | O | 0..1 | Geographical Service Area; see clause 7.3.3.3 of TS 23.558. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| ipv4Addresses | array(Ipv4Addr) | C | 1..N | IPv4 address(es) of the server (NOTE). |
| ipv6Addresses | array(Ipv6Addr) | C | 1..N | IPv6 address(es) of the server (NOTE). |
| fqdnList | array(Fqdn) | C | 1..N | List of FQDNs (Fully Qualified Domain Names) of the server (NOTE). |
|
NOTE:
At least one of the addressing parameters (ipv4addresses, ipv6adresses or fqdnList) shall be included in the ServerAddressingInfo; all addressing parameters in this data type shall be understood as referring to a same sever.
|
||||
| Attribute name | Data type | P | Cardinality | Description | Applicability |
|---|---|---|---|---|---|
| callbackUri | Uri | M | 1 | This IE shall contain the Callback URI on the PCF for a UE to receive the SM Policy Association Establishment and Termination Event Notifications from the PCF for a PDU session. | |
| bindingInfo | string | O | 0..1 | This IE shall be present, if available. When present, this IE shall contain the Binding indications of the Callback URI on the PCF for a UE indicated by callbackUri IE and set to the value of the 3gpp-Sbi-Binding header defined in clause 5.2.3.2.6 of TS 29.500, without the header name. |
| Attribute name | Data type | P | Cardinality | Description | Applicability |
|---|---|---|---|---|---|
| snssai | Snssai | M | 1 | This IE shall indicate the S-NSSAI in the serving PLMN of a PDU session. | |
| dnn | Dnn | M | 1 | This IE shall Indicate the DNN of a PDU session. If DNN replacement if applicable for the PDU session, this IE shall indicate the DNN of the PDU session after DNN replacement. |
| Attribute name | Data type | P | Cardinality | Description | Applicability |
|---|---|---|---|---|---|
| source | EasServerAddress | M | 1 | Address of the source EAS, i.e., address that shall be used for the traffic on the N3 side of the UPF(s). | |
| target | EasServerAddress | M | 1 | Address of the target EAS, i.e., address that shall be used for the traffic on the N6 side of the UPF(s). |
| Attribute name | Data type | P | Cardinality | Description | Applicability |
|---|---|---|---|---|---|
| ip | IpAddr | M | 1 | IP address information. | |
| port | Uinteger | M | 1 | IP port number. |
| Attribute name | Data type | P | Cardinality | Description | Applicability |
|---|---|---|---|---|---|
| accessAllowed | boolean | C | 0..1 | Indicates if access is allowed to a given serving network, e.g. a PLMN (MCC, MNC) or an SNPN (MCC, MNC, NID). NOTE | |
|
NOTE:
The actual query determines if the 'accessAllowed' attribute refers to an SNPN or to a PLMN.
|
|||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| geographicAreaList | array(GeographicArea) | O | 1..N | Identifies a list of geographic area specified by different shapes. |
| civicAddressList | array(CivicAddress) | O | 1..N | Identifies a list of civic address. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| bufferedNotifs | BufferedNotificationsAction | O | 0..1 | When present, it shall indicate the action required by the NF Service Consumer to the NF Service Producer on the buffered notifications if an exception occurs while the event is muted. |
| subscription | SubscriptionAction | O | 0..1 | When present, it shall indicate the action required by the NF Service Consumer to the NF Service Producer on the subscription if an exception occurs while the event is muted. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| maxNoOfNotif | integer | O | 0..1 | Maximum number of notifications that can be stored by the Event producer NF. |
| durationBufferedNotif | DurationSec | O | 0..1 | Maximum duration during which notifications can be buffered by the Event producer NF. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| offloadIdentifier | OffloadIdentifier | O | 0..1 | Offload Identifier uniquely identifying the VPLMN Offloading information provided by the HPLMN. |
| vplmnId | PlmnId | O | 0..1 | V-PLMN ID. When absent, the PLMN ID of the PLMN serving the UE shall be assumed. |
| allowedTraffic | boolean | O | 0..1 | When present, this IE shall be set as follows:
|
| ipv4AddressRanges | array(Ipv4AddressRange) | O | 1..N | List of ranges of IPv4 addresses allowed (or disallowed) to be routed to the local part of DN in the VPLMN |
| ipv4AddrMasks | array(Ipv4AddrMask) | O | 1..N | List of ranges of IPv4 addresses allowed (or disallowed) to be routed to the local part of DN in the VPLMN, whereby each range of IPv4 addresses corresponds to the IPv4 addresses of an IPv4 subnet defined by an IPv4 address and subnet mask. |
| ipv6AddressRanges | array(Ipv6AddressRange) | O | 1..N | List of ranges of IPv6 addresses allowed (or disallowed) to be routed to the local part of DN in the VPLMN |
| ipv6PrefixRanges | array(Ipv6PrefixRange) | O | 1..N | List of ranges of IPv6 prefixes allowed (or disallowed) to be routed to the local part of DN in the VPLMN |
| fqdnList | array(Fqdn) | O | 1..N | List of FQDNs allowed (or disallowed) to be routed to the local part of DN in the VPLMN |
| fqdnPatterns | array(FqdnPatternMatchingRule) | O | 1..N | List of FQDN patterns of FQDNs allowed (or disallowed) to be routed to the local part of DN in the VPLMN |
|
NOTE:
If none of the ipv4AddressRanges, ipv4AddrMasks, ipv6AddressRanges, ipv6PrefixRanges, fqdnList and fqdnPatterns IEs is present, all the traffic of the PDU session is allowed to be routed to the local part of DN in the VPLMN. At least one of these IEs shall be present when the allowedTraffic IE is set to false.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| snssai | Snssai | M | 1 | This IE shall indicate the S-NSSAI that is partially allowed in the Registration Area. |
| allowedTaiList | array(Tai) | M | 1..N | This IE shall contain the list of TAI(s) in the Registration Area where the indicated S-NSSAI is allowed. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| repPeriod | DurationSec | M | 1 | This IE describes the period time for the variable event reports. |
| percValueNfLoad | Uinteger | C | 0..1 | This IE shall be present if the variable reporting periodicity is based on the load of NF service producer (see clause 4.15.1 of TS 23.502). When present, this IE indicates the load percentage of NF service producer, within the range 0 to 100. |
|
NOTE:
The reporting periodicity is changed depending on the load of NF service producer, if the load of NF service producer is equal or greater than several values in array of VarRepPeriod, the repPeriod related to the highest value of nfLoad shall be applied.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| rgSlPosPc5Auth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to perform Ranging/Sidelink Positioning over PC5. |
| rgSlPosLocAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as Located UE. |
| rgSlPosClientAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as SL Positioning Client UE. |
| rgSlPosServerAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized to act as SL Positioning Server UE. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| uavUeAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized as UAV UE. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| uavUeAuth | UeAuth | C | 0..1 | This IE shall be present if available. When present, it shall indicate whether the UE is authorized as UAV UE. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| sNssai | Snssai | M | 1 | S-NSSAI |
| deregInactTimer | DurationSec | C | 0..1 | Identifies the slice deregistration inactivity timer for the Network Slice identified by the sNssai IE (see clause 5.15.15.3 of TS 23.501)
The value shall be applied to both 3GPP access and Non-3GPP access.
(NOTE) |
| sessInactTimer | DurationSec | C | 0..1 | Identifies the PDU Session inactivity timer for the Network Slice identified by the sNssai IE (see clause 5.15.15.3 of TS 23.501)
The value shall be applied to both 3GPP access and Non-3GPP access.
(NOTE) |
|
NOTE:
At least deregInactTimer or sessInactTimer shall be present.
|
||||
| Attribute name | Data type | P | Cardinality | Description | Applicability |
|---|---|---|---|---|---|
| globalCableId | Gci | C | 0..1 | Global Cable Identifier, for an AUN3 device behind 5G-CRG accessing the 5GC via wireline access network. | |
| hfcNId | HfcNId | C | 0..1 | HFC Node Id, for an AUN3 device behind 5G-CRG is accessing the 5GC via wireline access network. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| snssaiList | array(ExtSnssai) | C | 1..N | List of S-NSSAIs |
| dnnList | array(Dnn) | C | 1..N | List of DNNs |
|
NOTE:
At least one of the snssaiList and dnnList IEs shall be present.
If the dnnList IE is absent, this indicates that all DNNs of the provided S-NSSAIs are considered.
If the sNssaiList IE is absent, this indicates that all S-NSSAIs of the provided DNNs are considered.
If both IEs are present, this indicates that the provided DNNs for the provided S-NSSAIs are considered.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| plmnId | PlmnIdNid | M | 1 | UE's serving PLMN Identity. |
| tacList | array(Tac) | M | 1..N | TAC list received from satellite NG-RAN without the forbidden TAIs for the UE. |
| derivedTac | Tac | O | 0..1 | This attribute may be present if Derived TAC is received from satellite NG-RAN. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| percValueNumUes | integer | C | 0..1 | This IE shall be present if available. When present, it shall contain an unsigned integer indicating the number of registered UEs expressed in percentage format applied for Network Slice Replacement. Minimum = 0. Maximum = 100. |
| newUesInd | boolean | C | 0..1 | This IE shall be present if available. When present, it shall be set to true to indicate the Network Slice Replacement is applied for new UEs. |
|
NOTE:
Either the percValueNumUes IE or the newUesInd IE shall be present.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| vplmnId | PlmnId | M | 1 | V-PLMN ID. |
| sessionDlAmbr | BitRate | M | 1 | Authorized DL Session AMBR for Offloading, i.e. DL Aggregate Maximum Bit Rate for the Non-GBR QoS Flows of the PDU Session authorized for offloading to the local part of DN in VPLMN. |
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| offloadIdentifier | OffloadIdentifier | C | 0..1 | When present, this IE shall uniquely identify the Local Offloading Management information within a PLMN. (NOTE 1) (NOTE 2) |
| allowedTraffic | boolean | O | 0..1 | When present, this IE shall be set as follows:
|
| ipv4AddressRanges | array(Ipv4AddressRange) | C | 1..N | List of ranges of IPv4 addresses allowed (or disallowed) to be routed to the local part of DN. (NOTE 2) |
| ipv4AddrMasks | array(Ipv4AddrMask) | C | 1..N | List of ranges of IPv4 addresses allowed (or disallowed) to be routed to the local part of DN, whereby each range of IPv4 addresses corresponds to the IPv4 addresses of an IPv4 subnet defined by an IPv4 address and subnet mask. (NOTE 2) |
| ipv6AddressRanges | array(Ipv6AddressRange) | C | 1..N | List of ranges of IPv6 addresses allowed (or disallowed) to be routed to the local part of DN. (NOTE 2) |
| ipv6PrefixRanges | array(Ipv6PrefixRange) | C | 1..N | List of ranges of IPv6 prefixes allowed (or disallowed) to be routed to the local part of DN. (NOTE 2) |
| fqdnList | array(Fqdn) | C | 1..N | List of FQDNs allowed (or disallowed) to be routed to the local part of DN. (NOTE 2) |
| fqdnPatterns | array(FqdnPatternMatchingRule) | C | 1..N | List of FQDN patterns of FQDNs allowed (or disallowed) to be routed to the local part of DN. (NOTE 2) |
|
NOTE 1:
If none of the ipv4AddressRanges, ipv4AddrMasks, ipv6AddressRanges, ipv6PrefixRanges, fqdnList and fqdnPatterns IEs is present, whether the traffic of the PDU session is allowed to be routed to the local part of DN is determined based on the stored or pre-configured Local Offloading Management Policy identified by offload identifier.
NOTE 1:
At least one of the "offloadIdentifier", "ipv4AddressRanges", "ipv4AddrMasks", "ipv6AddressRanges", "ipv6PrefixRanges", "fqdnList" and "fqdnPatterns" attributes shall be included.
|
||||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| cagInfo | array(CagId) | M | 1..N | Indicates a list of CAG ID(s) identifying the CAG(s) which are allowed for a UE or for a list of UEs. |
| commonValidTimePeriodList | array(ValidTimePeriod) | C | 0..N |
This IE shall be present in the following cases:
|
| additionalValidTimePeriodList | map(array(ValidTimePeriod)) | O | 1..M(1..N) | A map (list of key-value pairs) where CAG ID converted to string serves as key, and the value is an array of time periods associated with the CAG ID. This IE may be present if some CAG ID(s) are configured with additional time periods that are different from the time periods in the commonValidTimePeriodList attribute. |
| provisionOperation | CagProvisionOperation | O | 0..1 | Indicates the CAG provision operation applied to the CAG ID list present in the cagInfo attribute. If this attribute is not present, it indicates the CAG ID list indicated in the cagInfo attribute is used to replace the previously configured CAG ID list, if any. |
|
NOTE:
If a CAG ID is not associated to any validity time period(s) (i.e. neither the commonValidTimePeriodList is present with non-empty time periods nor the corresponding CAG ID is present in the additionalValidTimePeriodList attribute), the CAG shall be permanently allowed.
|
||||
| Data type | Cardinality | Description |
|---|---|---|
| Snssai | 1 | Common data type defined in clause 5.4.4.2. |
| SnssaiExtension | 1 | Extensions to the Snssai common data type defined in clause 5.4.4.66. |
|
NOTE:
The sdRanges and wildcardSd attributes shall be exclusive from each other. If one of these attributes is present, the sd attribute shall also be present and it shall contain one Slice Differentiator value within the range of SD (if the sdRanges attribute is present) or with any value (if the wildcardSd attribute is present).
|
||
| Attribute name | Data type | P | Cardinality | Description |
|---|---|---|---|---|
| snssai | Snssai | M | 1 | Indicates the impacted S-NSSAI. |
| status | SnssaiStatus | C | 0..1 | It shall be present, if the status of the S-NSSAI indicated in the snssai IE changes. When present, it indicates the availability status of the S-NSSAI indicated in the snssai IE. |
| altSnssai | Snssai | C | 0..1 | It shall be present, if the alternative S-NSSAI is requested to replace the S-NSSAI indicated in snssai IE.
When present, this IE shall indicate the alternative S-NSSAI NSSAI to the impacted S-NSSAI indicated by the "snssai" attribute.
In the case of roaming it shall indicate:
|
| nsReplTerminInd | TerminationIndication | C | 0..1 | This IE shall be present for a notification of termination of Network Slice Replacement. |
| plmnId | PlmnId | C | 0..1 | This IE shall be present in roaming scenarios, if the impacted S-NSSAI indicated by the snssai IE is an HPLMN S-NSSAI. It may be present otherwise. When present, it shall indicate the PLMN ID of the impacted S-NSSAI (and alternative S-NSSAI). |
| mitigationInfo | MitigationInfo | O | 0..1 | This IE may be present for a notification of Network Slice Replacement. When present, it shall include the congestion mitigation information (see clause 5.2.16.3.3 of TS 23.502). If absent, Network Slice Replacement shall be applied for all the registered UEs and new UEs. |