+
+ {{ t('views.dashboard.cdr.cdrInfo') }}
+
+
+ {{ t('views.ne.common.neName') }}:
+ {{ record.neName }}
+
+
+ {{ t('views.ne.common.rmUid') }}:
+ {{ record.rmUID }}
+
+
+ {{ t('views.dashboard.cdr.time') }}:
+ {{ parseDateToStr(+record.timestamp * 1000) }}
+
+
+ {{ t('views.dashboard.cdr.rowInfo') }}
+
+
+ Record Network Function ID:
+ {{ record.cdrJSON.recordingNetworkFunctionID }}
+
+
+ Record Type:
+ {{ record.cdrJSON.recordType }}
+
+
+ Record Opening Time:
+ {{ record.cdrJSON.recordOpeningTime }}
+
+
+ Charging ID:
+ {{ record.cdrJSON.chargingID }}
+
+
+ Duration:
+ {{ record.cdrJSON.duration }}
+
+ Subscriber Identifier
+
+ Subscription ID Type:
+
+ {{ record.cdrJSON.subscriberIdentifier?.subscriptionIDType }}
+
+
+
+ Subscription ID Data:
+
+ {{ record.cdrJSON.subscriberIdentifier?.subscriptionIDData }}
+
+
+
+
+
+ List Of Multiple Unit Usage
+
+
+
RatingGroup: {{ u.ratingGroup }}
+
+
+ Data Total Volume:
+ {{ udata.dataTotalVolume }}
+
+
+ Data Volume Downlink:
+ {{ udata.dataVolumeDownlink }}
+
+
+ Data Volume Uplink:
+ {{ udata.dataVolumeUplink }}
+
+
+ Time:
+ {{ udata.time }}
+
+
+
+
+ PDU Session Charging Information
+
+
+ User Identifier:
+ {{
+ record.cdrJSON.pDUSessionChargingInformation?.userIdentifier
+ }}
+
+
+ SSC Mode:
+ {{
+ record.cdrJSON.pDUSessionChargingInformation?.sSCMode
+ }}
+
+ RAT Type:
+ {{
+ record.cdrJSON.pDUSessionChargingInformation?.rATType
+ }}
+
+ DNN ID:
+
+ {{ record.cdrJSON.pDUSessionChargingInformation?.dNNID }}
+
+
+
+ PDU Type:
+
+ {{ record.cdrJSON.pDUSessionChargingInformation?.pDUType }}
+
+
+
+ PDU IPv4 Address:
+
+ {{
+ record.cdrJSON.pDUSessionChargingInformation?.pDUAddress
+ ?.pDUIPv4Address
+ }}
+
+
+
+ PDU IPv6 Addres Swith Prefix:
+
+ {{
+ record.cdrJSON.pDUSessionChargingInformation?.pDUAddress
+ ?.pDUIPv6AddresswithPrefix
+ }}
+
+
+
+