Skip to content
Commits on Source (12)
...@@ -350,6 +350,8 @@ components: ...@@ -350,6 +350,8 @@ components:
$ref: '#/components/schemas/LocationReportingChargingInformation' $ref: '#/components/schemas/LocationReportingChargingInformation'
nSPAChargingInformation: nSPAChargingInformation:
$ref: '#/components/schemas/NSPAChargingInformation' $ref: '#/components/schemas/NSPAChargingInformation'
networkSharingChargingInformation:
$ref: '#/components/schemas/NetworkSharingChargingInformation'
nSMChargingInformation: nSMChargingInformation:
$ref: '#/components/schemas/NSMChargingInformation' $ref: '#/components/schemas/NSMChargingInformation'
mMTelChargingInformation: mMTelChargingInformation:
...@@ -593,6 +595,8 @@ components: ...@@ -593,6 +595,8 @@ components:
$ref: '#/components/schemas/PDUContainerInformation' $ref: '#/components/schemas/PDUContainerInformation'
nSPAContainerInformation: nSPAContainerInformation:
$ref: '#/components/schemas/NSPAContainerInformation' $ref: '#/components/schemas/NSPAContainerInformation'
networkSharingContainerInformation:
$ref: '#/components/schemas/NetworkSharingContainerInformation'
pC5ContainerInformation: pC5ContainerInformation:
$ref: '#/components/schemas/PC5ContainerInformation' $ref: '#/components/schemas/PC5ContainerInformation'
mBSContainerInformation: mBSContainerInformation:
...@@ -728,6 +732,8 @@ components: ...@@ -728,6 +732,8 @@ components:
type: boolean type: boolean
roamerInOut: roamerInOut:
$ref: '#/components/schemas/RoamerInOut' $ref: '#/components/schemas/RoamerInOut'
disasterRoamingInd:
type: boolean
PDUSessionInformation: PDUSessionInformation:
type: object type: object
properties: properties:
...@@ -804,6 +810,8 @@ components: ...@@ -804,6 +810,8 @@ components:
type: boolean type: boolean
satelliteBackhaulInformation: satelliteBackhaulInformation:
$ref: '#/components/schemas/SatelliteBackhaulInformation' $ref: '#/components/schemas/SatelliteBackhaulInformation'
serviceLevelAA:
type: string
required: required:
- pduSessionID - pduSessionID
- dnnId - dnnId
...@@ -893,6 +901,26 @@ components: ...@@ -893,6 +901,26 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
required: required:
- singleNSSAI - singleNSSAI
NetworkSharingContainerInformation:
type: object
properties:
uplinkVolume:
type: integer
downlinkVolume:
type: integer
numberOfPDUSessionsReq:
type: integer
numberOfPDUSessionsSuccess:
type: integer
NetworkSharingChargingInformation:
type: object
properties:
plmnId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
singleNSSAI:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
required:
- plmnId
NetworkSlicingInfo: NetworkSlicingInfo:
type: object type: object
properties: properties:
...@@ -1319,6 +1347,8 @@ components: ...@@ -1319,6 +1347,8 @@ components:
minItems: 0 minItems: 0
satelliteAccessIndicator: satelliteAccessIndicator:
type: boolean type: boolean
serviceLevelAA:
type: string
required: required:
- registrationMessagetype - registrationMessagetype
PSCellInformation: PSCellInformation:
......