【資料名稱】:NOKIA pcu負荷查詢腳本
【資料作者】:g
【資料日期】:20130105
【資料語言】:中文
【資料格式】:DOC
【資料目錄和簡介】:
主要提取NOKIAPCU負荷:
Select
c.Name,
c.nsei,
c.gprs,
decode(d.dap,Null,0,d.dap)dap,
c.gprs+decode(d.dap,Null,0,d.dap)subtsl,
(c.gprs+decode(d.dap,Null,0,d.dap))/1024*100 pcu_load
from
(Select
a.Name,
a.nseinsei,
sum(a.cdef_ch) gprs
from
( select
bsc.nameName,
C_BSC_BTS.BTS_NSEInsei,
C_BSC_BTS.BTS_LOC_AREA_ID_LAC lac,
C_BSC_BTS.BTS_CELL_ID,
bts.object_instance bts_id,
sum((
case when TRX_CH_0_TYPE=0 then 1 else 0 end + case when TRX_CH_1_type=0 then 1 else 0 end+
case when TRX_CH_2_type=0 then 1 else 0 end + case when TRX_CH_3_type=0 then 1 else 0 end+
case when TRX_CH_4_type=0 then 1 else 0 end + case when TRX_CH_5_type=0 then 1 else 0 end+
case when TRX_CH_6_type=0 then 1 else 0 end + case when TRX_CH_7_type=0 then 1 else 0 end+
case when TRX_CH_0_type=2 then 1 else 0 end + case when TRX_CH_1_type=2 then 1 else 0 end+
case when TRX_CH_2_type=2 then 1 else 0 end + case when TRX_CH_3_type=2 then 1 else 0 end+
case when TRX_CH_4_type=2 then 1 else 0 end + case when TRX_CH_5_type=2 then 1 else 0 end+
case when TRX_CH_6_type=2 then 1 else 0 end + case when TRX_CH_7_type=2 then 1 else 0 end ) *TRX_GPRS_ENA_TRX) gtch_num,
C_BSC_BTS.BTS_DGS_92 cdef_percent,
掃碼關(guān)注5G通信官方公眾號,免費領取以下5G精品資料
1、回復“YD5GAI”免費領取《中國移動:5G網(wǎng)絡AI應用典型場景技術(shù)解決方案白皮書》
2、回復“5G6G”免費領取《5G_6G毫米波測試技術(shù)白皮書-2022_03-21》
3、回復“YD6G”免費領取《中國移動:6G至簡無線接入網(wǎng)白皮書》
4、回復“LTBPS”免費領取《《中國聯(lián)通5G終端白皮書》》
5、回復“ZGDX”免費領取《中國電信5G NTN技術(shù)白皮書》
6、回復“TXSB”免費領取《通信設備安裝工程施工工藝圖解》
7、回復“YDSL”免費領取《中國移動算力并網(wǎng)白皮書》
8、回復“5GX3”免費領取《 R16 23501-g60 5G的系統(tǒng)架構(gòu)1》
|