diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index 6dae6a4fcd508afb7a88ad54bdf37f6e69782099..ffd22993384d09c1c1c5e550aab84665f9265773 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -174,7 +174,8 @@ ChargingRecord ::= SET interCHFInformation [44] InterCHFInformation OPTIONAL, nSSAAChargingInformation [45] NSSAAChargingInformation OPTIONAL, rangingSLChargingInformation [46] RangingSLChargingInformation OPTIONAL, - lCSInformation [47] LCSInformation OPTIONAL + lCSInformation [47] LCSInformation OPTIONAL, + networkSharingChargingInformation [48] NetworkSharingChargingInformation OPTIONAL } @@ -437,6 +438,15 @@ NSPAChargingInformation ::= SET singelNSSAI [0] SingleNSSAI } +-- +-- Network Sharing charging Information +-- + +NetworkSharingChargingInformation ::= SET +{ + plmnId [0] PLMN-Id, + singelNSSAI [1] SingleNSSAI OPTIONAL +} -- -- NSM charging Information @@ -1564,6 +1574,14 @@ NcgiTai ::= SEQUENCE cellList [1] SEQUENCE OF Ncgi } +NetworkSharingContainerInformation ::= SEQUENCE +{ + uplinkVolume [0] INTEGER OPTIONAL, + downlinkVolume [1] INTEGER OPTIONAL, + numberOfPDUSessionsReq [2] INTEGER OPTIONAL, + numberOfPDUSessionsSuccess [3] INTEGER OPTIONAL +} + NetworkSliceEE ::= SEQUENCE { networkSliceType [1] NetworkSliceType OPTIONAL, @@ -2518,7 +2536,8 @@ UsedUnitContainer ::= SEQUENCE nSPAContainerInformation [14] NSPAContainerInformation OPTIONAL, eventTimeStampExt [15] SEQUENCE OF TimeStamp OPTIONAL, pC5ContainerInformation [16] PC5ContainerInformation OPTIONAL, - mBSContainerInformation [17] MbsContainerInformation OPTIONAL + mBSContainerInformation [17] MbsContainerInformation OPTIONAL, + networkSharingContainerInformation [18] NetworkSharingContainerInformation OPTIONAL } --