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