fix: SGWC-CDR字段变更SGSN/GGSN
This commit is contained in:
@@ -768,12 +768,18 @@ onBeforeUnmount(() => {
|
|||||||
<span> {{ record.cdrJSON.servedMSISDN }} </span>
|
<span> {{ record.cdrJSON.servedMSISDN }} </span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span>PGW Address Used: </span>
|
<span>GGSN Address: </span>
|
||||||
<span> {{ record.cdrJSON.pGWAddressUsed }} </span>
|
<span>
|
||||||
|
{{
|
||||||
|
record.cdrJSON.pGWAddressUsed || record.cdrJSON.GGSNAddress
|
||||||
|
}}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span>SGW Address: </span>
|
<span>SGSN Address: </span>
|
||||||
<span> {{ record.cdrJSON.sGWAddress }} </span>
|
<span>
|
||||||
|
{{ record.cdrJSON.sGWAddress || record.cdrJSON.SGSNAddress }}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span>RAT Type: </span>
|
<span>RAT Type: </span>
|
||||||
|
|||||||
Reference in New Issue
Block a user