Ericsson Commands for 2G KPI in BSC end

Hi Experts.

Can anyone share Ericsson Commands for 2G KPI in BSC end?

Hi, there is no commands for KPI. You can only get counters:

stmpts -b 202210312100 -s 202210312130 CELLGPRS

(APG command)

1 Like

Can You Please elaborate how to use APG Command

Hi, @Zahir244 first option is to connect to <cluster ip>:23 (telnet) or port 22 for ssh. Second option (if you already connected to CP) is command APLOC;

Do we have to login in BSC (WINFOIL)?

yes, login as usually

1 Like

Hello Showing Below error

mml
WO BECLR_GBSC01.A04 AD-145 TIME 240717 103612 PAGE 1
<APLOC
NOT ACCEPTED
SYNTAX FAULT
<APLOC;
APLOC;
ERROR: Command not found.
APLOC;
ERROR: Command not found.

I have a suspect it is very old BSC. Which HW is it?

hi BB 6631,Radio 2260 22B8 22B20 is Used in Site

@Zahir244 try telnet from start or same with winfiol or putty

$ telnet <clusterip>
Trying <clusterip>...
Connected to <clusterip>.
Escape character is '^]'.
SC-2-2 login: LOGIN
********************************************************************************
IF YOU ARE NOT AN AUTHORIZED USER, PLEASE EXIT IMMEDIATELY.
********************************************************************************
Password:
>

I have tried with winfoil getting same error again

^^^^^
type command stmpts after this prompt

Hello

stmpts
invalid combination of options
stmpts [-a] [-p period] [-u] [-v] [-n [-e] [-r] [-g fileName]] -b startTime -s stopTime object_type [object_type…]

Nice :+1:, use options as in “solution” or your own.

I am not getting You

Any way Thanks for Your Support

you have reached this point where stmpts is works, now use command with options
stmpts -b 202210312100 -s 202210312130 CELLGPRS
in this example - for GPRS counters. All available OT can be found in ELEX.

1 Like

Hello @Zahir244 !
For additional info u can use commands (via ‘aploc’ mode of course):

! Measuring Program Print
stmmp -L -l
stmmp -L
! Measurement Report Print
stmrp -L
stmrp -L -l
! Object Types Print
stmotls
! Lists all output requests
stmfols

2 Likes