Period Start Time PLMN Name: TGC - 4G - RRC - Setup - Success - Rate
Period Start Time PLMN Name: TGC - 4G - RRC - Setup - Success - Rate
Page 1
Data
Page 2
Data
TGC_4G_ERAB_Setup_Success_Rate
E-UTRAN Intra-Freq HO SR
TGC_4G_CDR_ERAB_Drop_Rate
TGC_4G_ERAB_SETUP_SUCCESSLTE_5568A TGC_4G_CDR_ERAB_DROP_
99.93 98.02 0.43
99.94 95.63 0.45
99.93 96.55 0.45
99.94 96.14 0.45
99.91 95.65 0.44
99.91 97.55 0.43
99.91 98.20 0.43
99.90 98.78 0.43
99.90 98.86 0.43
99.90 98.92 0.44
99.90 98.97 0.42
99.88 98.97 0.43
99.89 98.98 0.42
99.90 99.01 0.41
99.85 98.97 0.42
99.91 99.05 0.42
99.90 99.01 0.43
99.91 99.03 0.41
99.90 99.05 0.43
99.89 99.06 0.44
99.89 99.02 0.44
99.89 98.93 0.42
99.90 98.78 0.40
99.90 98.51 0.41
99.92 97.21 0.43
99.93 95.55 0.48
99.92 96.00 0.47
99.92 96.57 0.47
99.92 96.78 0.45
99.91 98.24 0.44
99.90 98.68 0.43
99.91 98.92 0.44
99.90 98.94 0.45
99.90 98.98 0.44
99.90 99.07 0.43
99.90 99.02 0.43
99.91 99.00 0.43
99.90 99.03 0.44
99.91 98.91 0.44
99.90 98.95 0.46
99.91 99.00 0.44
99.91 99.07 0.45
99.90 99.07 0.44
99.90 98.99 0.44
99.89 99.00 0.45
99.89 98.99 0.44
99.88 98.77 0.42
99.91 98.75 0.42
Page 3
Data
Page 4
Data
Page 5
Data
Page 6
Data
Page 7
Data
Page 8
Documentation
Page 9
Documentation
KPI FormulUnit
100*decod [%]
100*decod [%]
decode((lia [%]
100*decod [%]
decode(100[MB]
decode(100[MB]
(lcellr2.dl_ [%]
(lcellr2.ul_ [%]
8*decode( lc[kbit/s]
100*decode( [%]
Page 10
Report Execution
Page 11
Report Execution
Page 12
Report Execution
Page 13
Report Execution
Page 14
Report Execution
Page 15
Report Execution
Page 16
Report Execution
Page 17
Report Execution
Page 18
Report Execution
Page 19
Report Execution
Page 20
Report Execution
Note Sql
executing sql extra step
create global temporary table jf_topo_vloflnbts_0733310786 on commit preserve rows as
SELECT
"plmn".co_gid plmn_gid,
"vloflnbtsparent".co_gid vloflnbtsparent_gid,
"vloflnbtsparent".co_mr_gid vloflnbtsparent_mr_gid,
"lnbts".co_gid lnbts_gid,
"lnbts".co_mr_gid lnbts_mr_gid,
decode(substr(bts_type.co_sys_version,1,3),'FLF','FlexiZoneMicroBTS','TLF','FlexiZoneMicroBTS','FL
FROM
utp_common_objects "plmn",
utp_common_objects "vloflnbtsparent",
utp_common_objects "lnbts",
ctp_common_objects bts_type
WHERE
"plmn".co_oc_id = 16
AND "vloflnbtsparent".co_parent_gid = "plmn".co_gid
AND ( "vloflnbtsparent".co_oc_id = 3128 or "vloflnbtsparent".co_oc_id = 739 )
AND "lnbts".co_parent_gid = "vloflnbtsparent".co_gid
AND "lnbts".co_oc_id = 3129
AND "lnbts".co_gid = bts_type.co_gid(+)
creating tmp table: jf_LUEST2_0747045630
create global temporary table jf_LUEST2_0747045630 on commit preserve rows as
select
a.period_start_time,
a.plmn_gid,
SUM(SIGN_CONN_ESTAB_COMP) SIGN_CONN_ESTAB_COMP,
SUM(SIGN_CONN_ESTAB_ATT_MO_S) SIGN_CONN_ESTAB_ATT_MO_S,
SUM(SIGN_CONN_ESTAB_ATT_MT) SIGN_CONN_ESTAB_ATT_MT,
SUM(SIGN_CONN_ESTAB_ATT_MO_D) SIGN_CONN_ESTAB_ATT_MO_D,
SUM(SIGN_CONN_ESTAB_ATT_OTHERS) SIGN_CONN_ESTAB_ATT_OTHERS,
SUM(SIGN_CONN_ESTAB_ATT_EMG) SIGN_CONN_ESTAB_ATT_EMG,
SUM(SIGN_CONN_ESTAB_ATT_HIPRIO) SIGN_CONN_ESTAB_ATT_HIPRIO,
SUM(SIGN_CONN_ESTAB_ATT_DEL_TOL) SIGN_CONN_ESTAB_ATT_DEL_TOL
from
(
Page 21
Report Execution
select
trunc( p.period_start_time, 'hh24' ) period_start_time,
t.plmn_gid plmn_gid,
t.vloflnbtsparent_gid vloflnbtsparent_gid,
t.lnbts_gid lnbts_gid,
t.lnbts_type LNBTS_type,
SUM(SIGN_CONN_ESTAB_COMP) SIGN_CONN_ESTAB_COMP,
SUM(SIGN_CONN_ESTAB_ATT_MO_S) SIGN_CONN_ESTAB_ATT_MO_S,
SUM(SIGN_CONN_ESTAB_ATT_MT) SIGN_CONN_ESTAB_ATT_MT,
SUM(SIGN_CONN_ESTAB_ATT_MO_D) SIGN_CONN_ESTAB_ATT_MO_D,
SUM(SIGN_CONN_ESTAB_ATT_OTHERS) SIGN_CONN_ESTAB_ATT_OTHERS,
SUM(SIGN_CONN_ESTAB_ATT_EMG) SIGN_CONN_ESTAB_ATT_EMG,
SUM(SIGN_CONN_ESTAB_ATT_HIPRIO) SIGN_CONN_ESTAB_ATT_HIPRIO,
SUM(SIGN_CONN_ESTAB_ATT_DEL_TOL) SIGN_CONN_ESTAB_ATT_DEL_TOL
from
jf_topo_vloflnbts_0733310786 t,
noklte_ps_luest_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
trunc( p.period_start_time, 'hh24' ),
t.plmn_gid,
t.vloflnbtsparent_gid,
t.lnbts_gid,
t.lnbts_type
)a
group by
a.period_start_time,
a.plmn_gid
creating tmp table: jf_LEPSB2_0761097054
create global temporary table jf_LEPSB2_0761097054 on commit preserve rows as
select
a.period_start_time,
a.plmn_gid,
SUM(EPS_BEARER_SETUP_ATTEMPTS) EPS_BEARER_SETUP_ATTEMPTS,
SUM(EPS_BEARER_SETUP_COMPLETIONS) EPS_BEARER_SETUP_COMPLETIONS,
SUM(EPC_EPS_BEARER_REL_REQ_NORM) EPC_EPS_BEARER_REL_REQ_NORM,
SUM(EPC_EPS_BEARER_REL_REQ_DETACH) EPC_EPS_BEARER_REL_REQ_DETACH,
SUM(EPC_EPS_BEARER_REL_REQ_RNL) EPC_EPS_BEARER_REL_REQ_RNL,
SUM(EPC_EPS_BEARER_REL_REQ_OTH) EPC_EPS_BEARER_REL_REQ_OTH,
SUM(ENB_EPS_BEARER_REL_REQ_NORM) ENB_EPS_BEARER_REL_REQ_NORM,
SUM(ENB_EPSBEAR_REL_REQ_RNL_REDIR) ENB_EPSBEAR_REL_REQ_RNL_REDIR,
SUM(PRE_EMPT_GBR_BEARER) PRE_EMPT_GBR_BEARER,
SUM(PRE_EMPT_NON_GBR_BEARER) PRE_EMPT_NON_GBR_BEARER,
SUM(ERAB_REL_ENB) ERAB_REL_ENB,
SUM(ERAB_REL_ENB_RNL_INA) ERAB_REL_ENB_RNL_INA,
Page 22
Report Execution
SUM(ERAB_REL_ENB_RNL_RED) ERAB_REL_ENB_RNL_RED,
SUM(ERAB_REL_ENB_RNL_RRNA) ERAB_REL_ENB_RNL_RRNA,
SUM(ERAB_REL_HO_PART) ERAB_REL_HO_PART,
SUM(ERAB_REL_EPC_PATH_SWITCH) ERAB_REL_EPC_PATH_SWITCH
from
(
select
trunc( p.period_start_time, 'hh24' ) period_start_time,
t.plmn_gid plmn_gid,
t.vloflnbtsparent_gid vloflnbtsparent_gid,
t.lnbts_gid lnbts_gid,
t.lnbts_type LNBTS_type,
SUM(EPS_BEARER_SETUP_ATTEMPTS) EPS_BEARER_SETUP_ATTEMPTS,
SUM(EPS_BEARER_SETUP_COMPLETIONS) EPS_BEARER_SETUP_COMPLETIONS,
SUM(EPC_EPS_BEARER_REL_REQ_NORM) EPC_EPS_BEARER_REL_REQ_NORM,
SUM(EPC_EPS_BEARER_REL_REQ_DETACH) EPC_EPS_BEARER_REL_REQ_DETACH,
SUM(EPC_EPS_BEARER_REL_REQ_RNL) EPC_EPS_BEARER_REL_REQ_RNL,
SUM(EPC_EPS_BEARER_REL_REQ_OTH) EPC_EPS_BEARER_REL_REQ_OTH,
SUM(ENB_EPS_BEARER_REL_REQ_NORM) ENB_EPS_BEARER_REL_REQ_NORM,
SUM(ENB_EPSBEAR_REL_REQ_RNL_REDIR) ENB_EPSBEAR_REL_REQ_RNL_REDIR,
SUM(PRE_EMPT_GBR_BEARER) PRE_EMPT_GBR_BEARER,
SUM(PRE_EMPT_NON_GBR_BEARER) PRE_EMPT_NON_GBR_BEARER,
SUM(ERAB_REL_ENB) ERAB_REL_ENB,
SUM(ERAB_REL_ENB_RNL_INA) ERAB_REL_ENB_RNL_INA,
SUM(ERAB_REL_ENB_RNL_RED) ERAB_REL_ENB_RNL_RED,
SUM(ERAB_REL_ENB_RNL_RRNA) ERAB_REL_ENB_RNL_RRNA,
SUM(ERAB_REL_HO_PART) ERAB_REL_HO_PART,
SUM(ERAB_REL_EPC_PATH_SWITCH) ERAB_REL_EPC_PATH_SWITCH
from
jf_topo_vloflnbts_0733310786 t,
noklte_ps_lepsb_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
trunc( p.period_start_time, 'hh24' ),
t.plmn_gid,
t.vloflnbtsparent_gid,
t.lnbts_gid,
t.lnbts_type
)a
group by
a.period_start_time,
a.plmn_gid
creating tmp table: jf_LIANBHO2_0798046967
create global temporary table jf_LIANBHO2_0798046967 on commit preserve rows as
select
Page 23
Report Execution
a.period_start_time,
a.plmn_gid,
SUM(ATT_INTRA_ENB_HO) ATT_INTRA_ENB_HO,
SUM(SUCC_INTRA_ENB_HO) SUCC_INTRA_ENB_HO
from
(
select
trunc( p.period_start_time, 'hh24' ) period_start_time,
t.plmn_gid plmn_gid,
t.vloflnbtsparent_gid vloflnbtsparent_gid,
t.lnbts_gid lnbts_gid,
t.lnbts_type LNBTS_type,
SUM(ATT_INTRA_ENB_HO) ATT_INTRA_ENB_HO,
SUM(SUCC_INTRA_ENB_HO) SUCC_INTRA_ENB_HO
from
jf_topo_vloflnbts_0733310786 t,
noklte_ps_lianbho_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
trunc( p.period_start_time, 'hh24' ),
t.plmn_gid,
t.vloflnbtsparent_gid,
t.lnbts_gid,
t.lnbts_type
)a
group by
a.period_start_time,
a.plmn_gid
creating tmp table: jf_LIENBHO2_075255985
create global temporary table jf_LIENBHO2_075255985 on commit preserve rows as
select
a.period_start_time,
a.plmn_gid,
SUM(ATT_INTER_ENB_HO) ATT_INTER_ENB_HO,
SUM(SUCC_INTER_ENB_HO) SUCC_INTER_ENB_HO,
SUM(INTER_ENB_S1_HO_ATT) INTER_ENB_S1_HO_ATT,
SUM(INTER_ENB_S1_HO_SUCC) INTER_ENB_S1_HO_SUCC
from
(
select
trunc( p.period_start_time, 'hh24' ) period_start_time,
t.plmn_gid plmn_gid,
t.vloflnbtsparent_gid vloflnbtsparent_gid,
t.lnbts_gid lnbts_gid,
t.lnbts_type LNBTS_type,
Page 24
Report Execution
SUM(ATT_INTER_ENB_HO) ATT_INTER_ENB_HO,
SUM(SUCC_INTER_ENB_HO) SUCC_INTER_ENB_HO,
SUM(INTER_ENB_S1_HO_ATT) INTER_ENB_S1_HO_ATT,
SUM(INTER_ENB_S1_HO_SUCC) INTER_ENB_S1_HO_SUCC
from
jf_topo_vloflnbts_0733310786 t,
noklte_ps_lienbho_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
trunc( p.period_start_time, 'hh24' ),
t.plmn_gid,
t.vloflnbtsparent_gid,
t.lnbts_gid,
t.lnbts_type
)a
group by
a.period_start_time,
a.plmn_gid
creating tmp table: jf_LHO2_0774531534
create global temporary table jf_LHO2_0774531534 on commit preserve rows as
select
a.period_start_time,
a.plmn_gid,
SUM(HO_INTFREQ_ATT) HO_INTFREQ_ATT,
SUM(HO_INTFREQ_SUCC) HO_INTFREQ_SUCC
from
(
select
trunc( p.period_start_time, 'hh24' ) period_start_time,
t.plmn_gid plmn_gid,
t.vloflnbtsparent_gid vloflnbtsparent_gid,
t.lnbts_gid lnbts_gid,
t.lnbts_type LNBTS_type,
SUM(HO_INTFREQ_ATT) HO_INTFREQ_ATT,
SUM(HO_INTFREQ_SUCC) HO_INTFREQ_SUCC
from
jf_topo_vloflnbts_0733310786 t,
noklte_ps_lho_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
Page 25
Report Execution
jf_topo_vloflnbts_0733310786 t,
noklte_ps_lepsb_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
trunc( p.period_start_time, 'hh24' ),
t.plmn_gid,
t.vloflnbtsparent_gid,
t.lnbts_gid,
t.lnbts_type
)a
group by
a.period_start_time,
a.plmn_gid
creating tmp table: jf_LCELLT2_0772903439
create global temporary table jf_LCELLT2_0772903439 on commit preserve rows as
select
a.period_start_time,
a.plmn_gid,
SUM(PDCP_SDU_VOL_UL) PDCP_SDU_VOL_UL,
SUM(PDCP_SDU_VOL_DL) PDCP_SDU_VOL_DL,
Page 26
Report Execution
SUM(ACTIVE_TTI_DL) ACTIVE_TTI_DL
from
(
select
trunc( p.period_start_time, 'hh24' ) period_start_time,
t.plmn_gid plmn_gid,
t.vloflnbtsparent_gid vloflnbtsparent_gid,
t.lnbts_gid lnbts_gid,
t.lnbts_type LNBTS_type,
SUM(PDCP_SDU_VOL_UL) PDCP_SDU_VOL_UL,
SUM(PDCP_SDU_VOL_DL) PDCP_SDU_VOL_DL,
SUM(ACTIVE_TTI_DL) ACTIVE_TTI_DL
from
jf_topo_vloflnbts_0733310786 t,
noklte_ps_lcellt_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
trunc( p.period_start_time, 'hh24' ),
t.plmn_gid,
t.vloflnbtsparent_gid,
t.lnbts_gid,
t.lnbts_type
)a
group by
a.period_start_time,
a.plmn_gid
creating tmp table: jf_LCELLR2_0751212222
create global temporary table jf_LCELLR2_0751212222 on commit preserve rows as
select
a.period_start_time,
a.plmn_gid,
AVG(UL_PRB_UTIL_TTI_MEAN) UL_PRB_UTIL_TTI_MEAN,
AVG(DL_PRB_UTIL_TTI_MEAN) DL_PRB_UTIL_TTI_MEAN
from
(
select
trunc( p.period_start_time, 'hh24' ) period_start_time,
t.plmn_gid plmn_gid,
t.vloflnbtsparent_gid vloflnbtsparent_gid,
t.lnbts_gid lnbts_gid,
t.lnbts_type LNBTS_type,
AVG(UL_PRB_UTIL_TTI_MEAN) UL_PRB_UTIL_TTI_MEAN,
AVG(DL_PRB_UTIL_TTI_MEAN) DL_PRB_UTIL_TTI_MEAN
from
Page 27
Report Execution
jf_topo_vloflnbts_0733310786 t,
noklte_ps_lcellr_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
trunc( p.period_start_time, 'hh24' ),
t.plmn_gid,
t.vloflnbtsparent_gid,
t.lnbts_gid,
t.lnbts_type
)a
group by
a.period_start_time,
a.plmn_gid
creating tmp table: jf_LCELLT_ext2_0770255124
create global temporary table jf_LCELLT_ext2_0770255124 on commit preserve rows as
select
a.period_start_time,
a.plmn_gid,
SUM(PDCP_SDU_VOL_DL) PDCP_SDU_VOL_DL
from
(
select
trunc( p.period_start_time, 'hh24' ) period_start_time,
t.plmn_gid plmn_gid,
t.vloflnbtsparent_gid vloflnbtsparent_gid,
t.lnbts_gid lnbts_gid,
t.lnbts_type LNBTS_type,
SUM(DECODE(ACTIVE_TTI_DL,NULL,0, PDCP_SDU_VOL_DL)) PDCP_SDU_VOL_DL
from
jf_topo_vloflnbts_0733310786 t,
noklte_ps_lcellt_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
trunc( p.period_start_time, 'hh24' ),
t.plmn_gid,
t.vloflnbtsparent_gid,
t.lnbts_gid,
t.lnbts_type
)a
group by
a.period_start_time,
Page 28
Report Execution
a.plmn_gid
creating tmp table: jf_LCELAV2_0760919052
create global temporary table jf_LCELAV2_0760919052 on commit preserve rows as
select
a.period_start_time,
a.plmn_gid,
SUM(SAMPLES_CELL_AVAIL) SAMPLES_CELL_AVAIL,
SUM(SAMPLES_CELL_PLAN_UNAVAIL) SAMPLES_CELL_PLAN_UNAVAIL,
SUM(DENOM_CELL_AVAIL) DENOM_CELL_AVAIL
from
(
select
trunc( p.period_start_time, 'hh24' ) period_start_time,
t.plmn_gid plmn_gid,
t.vloflnbtsparent_gid vloflnbtsparent_gid,
t.lnbts_gid lnbts_gid,
t.lnbts_type LNBTS_type,
SUM(SAMPLES_CELL_AVAIL) SAMPLES_CELL_AVAIL,
SUM(SAMPLES_CELL_PLAN_UNAVAIL) SAMPLES_CELL_PLAN_UNAVAIL,
SUM(DENOM_CELL_AVAIL) DENOM_CELL_AVAIL
from
jf_topo_vloflnbts_0733310786 t,
noklte_ps_lcelav_lnbts_hour p
where
t.plmn_gid in ( '100000' )
and period_start_time >= to_date('2020/08/04 00:00:00', 'yyyy/mm/dd hh24:mi:ss')
and period_start_time < to_date('2020/08/07 12:25:00', 'yyyy/mm/dd hh24:mi:ss')
and t.lnbts_gid = p.lnbts_id
group by
trunc( p.period_start_time, 'hh24' ),
t.plmn_gid,
t.vloflnbtsparent_gid,
t.lnbts_gid,
t.lnbts_type
)a
group by
a.period_start_time,
a.plmn_gid
creating tmp table: jf_ALLTABLES_0731472283
create global temporary table jf_ALLTABLES_0731472283 on commit preserve rows as
select
period_start_time,
plmn_gid
from
(
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
Page 29
Report Execution
jf_LCELAV2_0760919052
)
UNION
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
jf_LCELLR2_0751212222
)
UNION
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
jf_LCELLT2_0772903439
)
UNION
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
jf_LCELLT_ext2_0770255124
)
UNION
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
jf_LEPSB2_0761097054
)
UNION
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
jf_LEPSB_2_0779120969
)
UNION
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
jf_LHO2_0774531534
)
UNION
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
jf_LIANBHO2_0798046967
Page 30
Report Execution
)
UNION
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
jf_LIENBHO2_075255985
)
UNION
(
select
period_start_time, TO_CHAR(plmn_gid) plmn_gid
from
jf_LUEST2_0747045630
)
)p
report from tmp tables
select
ALLTABLES.period_start_time period_start_time,
nvl(plmn.co_name, nvl(plmn.co_object_instance, 'NN('||plmn.co_gid||')')) "PLMN Name
ALLTABLES.plmn_gid, nvl(plmn.co_ext_dn, plmn.co_dn) "DN",
to_number(100*decode((LUEST2.SIGN_CONN_ESTAB_ATT_MO_S+LUEST2.SIGN_
to_number(100*decode((LEPSB2.EPS_BEARER_SETUP_ATTEMPTS),0,null,(LEPSB2.EPS_BEA
to_number(decode((lianbho2.att_intra_enb_ho + lienbho2.att_inter_enb_ho + lienbho2.inter_enb_s
to_number(100*decode((nvl((LEPSB2.ERAB_REL_ENB+LEPSB2.ERAB_REL_HO_PART),0)+LEP
to_number(decode(1000000, 0, 0, LCELLT2.PDCP_SDU_VOL_DL/1000000)) tgc_4g_dl_traffic_vo
to_number(decode(1000000, 0, 0, LCELLT2.PDCP_SDU_VOL_UL/1000000)) tgc_4g_ul_traffic_vo
to_number((lcellr2.dl_prb_util_tti_mean/10)) LTE_5276b,
to_number((lcellr2.ul_prb_util_tti_mean/10)) LTE_5273b,
to_number(8*decode( lcellt2.active_tti_dl,0,null, lcellt_ext2.pdcp_sdu_vol_dl / lcellt2.active_tti_dl))
to_number(100*decode( (lcelav2.denom_cell_avail - lcelav2.samples_cell_plan_unavail),0,null, (lce
from
utp_common_objects plmn
,
jf_ALLTABLES_0731472283 ALLTABLES,
jf_LCELAV2_0760919052 LCELAV2,
jf_LCELLR2_0751212222 LCELLR2,
jf_LCELLT2_0772903439 LCELLT2,
jf_LCELLT_ext2_0770255124 LCELLT_ext2,
jf_LEPSB2_0761097054 LEPSB2,
jf_LEPSB_2_0779120969 LEPSB_2,
jf_LHO2_0774531534 LHO2,
jf_LIANBHO2_0798046967 LIANBHO2,
jf_LIENBHO2_075255985 LIENBHO2,
jf_LUEST2_0747045630 LUEST2
where
plmn.co_gid = ALLTABLES.plmn_gid
and ALLTABLES.period_start_time = LCELAV2.period_start_time (+) and ALLTABLES
and ALLTABLES.period_start_time = LCELLR2.period_start_time (+) and ALLTABLES.plmn_gid =
and ALLTABLES.period_start_time = LCELLT2.period_start_time (+) and ALLTABLES.plmn_gid =
Page 31
Report Execution
order by
2,1,3
Page 32
Report Execution
FlexiZoneMicroBTS','FLC','FlexiZoneControllerBTS','TLC','FlexiZoneControllerBTS','MacroBTS') lnbts_type
Page 33
Report Execution
COMPLETIONS,
_REQ_NORM,
EL_REQ_DETACH,
_REQ_NORM,
EQ_RNL_REDIR,
Page 34
Report Execution
COMPLETIONS,
_REQ_NORM,
EL_REQ_DETACH,
_REQ_NORM,
EQ_RNL_REDIR,
Page 35
Report Execution
L + enb_eps_bearer_rel_req_oth) RL70_eNB_drops
Page 36
Report Execution
_SDU_VOL_DL
Page 37
Report Execution
MO_S+LUEST2.SIGN_CONN_ESTAB_ATT_MT+LUEST2.SIGN_CONN_ESTAB_ATT_MO_D+nvl(LUEST2.SIGN_CONN_ES
null,(LEPSB2.EPS_BEARER_SETUP_COMPLETIONS)/(LEPSB2.EPS_BEARER_SETUP_ATTEMPTS))) tgc_4g_erab_setup_
o + lienbho2.inter_enb_s1_ho_att - lho2.ho_intfreq_att),0,NULL, (100*(lianbho2.succ_intra_enb_ho + lienbho2.succ_inter_enb_
REL_HO_PART),0)+LEPSB2.EPC_EPS_BEARER_REL_REQ_NORM+LEPSB2.EPC_EPS_BEARER_REL_REQ_DETACH+L
00)) tgc_4g_dl_traffic_volume_mb,
00)) tgc_4g_ul_traffic_volume_mb,
l / lcellt2.active_tti_dl)) LTE_5292d,
plan_unavail),0,null, (lcelav2.samples_cell_avail) / (lcelav2.denom_cell_avail - lcelav2.samples_cell_plan_unavail))) LTE_5239
Page 38
Report Execution
Page 39
Report Execution
EST2.SIGN_CONN_ESTAB_ATT_OTHERS,0)+LUEST2.SIGN_CONN_ESTAB_ATT_EMG+nvl(LUEST2.SIGN_CONN_ESTAB
S))) tgc_4g_erab_setup_success_rate,
nbho2.succ_inter_enb_ho + lienbho2.inter_enb_s1_ho_succ - lho2.ho_intfreq_succ) / (lianbho2.att_intra_enb_ho + lienbho2.at
REL_REQ_DETACH+LEPSB2.EPC_EPS_BEARER_REL_REQ_RNL+LEPSB2.EPC_EPS_BEARER_REL_REQ_OTH+nvl(LE
n_unavail))) LTE_5239a
Page 40
Report Execution
T2.SIGN_CONN_ESTAB_ATT_HIPRIO,0)+nvl(LUEST2.SIGN_CONN_ESTAB_ATT_DEL_TOL,0)),0,null, LUEST2.SIGN_CONN
Page 41
Report Execution
l, LUEST2.SIGN_CONN_ESTAB_COMP/(LUEST2.SIGN_CONN_ESTAB_ATT_MO_S+LUEST2.SIGN_CONN_ESTAB_ATT_
L_REQ_RNL_REDIR+LEPSB2.ENB_EPS_BEARER_REL_REQ_NORM+nvl(LEPSB_2.RL70_eNB_drops,0)+LEPSB2.PRE_E
Page 42
Report Execution
_CONN_ESTAB_ATT_MT+LUEST2.SIGN_CONN_ESTAB_ATT_MO_D+nvl(LUEST2.SIGN_CONN_ESTAB_ATT_OTHERS,0
ops,0)+LEPSB2.PRE_EMPT_GBR_BEARER+LEPSB2.PRE_EMPT_NON_GBR_BEARER),0)),0,null,(nvl((LEPSB2.ERAB_REL
Page 43
Report Execution
STAB_ATT_OTHERS,0)+LUEST2.SIGN_CONN_ESTAB_ATT_EMG+nvl(LUEST2.SIGN_CONN_ESTAB_ATT_HIPRIO,0)+nvl(
vl((LEPSB2.ERAB_REL_HO_PART+LEPSB2.ERAB_REL_ENB-LEPSB2.ERAB_REL_ENB_RNL_INA-LEPSB2.ERAB_REL_E
Page 44
Report Execution
B_ATT_HIPRIO,0)+nvl(LUEST2.SIGN_CONN_ESTAB_ATT_DEL_TOL,0)))) tgc_4g_rrc_setup_success_rate,
LEPSB2.ERAB_REL_ENB_RNL_RED-LEPSB2.ERAB_REL_ENB_RNL_RRNA),0)+nvl(LEPSB_2.RL70_eNB_drops,0))/(nvl((L
Page 45
Report Execution
0_eNB_drops,0))/(nvl((LEPSB2.ERAB_REL_ENB+LEPSB2.ERAB_REL_HO_PART),0)+LEPSB2.EPC_EPS_BEARER_REL_R
Page 46
Report Execution
EPS_BEARER_REL_REQ_NORM+LEPSB2.EPC_EPS_BEARER_REL_REQ_DETACH+LEPSB2.EPC_EPS_BEARER_REL_
Page 47
Report Execution
C_EPS_BEARER_REL_REQ_RNL+LEPSB2.EPC_EPS_BEARER_REL_REQ_OTH+nvl(LEPSB2.ERAB_REL_EPC_PATH_SW
Page 48
Report Execution
B_REL_EPC_PATH_SWITCH,0)+nvl((LEPSB2.ENB_EPSBEAR_REL_REQ_RNL_REDIR+LEPSB2.ENB_EPS_BEARER_REL
Page 49
Report Execution
B_EPS_BEARER_REL_REQ_NORM+nvl(LEPSB_2.RL70_eNB_drops,0)+LEPSB2.PRE_EMPT_GBR_BEARER+LEPSB2.PR
Page 50
Report Execution
_BEARER+LEPSB2.PRE_EMPT_NON_GBR_BEARER),0)))) tgc_4g_...
Page 51