Skip to content
openapi: 3.0.1 openapi: 3.0.1
info: info:
title: MnS Registry NRM title: MnS Registry NRM
version: 18.6.0 version: 19.0.0
description: >- description: >-
OAS 3.0.1 definition of the MnS Registry NRM fragment OAS 3.0.1 definition of the MnS Registry NRM fragment
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
...@@ -12,6 +12,15 @@ externalDocs: ...@@ -12,6 +12,15 @@ externalDocs:
paths: {} paths: {}
components: components:
schemas: schemas:
#-------- Definition of types for name-containments ------
SubNetwork-ncO-MnSRegistryNrm:
type: object
properties:
MnsRegistry:
$ref: '#/components/schemas/MnsRegistry-Single'
#-------Definition of generic IOCs ----------#
#-------- Definition of types----------------------------------------------------- #-------- Definition of types-----------------------------------------------------
#-------- Definition of concrete IOCs -------------------------------------------- #-------- Definition of concrete IOCs --------------------------------------------
...@@ -33,10 +42,10 @@ components: ...@@ -33,10 +42,10 @@ components:
mnsType: mnsType:
type: string type: string
enum: enum:
- ProvMnS - PROV_MNS
- FaultSupervisionMnS - FAULT_SUPERVISION_MNS
- StreamingDataReportingMnS - STREAMING_DATA_REPORTING_MNS
- FileDataReportingMnS - FILE_DATA_REPORTING_MNS
mnsVersion: mnsVersion:
type: string type: string
mnsAddress: mnsAddress:
......
openapi: 3.0.1 openapi: 3.0.1
info: info:
title: PM control NRM title: PM control NRM
version: 18.6.0 version: 19.0.0
description: >- description: >-
OAS 3.0.1 definition of the PM control NRM fragment OAS 3.0.1 definition of the PM control NRM fragment
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
...@@ -12,6 +12,19 @@ externalDocs: ...@@ -12,6 +12,19 @@ externalDocs:
paths: {} paths: {}
components: components:
schemas: schemas:
#-------- Definition of types for name-containments ------
SubNetwork-ncO-PmControlNrm:
type: object
properties:
PerfMetricJob:
$ref: '#/components/schemas/PerfMetricJob-Multiple'
ManagedElement-PmControlNrm:
type: object
properties:
PerfMetricJob:
$ref: '#/components/schemas/PerfMetricJob-Multiple'
#-------Definition of generic IOCs ----------#
#-------- Definition of types----------------------------------------------------- #-------- Definition of types-----------------------------------------------------
......
openapi: 3.0.1 openapi: 3.0.1
info: info:
title: QoE Measurement Collection NRM title: QoE Measurement Collection NRM
version: 18.6.0 version: 19.0.0
description: >- description: >-
OAS 3.0.1 definition of the QoE Measurement Collection NRM OAS 3.0.1 definition of the QoE Measurement Collection NRM
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
...@@ -12,6 +12,20 @@ externalDocs: ...@@ -12,6 +12,20 @@ externalDocs:
paths: {} paths: {}
components: components:
schemas: schemas:
#-------- Definition of types for name-containments ------
SubNetwork-ncO-QoEMeasurementCollectionNrm:
type: object
properties:
QMCJobs:
$ref: '#/components/schemas/QMCJob-Multiple'
ManagedElement-ncO-QoEMeasurementCollectionNrm:
type: object
properties:
QMCJobs:
$ref: '#/components/schemas/QMCJob-Multiple'
#-------Definition of generic IOCs ----------#
#-------- Definition of types----------------------------------------------------- #-------- Definition of types-----------------------------------------------------
#-------- Definition of concrete IOCs -------------------------------------------- #-------- Definition of concrete IOCs --------------------------------------------
...@@ -60,6 +74,11 @@ components: ...@@ -60,6 +74,11 @@ components:
- PLAYOUTDELAYFORMEDIA_STARTUP - PLAYOUTDELAYFORMEDIA_STARTUP
minItems: 0 minItems: 0
maxItems: 2 maxItems: 2
mBSCommunicationServiceType:
type: string
enum:
- BROADCAST
- MULTICAST
#-------- Definition of YAML arrays for name-contained IOCs ---------------------- #-------- Definition of YAML arrays for name-contained IOCs ----------------------
......
openapi: 3.0.1 openapi: 3.0.1
info: info:
title: Subscription Control NRM title: Subscription Control NRM
version: 18.2.0 version: 19.0.0
description: >- description: >-
OAS 3.0.1 definition of the Subscription Control NRM fragment OAS 3.0.1 definition of the Subscription Control NRM fragment
© 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: 3GPP TS 28.623; Generic NRM, Subscription Control NRM description: 3GPP TS 28.623; Generic NRM, Subscription Control NRM
...@@ -12,6 +12,19 @@ externalDocs: ...@@ -12,6 +12,19 @@ externalDocs:
paths: {} paths: {}
components: components:
schemas: schemas:
#-------- Definition of types for name-containments ------
SubNetwork-ncO-SubscriptionControlNrm:
type: object
properties:
NtfSubscriptionControl:
$ref: '#/components/schemas/NtfSubscriptionControl-Multiple'
ManagedElement-ncO-SubscriptionControlNrm:
type: object
properties:
NtfSubscriptionControl:
$ref: '#/components/schemas/NtfSubscriptionControl-Multiple'
#-------Definition of generic IOCs ----------#
#-------- Definition of types----------------------------------------------------- #-------- Definition of types-----------------------------------------------------
Scope: Scope:
type: object type: object
...@@ -58,8 +71,10 @@ components: ...@@ -58,8 +71,10 @@ components:
heartbeatNtfPeriod: heartbeatNtfPeriod:
type: integer type: integer
minimum: 0 minimum: 0
default: 0
triggerHeartbeatNtf: triggerHeartbeatNtf:
type: boolean type: boolean
default: FALSE
#-------- Definition of YAML arrays for name-contained IOCs ---------------------- #-------- Definition of YAML arrays for name-contained IOCs ----------------------
NtfSubscriptionControl-Multiple: NtfSubscriptionControl-Multiple:
......
openapi: 3.0.1 openapi: 3.0.1
info: info:
title: Threshold Monitor NRM title: Threshold Monitor NRM
version: 18.2.0 version: 19.0.0
description: >- description: >-
OAS 3.0.1 definition of the Threshold Monitor NRM fragment OAS 3.0.1 definition of the Threshold Monitor NRM fragment
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
...@@ -12,6 +12,19 @@ externalDocs: ...@@ -12,6 +12,19 @@ externalDocs:
paths: {} paths: {}
components: components:
schemas: schemas:
#-------- Definition of types for name-containments ------
SubNetwork-ncO-ThresholdMonitorNrm:
type: object
properties:
ThresholdMonitor:
$ref: '#/components/schemas/ThresholdMonitor-Multiple'
ManagedElement-ncO-ThresholdMonitorNrm:
type: object
properties:
ThresholdMonitor:
$ref: '#/components/schemas/ThresholdMonitor-Multiple'
#-------Definition of generic IOCs ----------#
#-------- Definition of types----------------------------------------------------- #-------- Definition of types-----------------------------------------------------
ThresholdInfo: ThresholdInfo:
type: object type: object
......
openapi: 3.0.1 openapi: 3.0.1
info: info:
title: Trace Control NRM title: Trace Control NRM
version: 18.6.0 version: 19.0.0
description: >- description: >-
OAS 3.0.1 definition of the Trace Control NRM fragment OAS 3.0.1 definition of the Trace Control NRM fragment
© 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: 3GPP TS 28.623; Generic NRM,Trace Control NRM description: 3GPP TS 28.623; Generic NRM,Trace Control NRM
...@@ -12,6 +12,19 @@ externalDocs: ...@@ -12,6 +12,19 @@ externalDocs:
paths: {} paths: {}
components: components:
schemas: schemas:
#-------- Definition of types for name-containments ------
SubNetwork-ncO-TraceControlNrm:
type: object
properties:
TraceJob:
$ref: '#/components/schemas/TraceJob-Multiple'
ManagedElement-ncO-TraceControlNrm:
type: object
properties:
TraceJob:
$ref: '#/components/schemas/TraceJob-Multiple'
#-------Definition of generic IOCs ----------#
#-------- Definition of types used in Trace control NRM fragment------------------ #-------- Definition of types used in Trace control NRM fragment------------------
jobType-Type: jobType-Type:
...@@ -29,7 +42,7 @@ components: ...@@ -29,7 +42,7 @@ components:
- TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS - TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS
- IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS - IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS
- TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS - TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS
default: TRACE_ONLY
listOfInterfaces-Type: listOfInterfaces-Type:
description: The interfaces to be recorded in the Network Element. See 3GPP TS 32.422 clause 5.5 for additional details. description: The interfaces to be recorded in the Network Element. See 3GPP TS 32.422 clause 5.5 for additional details.
type: object type: object
...@@ -40,8 +53,8 @@ components: ...@@ -40,8 +53,8 @@ components:
type: string type: string
enum: enum:
- A - A
- Iu-CS - IU-CS
- Mc - MC
- MAP-G - MAP-G
- MAP-B - MAP-B
- MAP-E - MAP-E
...@@ -54,33 +67,33 @@ components: ...@@ -54,33 +67,33 @@ components:
items: items:
type: string type: string
enum: enum:
- Mc - MC
- Nb-UP - NB-UP
- Iu-UP - IU-UP
RNCInterfaces: RNCInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Iu-CS - IU-CS
- Iu-PS - IU-PS
- Iur - IUR
- Iub - IUB
- Uu - UU
SGSNInterfaces: SGSNInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Gb - GB
- Iu-PS - IU-PS
- Gn - GN
- MAP-Gr - MAP-GR
- MAP-Gd - MAP-GD
- MAP-Gf - MAP-GF
- Ge - GE
- Gs - GS
- S6d - S6D
- S4 - S4
- S3 - S3
- S13 - S13
...@@ -89,34 +102,34 @@ components: ...@@ -89,34 +102,34 @@ components:
items: items:
type: string type: string
enum: enum:
- Gn - GN
- Gi - GI
- Gmb - GMB
S-CSCFInterfaces: S-CSCFInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Mw - MW
- Mg - MG
- Mr - MR
- Mi - MI
P-CSCFInterfaces: P-CSCFInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Gm - GM
- Mw - MW
I-CSCFInterfaces: I-CSCFInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Cx - CX
- Dx - DX
- Mg - MG
- Mw - MW
MRFCInterfaces: MRFCInterfaces:
type: array type: array
items: items:
...@@ -129,42 +142,42 @@ components: ...@@ -129,42 +142,42 @@ components:
items: items:
type: string type: string
enum: enum:
- Mg - MG
- Mj - MJ
- Mn - MN
IBCFInterfaces: IBCFInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Ix - IX
- Mx - MX
E-CSCFInterfaces: E-CSCFInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Mw - MW
- Ml - ML
- Mm - MM
- Mi/Mg - MI/MG
BGCFInterfaces: BGCFInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Mi - MI
- Mj - MJ
- Mk - MK
ASInterfaces: ASInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Dh - DH
- Sh - SH
- ISC - ISC
- Ut - UT
HSSInterfaces: HSSInterfaces:
type: array type: array
items: items:
...@@ -172,12 +185,12 @@ components: ...@@ -172,12 +185,12 @@ components:
enum: enum:
- MAP-C - MAP-C
- MAP-D - MAP-D
- Gc - GC
- Gr - GR
- Cx - CX
- S6d - S6D
- S6a - S6A
- Sh - SH
- N70 - N70
- N71 - N71
- NU1 - NU1
...@@ -188,13 +201,13 @@ components: ...@@ -188,13 +201,13 @@ components:
enum: enum:
- MAP-F - MAP-F
- S13 - S13
- MAP-Gf - MAP-GF
BM-SCInterfaces: BM-SCInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Gmb - GMB
MMEInterfaces: MMEInterfaces:
type: array type: array
items: items:
...@@ -202,7 +215,7 @@ components: ...@@ -202,7 +215,7 @@ components:
enum: enum:
- S1-MME - S1-MME
- S3 - S3
- S6a - S6A
- S10 - S10
- S11 - S11
- S13 - S13
...@@ -215,20 +228,20 @@ components: ...@@ -215,20 +228,20 @@ components:
- S5 - S5
- S8 - S8
- S11 - S11
- Gxc - GXC
PDN_GWInterfaces: PDN_GWInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- S2a - S2A
- S2b - S2B
- S2c - S2C
- S5 - S5
- S6b - S6B
- Gx - GX
- S8 - S8
- SGi - SGI
eNBInterfaces: eNBInterfaces:
type: array type: array
items: items:
...@@ -243,7 +256,7 @@ components: ...@@ -243,7 +256,7 @@ components:
enum: enum:
- S1-MME - S1-MME
- X2 - X2
- Uu - UU
- F1-C - F1-C
- E1 - E1
AMFInterfaces: AMFInterfaces:
...@@ -336,16 +349,16 @@ components: ...@@ -336,16 +349,16 @@ components:
type: string type: string
enum: enum:
- NG-C - NG-C
- Xn-C - XN-C
- Uu - UU
gNB-CU-CPInterfaces: gNB-CU-CPInterfaces:
type: array type: array
items: items:
type: string type: string
enum: enum:
- NG-C - NG-C
- Xn-C - XN-C
- Uu - UU
- F1-C - F1-C
- E1 - E1
- X2-C - X2-C
...@@ -403,6 +416,13 @@ components: ...@@ -403,6 +416,13 @@ components:
- mcc - mcc
- mnc - mnc
listOfTraceMetrics:
description: The trace metrics to be reported. See 3GPP TS 32.422 clause 10 for additional details.
type: array
items:
type: string
traceDepth-Type: traceDepth-Type:
description: Specifies how detailed information should be recorded in the Network Element. The Trace Depth is a paremeter for Trace Session level, i.e., the Trace Depth is the same for all of the NEs to be traced in the same Trace Session. See 3GPP TS 32.422 clause 5.3 for additional details. description: Specifies how detailed information should be recorded in the Network Element. The Trace Depth is a paremeter for Trace Session level, i.e., the Trace Depth is the same for all of the NEs to be traced in the same Trace Session. See 3GPP TS 32.422 clause 5.3 for additional details.
type: string type: string
...@@ -413,6 +433,7 @@ components: ...@@ -413,6 +433,7 @@ components:
- VENDORMINIMUM - VENDORMINIMUM
- VENDORMEDIUM - VENDORMEDIUM
- VENDORMAXIMUM - VENDORMAXIMUM
default: MAXIMUM
traceReference-Type: traceReference-Type:
type: object type: object
...@@ -435,6 +456,7 @@ components: ...@@ -435,6 +456,7 @@ components:
enum: enum:
- FILE-BASED - FILE-BASED
- STREAMING - STREAMING
default: FILE-BASED
traceTarget-Type: traceTarget-Type:
type: object type: object
...@@ -450,9 +472,9 @@ components: ...@@ -450,9 +472,9 @@ components:
- UTRAN_CELL - UTRAN_CELL
- E-UTRAN_CELL - E-UTRAN_CELL
- NG-RAN_CELL - NG-RAN_CELL
- eNB - ENB
- RNC - RNC
- gNB - GNB
- SUPI - SUPI
TargetIdValue: TargetIdValue:
type: string type: string
...@@ -471,7 +493,7 @@ components: ...@@ -471,7 +493,7 @@ components:
enum: enum:
- MO_MT_CALLS - MO_MT_CALLS
- MO_MT_SMS - MO_MT_SMS
- LU_IMSIattach_IMSIdetach - LU_IMSIATTACH_IMSIDETACH
- HANDOVER - HANDOVER
- SS - SS
SGSN: SGSN:
...@@ -479,10 +501,10 @@ components: ...@@ -479,10 +501,10 @@ components:
items: items:
type: string type: string
enum: enum:
- PDPcontext - PDPCONTEXT
- MO_MT_SMS - MO_MT_SMS
- RAU_GPRSattach_GPRSdetach - RAU_GPRSATTACH_GPRSDETACH
- MBMScontext - MBMSCONTEXT
MGW: MGW:
type: array type: array
items: items:
...@@ -494,129 +516,129 @@ components: ...@@ -494,129 +516,129 @@ components:
items: items:
type: string type: string
enum: enum:
- PDPcontext - PDPCONTEXT
- MBMScontext - MBMSCONTEXT
IMS: IMS:
type: array type: array
items: items:
type: string type: string
enum: enum:
- SIPsession_StandaloneTransaction - SIPSESSION_STANDALONETRANSACTION
BM_SC: BM_SC:
type: array type: array
items: items:
type: string type: string
enum: enum:
- MBMSactivation - MBMSACTIVATION
MME: MME:
type: array type: array
items: items:
type: string type: string
enum: enum:
- UEinitiatedPDNconnectivityRequest - UE_INITIATEDPDN_CONNECTIVITY_REQUEST
- ServiceRequest - SERVICE_REQUEST
- InitialAttach_TAU_Detach - INITIALATTACH_TAU_DETACH
- UEinitiatedPDNdisconnection - UE_INITIATEDPDN_DISCONNECTION
- BearerActivationModificationDeletion - BEAR_ACTIVIATION_MODIFICATION_DELETION
- Handover - HANDOVER
SGW: SGW:
type: array type: array
items: items:
type: string type: string
enum: enum:
- PDNconnectionCreation - PDN_CONNECTION_CREATION
- PDNconnectionTermination - PDN_CONNECTION_TERMINATION
- BearerActivationModificationDeletion - BEAR_ACTIVATION_MODIFICATION_DELETION
PGW: PGW:
type: array type: array
items: items:
type: string type: string
enum: enum:
- PDNconnectionCreation - PDN_CONNECTION_CREATION
- PDNconnectionTermination - PDN_CONNECTION_TERMINATION
- BearerActivationModificationDeletion - BEAR_ACTIVATION_MODIFICATION_DELETION
AMF: AMF:
type: array type: array
items: items:
type: string type: string
enum: enum:
- Registration - REGISTRATION
- ServiceRequest - SERVICE_REQUEST
- Handover - HANDOVER
- UEderegistration - UE_DEREGISTRATION
- NetworkDeregistration - NETWORK_DEREGISTRATION
- UEMobilityFromEPC - UE_MOBILITY_FROM_EPC
- UEMobilityToEPC - UE_MOBILITY_TO_EPC
SMF: SMF:
type: array type: array
items: items:
type: string type: string
enum: enum:
- PDUsessionEstablishment - PDU_SESSION_ESTABLISHMENT
- PDUsessionModification - PDU_SESSION_MODIFICATION
- PDUsessionRelease - PDU_SESSIOON_RELEASE
- PDUsessionUPactivationDeactivation - PDU_SESSION_UP_ACTIVATION_DEACTIVATION
- MobilityBtw3gppAndN3gppTo5GC - MOBILITY_BTW_3GPP_AND_N3GPP_TO_5GC
- MobilityFromEpc - MOBILITY_FROM_EPC
PCF: PCF:
type: array type: array
items: items:
type: string type: string
enum: enum:
- AMpolicy - AM_POLICY
- SMpolicy - SM_POLICY
- Authorization - AUTHORIZATION
- BDTpolicy - BDT_POLICY
UPF: UPF:
type: array type: array
items: items:
type: string type: string
enum: enum:
- N4Session - N4SESSION
AUSF: AUSF:
type: array type: array
items: items:
type: string type: string
enum: enum:
- UEauthentication - UE_AUTHENTICATION
NEF: NEF:
type: array type: array
items: items:
type: string type: string
enum: enum:
- EventExposure - EVENT_EXPOSURE
- PFDmanagement - PFD_MANAGEMENT
- ParameterProvision - PARAMETER_PROVISION
- Trigger - TRIGGER
NRF: NRF:
type: array type: array
items: items:
type: string type: string
enum: enum:
- NFmanagement - NF_MANAGEMEENT
- NFdiscovery - NF_DISCOVERY
NSSF: NSSF:
type: array type: array
items: items:
type: string type: string
enum: enum:
- NSSelection - NS_SELECTION
- NSSAI - NSSAI
SMSF: SMSF:
type: array type: array
items: items:
type: string type: string
enum: enum:
- SMservice - SMSERVICE
UDM: UDM:
type: array type: array
items: items:
type: string type: string
enum: enum:
- UEcontext - UE_CONTEXT
- SubscriberData - SUBSCRIBER_DATA
- UEauthentication - UE_AUTHENTICATION
- EventExposure - EVENT_EXPOSURE
anonymizationOfMdtData-Type: anonymizationOfMdtData-Type:
description: Specifies level of MDT anonymization. For additional details see 3GPP TS 32.422 clause 5.10.12. description: Specifies level of MDT anonymization. For additional details see 3GPP TS 32.422 clause 5.10.12.
...@@ -624,6 +646,7 @@ components: ...@@ -624,6 +646,7 @@ components:
enum: enum:
- NO_IDENTITY - NO_IDENTITY
- TAC_OF_IMEI - TAC_OF_IMEI
default: NO_IDENTITY
beamLevelMeasurement-Type: beamLevelMeasurement-Type:
description: Determines whether beam level measurements shall be included in case of immediate MDT M1 measurement in NR. For additional details see 3GPP TS 32.422 clause 5.10.40. description: Determines whether beam level measurements shall be included in case of immediate MDT M1 measurement in NR. For additional details see 3GPP TS 32.422 clause 5.10.40.
...@@ -933,9 +956,9 @@ components: ...@@ -933,9 +956,9 @@ components:
description: See details in 3GPP TS 32.422 clause 5.10.15. description: See details in 3GPP TS 32.422 clause 5.10.15.
type: string type: string
enum: enum:
- CPICH_EcNo - CPICH_ECNO
- CPICH_RSCP - CPICH_RSCP
- PathLoss - PATHLOSS
eventThresholdUphUmts-Type: eventThresholdUphUmts-Type:
description: See details in 3GPP TS 32.422 clause 5.10.A. description: See details in 3GPP TS 32.422 clause 5.10.A.
...@@ -1368,13 +1391,13 @@ components: ...@@ -1368,13 +1391,13 @@ components:
loggedMDTConfig: loggedMDTConfig:
$ref: '#/components/schemas/loggedMDTConfig-Type' $ref: '#/components/schemas/loggedMDTConfig-Type'
UEMeasConfig-Type: UECoreMeasConfig-Type:
description: UE level measurements configuration parameters for 5G system. See details in 3GPP TS 28.622 clause 4.3.x. description: UE level measurements configuration parameters for 5G system. See details in 3GPP TS 28.622 clause 4.3.x.
type: object type: object
properties: properties:
ueMeasurements: ueCoreMeasurements:
type: string type: string
ueMeasGranularityPeriod: ueCoreMeasGranularityPeriod:
type: integer type: integer
nfTypeToMeasure: nfTypeToMeasure:
type: string type: string
...@@ -1448,6 +1471,8 @@ components: ...@@ -1448,6 +1471,8 @@ components:
$ref: '#/components/schemas/plmnTarget-Type' $ref: '#/components/schemas/plmnTarget-Type'
nPNTarget: nPNTarget:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type'
listOfTraceMetrics:
type: array
traceReportingConsumerUri: traceReportingConsumerUri:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
traceCollectionEntityIpAddress: traceCollectionEntityIpAddress:
...@@ -1464,8 +1489,8 @@ components: ...@@ -1464,8 +1489,8 @@ components:
$ref: '#/components/schemas/traceConfig-Type' $ref: '#/components/schemas/traceConfig-Type'
mdtConfig: mdtConfig:
$ref: '#/components/schemas/mdtConfig-Type' $ref: '#/components/schemas/mdtConfig-Type'
ueMeasConfig: ueCoreMeasConfig:
$ref: '#/components/schemas/UEMeasConfig-Type' $ref: '#/components/schemas/UECoreMeasConfig-Type'
#-------- end of Definition of types used in Trace control NRM fragment ---------- #-------- end of Definition of types used in Trace control NRM fragment ----------
......
...@@ -1614,6 +1614,7 @@ module _3gpp-common-trace { ...@@ -1614,6 +1614,7 @@ module _3gpp-common-trace {
values."; values.";
} }
leaf traceReportingConsumerUri { leaf traceReportingConsumerUri {
when '../traceReportingFormat = "STREAMING"'; when '../traceReportingFormat = "STREAMING"';
type inet:uri; type inet:uri;
......