Download OpenAPI specification:
Access and Mobility Policy Control Service.
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
notificationUri required | string (Uri) String providing an URI formatted according to RFC 3986. |
altNotifIpv4Addrs | Array of strings (Ipv4Addr) non-empty [ items^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|2... ] Alternate or backup IPv4 Address(es) where to send Notifications. |
altNotifIpv6Addrs | Array of strings (Ipv6Addr) non-empty [ items^((([^:]+:){7}([^:]+))|((([^:]+:)*[^:]+)?::((... ] Alternate or backup IPv6 Address(es) where to send Notifications. |
altNotifFqdns | Array of strings (Fqdn) non-empty [ items [ 4 .. 253 ] characters ^([0-9A-Za-z]([-0-9A-Za-z]{0,61}[0-9A-Za-z])?... ] Alternate or backup FQDN(s) where to send Notifications. |
supi required | string (Supi) ^(imsi-[0-9]{5,15}|nai-.+|gci-.+|gli-.+|.+)$ String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows
|
gpsi | string (Gpsi) ^(msisdn-[0-9]{5,15}|extid-[^@]+@[^@]+|.+)$ String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= "extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. |
accessType | string (AccessType) Enum: "3GPP_ACCESS" "NON_3GPP_ACCESS" Indicates whether the access is via 3GPP or via non-3GPP. |
accessTypes | Array of strings (AccessType) non-empty Items Enum: "3GPP_ACCESS" "NON_3GPP_ACCESS" |
pei | string (Pei) ^(imei-[0-9]{15}|imeisv-[0-9]{16}|mac((-[0-9a... String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. |
object (UserLocation) At least one of eutraLocation, nrLocation and n3gaLocation shall be present. Several of them may be present. | |
timeZone | string (TimeZone) String with format "time-numoffset" optionally appended by "daylightSavingTime", where
The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. |
object (PlmnIdNid) Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN. | |
string or string (RatType) Indicates the radio access used. | |
Array of strings or strings (RatType) non-empty | |
groupIds | Array of strings (GroupId) non-empty [ items^[A-Fa-f0-9]{8}-[0-9]{3}-[0-9]{2,3}-([A-Fa-f0... ] |
(any or any) or (object or object) (ServiceAreaRestriction) | |
object (WirelineServiceAreaRestriction) The "restrictionType" attribute and the "areas" attribute shall be either both present or absent. The empty array of areas is used when service is allowed/restricted nowhere. | |
rfsp | integer (RfspIndex) [ 1 .. 256 ] Unsigned integer representing the "Subscriber Profile ID for RAT/Frequency Priority" as specified in 3GPP TS 36.413. |
object (Ambr) Contains the maximum aggregated uplink and downlink bit rates. | |
Array of objects or null (UeSliceMbr) non-empty The subscribed UE Slice-MBR for each subscribed S-NSSAI of the home PLMN mapping to a S-NSSAI of the serving PLMN Shall be provided when available. | |
Array of objects (Snssai) non-empty array of allowed S-NSSAIs for the 3GPP access. | |
object non-empty Represents the Partially Allowed NSSAI. The key of the map shall be set to the value of the "snssai" attribute of the corresponding map entry (encoded using the PartiallyAllowedSnssai data structure). | |
object non-empty Represents the set of S-NSSAI(s) rejected partially in the RA. The key of the map shall be set to the value of the "snssai" attribute of the corresponding map entry (encoded using the SnssaiPartRejected data structure). | |
Array of objects (Snssai) non-empty | |
Array of objects (Snssai) non-empty | |
Array of objects (Snssai) non-empty array of target S-NSSAIs. | |
Array of objects (MappingOfSnssai) non-empty mapping of each S-NSSAI of the Allowed NSSAI to the corresponding S-NSSAI of the HPLMN. | |
Array of objects (Snssai) non-empty array of allowed S-NSSAIs for the Non-3GPP access. | |
object (Guami) Globally Unique AMF Identifier constructed out of PLMN, Network and AMF identity. | |
string or string (ServiceName) Service names known to NRF | |
object or null (TraceData) contains Trace control and configuration parameters. | |
Array of objects (NwdafData) non-empty | |
suppFeat required | string (SupportedFeatures) ^[A-Fa-f0-9]*$ A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features 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 the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. |
{- "notificationUri": "string",
- "altNotifIpv4Addrs": [
- "198.51.100.1"
], - "altNotifIpv6Addrs": [
- "2001:db8:85a3::8a2e:370:7334"
], - "altNotifFqdns": [
- "string"
], - "supi": "string",
- "gpsi": "string",
- "accessType": "3GPP_ACCESS",
- "accessTypes": [
- "3GPP_ACCESS"
], - "pei": "string",
- "userLoc": {
- "eutraLocation": {
- "tai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "ignoreTai": false,
- "ecgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}, - "ignoreEcgi": false,
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string",
- "globalNgenbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}, - "globalENbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
}, - "nrLocation": {
- "tai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "ncgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}, - "ignoreNcgi": false,
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string",
- "globalGnbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}, - "ntnTaiInfo": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "tacList": [
- "string"
], - "derivedTac": "string"
}
}, - "n3gaLocation": {
- "n3gppTai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "n3IwfId": "string",
- "ueIpv4Addr": "198.51.100.1",
- "ueIpv6Addr": "2001:db8:85a3::8a2e:370:7334",
- "portNumber": 0,
- "protocol": "UDP",
- "tnapId": {
- "ssId": "string",
- "bssId": "string",
- "civicAddress": "string"
}, - "twapId": {
- "ssId": "string",
- "bssId": "string",
- "civicAddress": "string"
}, - "hfcNodeId": {
- "hfcNId": "string"
}, - "gli": "string",
- "w5gbanLineType": "DSL",
- "gci": "string"
}, - "utraLocation": {
- "cgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "cellId": "string"
}, - "sai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "sac": "string"
}, - "lai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string"
}, - "rai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "rac": "string"
}, - "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string"
}, - "geraLocation": {
- "locationNumber": "string",
- "cgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "cellId": "string"
}, - "sai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "sac": "string"
}, - "lai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string"
}, - "rai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "rac": "string"
}, - "vlrNumber": "string",
- "mscNumber": "string",
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string"
}
}, - "timeZone": "-08:00+1",
- "servingPlmn": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "ratType": "NR",
- "ratTypes": [
- "NR"
], - "groupIds": [
- "string"
], - "servAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "tacs": [
- "string"
], - "areaCode": "string"
}
], - "maxNumOfTAs": 0,
- "maxNumOfTAsForNotAllowedAreas": 0
}, - "wlServAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "globalLineIds": [
- "string"
], - "hfcNIds": [
- "string"
], - "areaCodeB": "string",
- "areaCodeC": "string",
- "combGciAndHfcNIds": [
- {
- "globalCableId": "string",
- "hfcNId": "string"
}
]
}
]
}, - "rfsp": 1,
- "ueAmbr": {
- "uplink": "string",
- "downlink": "string"
}, - "ueSliceMbrs": [
- {
- "sliceMbr": {
- "property1": {
- "uplink": "string",
- "downlink": "string"
}, - "property2": {
- "uplink": "string",
- "downlink": "string"
}
}, - "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "mappedHomeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "allowedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "partAllowedNssai": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}
}, - "snssaisPartRejected": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "rejectedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "rejectedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}
}, - "rejectedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "pendingNssai": [
- {
- "sst": 255,
- "sd": "string"
}
], - "targetSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "mappingSnssais": [
- {
- "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "homeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "n3gAllowedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "guami": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "amfId": "string"
}, - "serviveName": "nnrf-nfm",
- "traceReq": {
- "traceRef": "string",
- "traceDepth": "MINIMUM",
- "neTypeList": "string",
- "eventList": "string",
- "collectionEntityIpv4Addr": "198.51.100.1",
- "collectionEntityIpv6Addr": "2001:db8:85a3::8a2e:370:7334",
- "traceReportingConsumerUri": "string",
- "interfaceList": "string",
- "jobType": "IMMEDIATE_MDT_ONLY"
}, - "nwdafDatas": [
- {
- "nwdafInstanceId": "6026886e-b917-4eb1-abab-a3f98fe579a1",
- "nwdafEvents": [
- "SLICE_LOAD_LEVEL"
]
}
], - "suppFeat": "string"
}
{- "request": {
- "notificationUri": "string",
- "altNotifIpv4Addrs": [
- "198.51.100.1"
], - "altNotifIpv6Addrs": [
- "2001:db8:85a3::8a2e:370:7334"
], - "altNotifFqdns": [
- "string"
], - "supi": "string",
- "gpsi": "string",
- "accessType": "3GPP_ACCESS",
- "accessTypes": [
- "3GPP_ACCESS"
], - "pei": "string",
- "userLoc": {
- "eutraLocation": {
- "tai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "ignoreTai": false,
- "ecgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}, - "ignoreEcgi": false,
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string",
- "globalNgenbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}, - "globalENbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
}, - "nrLocation": {
- "tai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "ncgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}, - "ignoreNcgi": false,
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string",
- "globalGnbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}, - "ntnTaiInfo": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "tacList": [
- "string"
], - "derivedTac": "string"
}
}, - "n3gaLocation": {
- "n3gppTai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "n3IwfId": "string",
- "ueIpv4Addr": "198.51.100.1",
- "ueIpv6Addr": "2001:db8:85a3::8a2e:370:7334",
- "portNumber": 0,
- "protocol": "UDP",
- "tnapId": {
- "ssId": "string",
- "bssId": "string",
- "civicAddress": "string"
}, - "twapId": {
- "ssId": "string",
- "bssId": "string",
- "civicAddress": "string"
}, - "hfcNodeId": {
- "hfcNId": "string"
}, - "gli": "string",
- "w5gbanLineType": "DSL",
- "gci": "string"
}, - "utraLocation": {
- "cgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "cellId": "string"
}, - "sai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "sac": "string"
}, - "lai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string"
}, - "rai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "rac": "string"
}, - "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string"
}, - "geraLocation": {
- "locationNumber": "string",
- "cgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "cellId": "string"
}, - "sai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "sac": "string"
}, - "lai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string"
}, - "rai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "rac": "string"
}, - "vlrNumber": "string",
- "mscNumber": "string",
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string"
}
}, - "timeZone": "-08:00+1",
- "servingPlmn": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "ratType": "NR",
- "ratTypes": [
- "NR"
], - "groupIds": [
- "string"
], - "servAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "tacs": [
- "string"
], - "areaCode": "string"
}
], - "maxNumOfTAs": 0,
- "maxNumOfTAsForNotAllowedAreas": 0
}, - "wlServAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "globalLineIds": [
- "string"
], - "hfcNIds": [
- "string"
], - "areaCodeB": "string",
- "areaCodeC": "string",
- "combGciAndHfcNIds": [
- {
- "globalCableId": "string",
- "hfcNId": "string"
}
]
}
]
}, - "rfsp": 1,
- "ueAmbr": {
- "uplink": "string",
- "downlink": "string"
}, - "ueSliceMbrs": [
- {
- "sliceMbr": {
- "property1": {
- "uplink": "string",
- "downlink": "string"
}, - "property2": {
- "uplink": "string",
- "downlink": "string"
}
}, - "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "mappedHomeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "allowedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "partAllowedNssai": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}
}, - "snssaisPartRejected": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "rejectedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "rejectedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}
}, - "rejectedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "pendingNssai": [
- {
- "sst": 255,
- "sd": "string"
}
], - "targetSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "mappingSnssais": [
- {
- "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "homeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "n3gAllowedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "guami": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "amfId": "string"
}, - "serviveName": "nnrf-nfm",
- "traceReq": {
- "traceRef": "string",
- "traceDepth": "MINIMUM",
- "neTypeList": "string",
- "eventList": "string",
- "collectionEntityIpv4Addr": "198.51.100.1",
- "collectionEntityIpv6Addr": "2001:db8:85a3::8a2e:370:7334",
- "traceReportingConsumerUri": "string",
- "interfaceList": "string",
- "jobType": "IMMEDIATE_MDT_ONLY"
}, - "nwdafDatas": [
- {
- "nwdafInstanceId": "6026886e-b917-4eb1-abab-a3f98fe579a1",
- "nwdafEvents": [
- "SLICE_LOAD_LEVEL"
]
}
], - "suppFeat": "string"
}, - "triggers": [
- "LOC_CH"
], - "servAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "tacs": [
- "string"
], - "areaCode": "string"
}
], - "maxNumOfTAs": 0,
- "maxNumOfTAsForNotAllowedAreas": 0
}, - "wlServAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "globalLineIds": [
- "string"
], - "hfcNIds": [
- "string"
], - "areaCodeB": "string",
- "areaCodeC": "string",
- "combGciAndHfcNIds": [
- {
- "globalCableId": "string",
- "hfcNId": "string"
}
]
}
]
}, - "rfsp": 1,
- "rfspValTime": 0,
- "targetRfsp": 1,
- "smfSelInfo": {
- "unsuppDnn": true,
- "candidates": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}
}, - "snssai": {
- "sst": 255,
- "sd": "string"
}, - "mappingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "dnn": "string"
}, - "ueAmbr": {
- "uplink": "string",
- "downlink": "string"
}, - "ueSliceMbrs": [
- {
- "sliceMbr": {
- "property1": {
- "uplink": "string",
- "downlink": "string"
}, - "property2": {
- "uplink": "string",
- "downlink": "string"
}
}, - "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "mappedHomeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "pras": {
- "property1": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}, - "property2": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}
}, - "pcfUeInfo": {
- "callbackUri": "string",
- "bindingInfo": "string"
}, - "matchPdus": [
- {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnn": "string"
}
], - "asTimeDisParam": {
- "asTimeDistInd": true,
- "uuErrorBudget": 0,
- "clkQltDetLvl": "CLOCK_QUALITY_METRICS",
- "clkQltAcptCri": {
- "synchronizationState": [
- "LOCKED"
], - "clockQuality": {
- "traceabilityToGnss": true,
- "traceabilityToUtc": true,
- "frequencyStability": 65535,
- "clockAccuracyIndex": "string",
- "clockAccuracyValue": 1
}, - "parentTimeSource": [
- "SYNC_E"
]
}
}, - "sliceUsgCtrlInfoSets": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "deregInactivTimer": 0
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "deregInactivTimer": 0
}
}, - "chfInfo": {
- "primaryChfAddress": "string",
- "secondaryChfAddress": "string",
- "primaryChfSetId": "string",
- "primaryChfInstanceId": "e4dfc9a8-0d12-47a4-8278-b497f3e88de1",
- "secondaryChfSetId": "string",
- "secondaryChfInstanceId": "6d7b761f-6ba3-4647-9275-e92903ec5f1c"
}, - "suppFeat": "string"
}
{- "resourceUri": "string",
- "triggers": [
- "LOC_CH"
], - "servAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "tacs": [
- "string"
], - "areaCode": "string"
}
], - "maxNumOfTAs": 0,
- "maxNumOfTAsForNotAllowedAreas": 0
}, - "wlServAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "globalLineIds": [
- "string"
], - "hfcNIds": [
- "string"
], - "areaCodeB": "string",
- "areaCodeC": "string",
- "combGciAndHfcNIds": [
- {
- "globalCableId": "string",
- "hfcNId": "string"
}
]
}
]
}, - "rfsp": 1,
- "rfspValTime": 0,
- "targetRfsp": 1,
- "smfSelInfo": {
- "unsuppDnn": true,
- "candidates": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}
}, - "snssai": {
- "sst": 255,
- "sd": "string"
}, - "mappingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "dnn": "string"
}, - "ueAmbr": {
- "uplink": "string",
- "downlink": "string"
}, - "ueSliceMbrs": [
- {
- "sliceMbr": {
- "property1": {
- "uplink": "string",
- "downlink": "string"
}, - "property2": {
- "uplink": "string",
- "downlink": "string"
}
}, - "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "mappedHomeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "pras": {
- "property1": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}, - "property2": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}
}, - "pcfUeInfo": {
- "callbackUri": "string",
- "bindingInfo": "string"
}, - "matchPdus": [
- {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnn": "string"
}
], - "asTimeDisParam": {
- "asTimeDistInd": true,
- "uuErrorBudget": 0,
- "clkQltDetLvl": "CLOCK_QUALITY_METRICS",
- "clkQltAcptCri": {
- "synchronizationState": [
- "LOCKED"
], - "clockQuality": {
- "traceabilityToGnss": true,
- "traceabilityToUtc": true,
- "frequencyStability": 65535,
- "clockAccuracyIndex": "string",
- "clockAccuracyValue": 1
}, - "parentTimeSource": [
- "SYNC_E"
]
}
}, - "snssaiReplInfos": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "status": "AVAILABLE",
- "altSnssai": {
- "sst": 255,
- "sd": "string"
}, - "nsReplTerminInd": "NEW_UES_TERMINATION",
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "mitigationInfo": {
- "percValueNumUes": 100,
- "newUesInd": true
}
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "status": "AVAILABLE",
- "altSnssai": {
- "sst": 255,
- "sd": "string"
}, - "nsReplTerminInd": "NEW_UES_TERMINATION",
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "mitigationInfo": {
- "percValueNumUes": 100,
- "newUesInd": true
}
}
}, - "sliceUsgCtrlInfoSets": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "deregInactivTimer": 0
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "deregInactivTimer": 0
}
}, - "suppFeat": "string"
}
polAssoId required | string Identifier of a policy association |
{- "request": {
- "notificationUri": "string",
- "altNotifIpv4Addrs": [
- "198.51.100.1"
], - "altNotifIpv6Addrs": [
- "2001:db8:85a3::8a2e:370:7334"
], - "altNotifFqdns": [
- "string"
], - "supi": "string",
- "gpsi": "string",
- "accessType": "3GPP_ACCESS",
- "accessTypes": [
- "3GPP_ACCESS"
], - "pei": "string",
- "userLoc": {
- "eutraLocation": {
- "tai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "ignoreTai": false,
- "ecgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}, - "ignoreEcgi": false,
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string",
- "globalNgenbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}, - "globalENbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
}, - "nrLocation": {
- "tai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "ncgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}, - "ignoreNcgi": false,
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string",
- "globalGnbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}, - "ntnTaiInfo": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "tacList": [
- "string"
], - "derivedTac": "string"
}
}, - "n3gaLocation": {
- "n3gppTai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "n3IwfId": "string",
- "ueIpv4Addr": "198.51.100.1",
- "ueIpv6Addr": "2001:db8:85a3::8a2e:370:7334",
- "portNumber": 0,
- "protocol": "UDP",
- "tnapId": {
- "ssId": "string",
- "bssId": "string",
- "civicAddress": "string"
}, - "twapId": {
- "ssId": "string",
- "bssId": "string",
- "civicAddress": "string"
}, - "hfcNodeId": {
- "hfcNId": "string"
}, - "gli": "string",
- "w5gbanLineType": "DSL",
- "gci": "string"
}, - "utraLocation": {
- "cgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "cellId": "string"
}, - "sai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "sac": "string"
}, - "lai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string"
}, - "rai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "rac": "string"
}, - "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string"
}, - "geraLocation": {
- "locationNumber": "string",
- "cgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "cellId": "string"
}, - "sai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "sac": "string"
}, - "lai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string"
}, - "rai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "rac": "string"
}, - "vlrNumber": "string",
- "mscNumber": "string",
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string"
}
}, - "timeZone": "-08:00+1",
- "servingPlmn": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "ratType": "NR",
- "ratTypes": [
- "NR"
], - "groupIds": [
- "string"
], - "servAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "tacs": [
- "string"
], - "areaCode": "string"
}
], - "maxNumOfTAs": 0,
- "maxNumOfTAsForNotAllowedAreas": 0
}, - "wlServAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "globalLineIds": [
- "string"
], - "hfcNIds": [
- "string"
], - "areaCodeB": "string",
- "areaCodeC": "string",
- "combGciAndHfcNIds": [
- {
- "globalCableId": "string",
- "hfcNId": "string"
}
]
}
]
}, - "rfsp": 1,
- "ueAmbr": {
- "uplink": "string",
- "downlink": "string"
}, - "ueSliceMbrs": [
- {
- "sliceMbr": {
- "property1": {
- "uplink": "string",
- "downlink": "string"
}, - "property2": {
- "uplink": "string",
- "downlink": "string"
}
}, - "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "mappedHomeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "allowedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "partAllowedNssai": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}
}, - "snssaisPartRejected": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "rejectedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "rejectedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}
}, - "rejectedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "pendingNssai": [
- {
- "sst": 255,
- "sd": "string"
}
], - "targetSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "mappingSnssais": [
- {
- "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "homeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "n3gAllowedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "guami": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "amfId": "string"
}, - "serviveName": "nnrf-nfm",
- "traceReq": {
- "traceRef": "string",
- "traceDepth": "MINIMUM",
- "neTypeList": "string",
- "eventList": "string",
- "collectionEntityIpv4Addr": "198.51.100.1",
- "collectionEntityIpv6Addr": "2001:db8:85a3::8a2e:370:7334",
- "traceReportingConsumerUri": "string",
- "interfaceList": "string",
- "jobType": "IMMEDIATE_MDT_ONLY"
}, - "nwdafDatas": [
- {
- "nwdafInstanceId": "6026886e-b917-4eb1-abab-a3f98fe579a1",
- "nwdafEvents": [
- "SLICE_LOAD_LEVEL"
]
}
], - "suppFeat": "string"
}, - "triggers": [
- "LOC_CH"
], - "servAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "tacs": [
- "string"
], - "areaCode": "string"
}
], - "maxNumOfTAs": 0,
- "maxNumOfTAsForNotAllowedAreas": 0
}, - "wlServAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "globalLineIds": [
- "string"
], - "hfcNIds": [
- "string"
], - "areaCodeB": "string",
- "areaCodeC": "string",
- "combGciAndHfcNIds": [
- {
- "globalCableId": "string",
- "hfcNId": "string"
}
]
}
]
}, - "rfsp": 1,
- "rfspValTime": 0,
- "targetRfsp": 1,
- "smfSelInfo": {
- "unsuppDnn": true,
- "candidates": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}
}, - "snssai": {
- "sst": 255,
- "sd": "string"
}, - "mappingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "dnn": "string"
}, - "ueAmbr": {
- "uplink": "string",
- "downlink": "string"
}, - "ueSliceMbrs": [
- {
- "sliceMbr": {
- "property1": {
- "uplink": "string",
- "downlink": "string"
}, - "property2": {
- "uplink": "string",
- "downlink": "string"
}
}, - "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "mappedHomeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "pras": {
- "property1": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}, - "property2": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}
}, - "pcfUeInfo": {
- "callbackUri": "string",
- "bindingInfo": "string"
}, - "matchPdus": [
- {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnn": "string"
}
], - "asTimeDisParam": {
- "asTimeDistInd": true,
- "uuErrorBudget": 0,
- "clkQltDetLvl": "CLOCK_QUALITY_METRICS",
- "clkQltAcptCri": {
- "synchronizationState": [
- "LOCKED"
], - "clockQuality": {
- "traceabilityToGnss": true,
- "traceabilityToUtc": true,
- "frequencyStability": 65535,
- "clockAccuracyIndex": "string",
- "clockAccuracyValue": 1
}, - "parentTimeSource": [
- "SYNC_E"
]
}
}, - "sliceUsgCtrlInfoSets": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "deregInactivTimer": 0
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "deregInactivTimer": 0
}
}, - "chfInfo": {
- "primaryChfAddress": "string",
- "secondaryChfAddress": "string",
- "primaryChfSetId": "string",
- "primaryChfInstanceId": "e4dfc9a8-0d12-47a4-8278-b497f3e88de1",
- "secondaryChfSetId": "string",
- "secondaryChfInstanceId": "6d7b761f-6ba3-4647-9275-e92903ec5f1c"
}, - "suppFeat": "string"
}
polAssoId required | string Identifier of a policy association |
{- "cause": "string",
- "targetScp": "string",
- "targetSepp": "string"
}
polAssoId required | string Identifier of a policy association |
notificationUri | string (Uri) String providing an URI formatted according to RFC 3986. |
altNotifIpv4Addrs | Array of strings (Ipv4Addr) non-empty [ items^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|2... ] Alternate or backup IPv4 Address(es) where to send Notifications. |
altNotifIpv6Addrs | Array of strings (Ipv6Addr) non-empty [ items^((([^:]+:){7}([^:]+))|((([^:]+:)*[^:]+)?::((... ] Alternate or backup IPv6 Address(es) where to send Notifications. |
altNotifFqdns | Array of strings (Fqdn) non-empty [ items [ 4 .. 253 ] characters ^([0-9A-Za-z]([-0-9A-Za-z]{0,61}[0-9A-Za-z])?... ] Alternate or backup FQDN(s) where to send Notifications. |
Array of strings or strings (RequestTrigger) non-empty Request Triggers that the NF service consumer observes. | |
(any or any) or (object or object) (ServiceAreaRestriction) | |
object (WirelineServiceAreaRestriction) The "restrictionType" attribute and the "areas" attribute shall be either both present or absent. The empty array of areas is used when service is allowed/restricted nowhere. | |
rfsp | integer (RfspIndex) [ 1 .. 256 ] Unsigned integer representing the "Subscriber Profile ID for RAT/Frequency Priority" as specified in 3GPP TS 36.413. |
object or null (SmfSelectionData) Represents the SMF Selection information that may be replaced by the PCF. | |
object (Ambr) Contains the maximum aggregated uplink and downlink bit rates. | |
Array of objects or null (UeSliceMbr) non-empty The subscribed UE-Slice-MBR for each subscribed S-NSSAI of the home PLMN mapping to a S-NSSAI of the serving PLMN Shall be provided for the "UE_SLICE_MBR_CH" policy control request trigger. | |
object non-empty Contains the UE presence status for tracking area for which changes of the UE presence occurred. The praId attribute within the PresenceInfo data type is the key of the map. | |
object (UserLocation) At least one of eutraLocation, nrLocation and n3gaLocation shall be present. Several of them may be present. | |
Array of objects (Snssai) non-empty array of allowed S-NSSAIs for the 3GPP access. | |
object non-empty Represents the Partially Allowed NSSAI. The key of the map shall be set to the value of the "snssai" attribute of the corresponding map entry (encoded using the PartiallyAllowedSnssai data structure). | |
object non-empty Represents the set of S-NSSAI(s) rejected partially in the RA. The key of the map shall be set to the value of the "snssai" attribute of the corresponding map entry (encoded using the SnssaiPartRejected data structure). | |
Array of objects (Snssai) non-empty | |
Array of objects (Snssai) non-empty | |
Array of objects (Snssai) non-empty array of target S-NSSAIs. | |
Array of objects (MappingOfSnssai) non-empty mapping of each S-NSSAI of the Allowed NSSAI to the corresponding S-NSSAI of the HPLMN. | |
Array of objects or null (SnssaiReplaceInfo) non-empty Change or removal of Mapping of (replaced) S-NSSAI(s) with Alternative S-NSSAI(s) for one or more S-NSSAI(s) of the UE's Allowed NSSAI and/or Partially Allowed NSSAI. | |
accessTypes | Array of strings (AccessType) non-empty Items Enum: "3GPP_ACCESS" "NON_3GPP_ACCESS" |
Array of strings or strings (RatType) non-empty | |
Array of objects (Snssai) non-empty array of allowed S-NSSAIs for the Non-3GPP access. | |
Array of objects (Snssai) non-empty Represents the unavailable S-NSSAI(s) from the UE's Allowed NSSAI and/or Partially Allowed NSSAI that require network slice replacement. | |
object or null (TraceData) contains Trace control and configuration parameters. | |
object (Guami) Globally Unique AMF Identifier constructed out of PLMN, Network and AMF identity. | |
Array of objects or null (NwdafData) non-empty | |
suppFeat | string (SupportedFeatures) ^[A-Fa-f0-9]*$ A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features 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 the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. |
{- "notificationUri": "string",
- "altNotifIpv4Addrs": [
- "198.51.100.1"
], - "altNotifIpv6Addrs": [
- "2001:db8:85a3::8a2e:370:7334"
], - "altNotifFqdns": [
- "string"
], - "triggers": [
- "LOC_CH"
], - "servAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "tacs": [
- "string"
], - "areaCode": "string"
}
], - "maxNumOfTAs": 0,
- "maxNumOfTAsForNotAllowedAreas": 0
}, - "wlServAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "globalLineIds": [
- "string"
], - "hfcNIds": [
- "string"
], - "areaCodeB": "string",
- "areaCodeC": "string",
- "combGciAndHfcNIds": [
- {
- "globalCableId": "string",
- "hfcNId": "string"
}
]
}
]
}, - "rfsp": 1,
- "smfSelInfo": {
- "unsuppDnn": true,
- "candidates": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}
}, - "snssai": {
- "sst": 255,
- "sd": "string"
}, - "mappingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "dnn": "string"
}, - "ueAmbr": {
- "uplink": "string",
- "downlink": "string"
}, - "ueSliceMbrs": [
- {
- "sliceMbr": {
- "property1": {
- "uplink": "string",
- "downlink": "string"
}, - "property2": {
- "uplink": "string",
- "downlink": "string"
}
}, - "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "mappedHomeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "praStatuses": {
- "property1": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}, - "property2": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}
}, - "userLoc": {
- "eutraLocation": {
- "tai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "ignoreTai": false,
- "ecgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}, - "ignoreEcgi": false,
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string",
- "globalNgenbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}, - "globalENbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
}, - "nrLocation": {
- "tai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "ncgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}, - "ignoreNcgi": false,
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string",
- "globalGnbId": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}, - "ntnTaiInfo": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "tacList": [
- "string"
], - "derivedTac": "string"
}
}, - "n3gaLocation": {
- "n3gppTai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}, - "n3IwfId": "string",
- "ueIpv4Addr": "198.51.100.1",
- "ueIpv6Addr": "2001:db8:85a3::8a2e:370:7334",
- "portNumber": 0,
- "protocol": "UDP",
- "tnapId": {
- "ssId": "string",
- "bssId": "string",
- "civicAddress": "string"
}, - "twapId": {
- "ssId": "string",
- "bssId": "string",
- "civicAddress": "string"
}, - "hfcNodeId": {
- "hfcNId": "string"
}, - "gli": "string",
- "w5gbanLineType": "DSL",
- "gci": "string"
}, - "utraLocation": {
- "cgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "cellId": "string"
}, - "sai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "sac": "string"
}, - "lai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string"
}, - "rai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "rac": "string"
}, - "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string"
}, - "geraLocation": {
- "locationNumber": "string",
- "cgi": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "cellId": "string"
}, - "sai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "sac": "string"
}, - "lai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string"
}, - "rai": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "lac": "string",
- "rac": "string"
}, - "vlrNumber": "string",
- "mscNumber": "string",
- "ageOfLocationInformation": 32767,
- "ueLocationTimestamp": "2019-08-24T14:15:22Z",
- "geographicalInformation": "string",
- "geodeticInformation": "string"
}
}, - "allowedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "partAllowedNssai": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}
}, - "snssaisPartRejected": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "rejectedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "allowedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "rejectedTaiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
]
}
}, - "rejectedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "pendingNssai": [
- {
- "sst": 255,
- "sd": "string"
}
], - "targetSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "mappingSnssais": [
- {
- "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "homeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "snssaiReplInfos": [
- {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "status": "AVAILABLE",
- "altSnssai": {
- "sst": 255,
- "sd": "string"
}, - "nsReplTerminInd": "NEW_UES_TERMINATION",
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "mitigationInfo": {
- "percValueNumUes": 100,
- "newUesInd": true
}
}
], - "accessTypes": [
- "3GPP_ACCESS"
], - "ratTypes": [
- "NR"
], - "n3gAllowedSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "unavailSnssais": [
- {
- "sst": 255,
- "sd": "string"
}
], - "traceReq": {
- "traceRef": "string",
- "traceDepth": "MINIMUM",
- "neTypeList": "string",
- "eventList": "string",
- "collectionEntityIpv4Addr": "198.51.100.1",
- "collectionEntityIpv6Addr": "2001:db8:85a3::8a2e:370:7334",
- "traceReportingConsumerUri": "string",
- "interfaceList": "string",
- "jobType": "IMMEDIATE_MDT_ONLY"
}, - "guami": {
- "plmnId": {
- "mcc": "string",
- "mnc": "string",
- "nid": "string"
}, - "amfId": "string"
}, - "nwdafDatas": [
- {
- "nwdafInstanceId": "6026886e-b917-4eb1-abab-a3f98fe579a1",
- "nwdafEvents": [
- "SLICE_LOAD_LEVEL"
]
}
], - "suppFeat": "string"
}
{- "resourceUri": "string",
- "triggers": [
- "LOC_CH"
], - "servAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "tacs": [
- "string"
], - "areaCode": "string"
}
], - "maxNumOfTAs": 0,
- "maxNumOfTAsForNotAllowedAreas": 0
}, - "wlServAreaRes": {
- "restrictionType": "ALLOWED_AREAS",
- "areas": [
- {
- "globalLineIds": [
- "string"
], - "hfcNIds": [
- "string"
], - "areaCodeB": "string",
- "areaCodeC": "string",
- "combGciAndHfcNIds": [
- {
- "globalCableId": "string",
- "hfcNId": "string"
}
]
}
]
}, - "rfsp": 1,
- "rfspValTime": 0,
- "targetRfsp": 1,
- "smfSelInfo": {
- "unsuppDnn": true,
- "candidates": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnns": [
- "string"
]
}
}, - "snssai": {
- "sst": 255,
- "sd": "string"
}, - "mappingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "dnn": "string"
}, - "ueAmbr": {
- "uplink": "string",
- "downlink": "string"
}, - "ueSliceMbrs": [
- {
- "sliceMbr": {
- "property1": {
- "uplink": "string",
- "downlink": "string"
}, - "property2": {
- "uplink": "string",
- "downlink": "string"
}
}, - "servingSnssai": {
- "sst": 255,
- "sd": "string"
}, - "mappedHomeSnssai": {
- "sst": 255,
- "sd": "string"
}
}
], - "pras": {
- "property1": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}, - "property2": {
- "praId": "string",
- "additionalPraId": "string",
- "presenceState": "IN_AREA",
- "trackingAreaList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "tac": "string",
- "nid": "string"
}
], - "ecgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "eutraCellId": "string",
- "nid": "string"
}
], - "ncgiList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "nrCellId": "string",
- "nid": "string"
}
], - "globalRanNodeIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
], - "globaleNbIdList": [
- {
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "n3IwfId": "string",
- "gNbId": {
- "bitLength": 22,
- "gNBValue": "string"
}, - "ngeNbId": "SMacroNGeNB-34B89",
- "wagfId": "string",
- "tngfId": "string",
- "nid": "string",
- "eNbId": "string"
}
]
}
}, - "pcfUeInfo": {
- "callbackUri": "string",
- "bindingInfo": "string"
}, - "matchPdus": [
- {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "dnn": "string"
}
], - "asTimeDisParam": {
- "asTimeDistInd": true,
- "uuErrorBudget": 0,
- "clkQltDetLvl": "CLOCK_QUALITY_METRICS",
- "clkQltAcptCri": {
- "synchronizationState": [
- "LOCKED"
], - "clockQuality": {
- "traceabilityToGnss": true,
- "traceabilityToUtc": true,
- "frequencyStability": 65535,
- "clockAccuracyIndex": "string",
- "clockAccuracyValue": 1
}, - "parentTimeSource": [
- "SYNC_E"
]
}
}, - "snssaiReplInfos": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "status": "AVAILABLE",
- "altSnssai": {
- "sst": 255,
- "sd": "string"
}, - "nsReplTerminInd": "NEW_UES_TERMINATION",
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "mitigationInfo": {
- "percValueNumUes": 100,
- "newUesInd": true
}
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "status": "AVAILABLE",
- "altSnssai": {
- "sst": 255,
- "sd": "string"
}, - "nsReplTerminInd": "NEW_UES_TERMINATION",
- "plmnId": {
- "mcc": "string",
- "mnc": "string"
}, - "mitigationInfo": {
- "percValueNumUes": 100,
- "newUesInd": true
}
}
}, - "sliceUsgCtrlInfoSets": {
- "property1": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "deregInactivTimer": 0
}, - "property2": {
- "snssai": {
- "sst": 255,
- "sd": "string"
}, - "deregInactivTimer": 0
}
}, - "suppFeat": "string"
}