PDA

View Full Version : Question How Can We know Live traffic from E******* RNC



9waves.9waves
2011-06-23, 10:09 PM
Is there any method to know live traffic from RNC?
How many CS calls and HSDPA users?

paranoja
2011-06-24, 02:49 AM
moshell on BTS, then:
lget radiolinks noofradiolinks

this will give you the obvious- number of radio links on BTS.

for HSDPA you can "pget" number of octets on the link to see if there is any traffic, but don't know how to see number of users....

for example on RBS 6000(if second carrier is ethernet):
pget gigabitethernet pmIfOutOctetsLink1lo|pmIfInOctetsLink1lo

on rbs 3000(if second carrier is ethernet):
pget ethernetswitchport

jamal
2011-06-24, 10:58 AM
Hi Mate,

In RNC level from MoShell or AMos, you check using command "ced"

Let's say, "ced -r 1234", it wil produce utilization everi SF, CS, PS even HS utilization on iublink=1234.

Hope useful.

:handshake

milan_recj
2011-07-01, 10:37 AM
In RNC:- Try UER :- for no. of subscribers and
Node-B:- Try UER -c node-B name :- for no. of users.

Aant
2011-07-09, 01:07 AM
Using Moshell, just use the command "uer", at the end of the printout you'll find the info:o

kryptonic
2011-07-21, 10:03 AM
Alternate way of checking SF, dl utilization, HS/EUL traffic

On RNC:
cedr | egrep '(cell1|cell2|cell3)'

Please make sure you not affecting the mp load when using these commands.

blueee
2011-07-21, 02:20 PM
You can do E******* GPEH recording also

zee86
2011-11-25, 11:57 PM
You can do E******* GPEH recording also

In GPEH trace what event i have to check

epaange
2012-01-05, 03:56 AM
INTERNAL_SYSTEM_UTILIZATION event will give you the HS users, but not speech. this event is generated every two second.

i think CED command is the simplest way to find the traffic.

electron
2012-01-05, 10:20 PM
there is a feature in RNS as well which is showing live traffic you can check in RNC by command "get RncRealimeIndicators=1"

Regards