You are on page 1of 1

PQ3 usefull command

Dump CE memory

Command : sysDumpSI "CE_INDEX"


with CE_INDEX= 0..3 for OC and 4 for OCP

Example :
ubm_set_all_trace (0,2);#reset All traces in order to not se the messages exchangeg
ubm_TLSet (0,"47;3;0;0");#set this trace ON
sysDumpSI 4 #Request dump for OCP
sysDumpShow 4 #print the dump

#Reactive the traces


ubm_TLSet (0,"47;3;0;0");ubm_TLSet (0,"194;4;0;0");ubm_TLSet
(0,"209;4;0;0");ubm_TLSet (0,"210;4;0;0");ubm_TLSet (0,"211;4;0;0");
ubm_TLSet (0,"48;4;0;0");ubm_TLSet (0,"49;4;0;0");ubm_TLSet
(0,"50;4;0;0");ubm_TLSet (0,"52;4;0;0");ubm_TLSet
(0,"53;4;0;0");ubm_TLSet(0,"146;4;0;0");
ubm_TLSet(0,"148;4;0;0");ubm_TLSet (0,"244;4;0;0");ubm_TLSet (0,"245;4;0;0");

Change timer value (timeout)

By default the timeout is detected after 400ms and a heartbeat request is sent each
4x400ms=1.6s
To have a timeout of 1s and keep teh same frequency for heartbeat request, use the
following values

CE_MONITOR_TIMER_SEC=1
CE_MONITOR_TIMER_NSEC=600000000
CE_HEARTBEAT_DIVIDER=1

Check the slod ID of the board

In order to check the slot ID of the board, use the following command
sysIdUnit

Others

ucuHsTracesOn : Enable the OC+OCP CTRL Traces without CPIF traces


ucuHsTracesOn 1 : Enable the OC+OCP CTRL Traces with CPIF traces
whatStringShow : print the version of teh PQ3 load
buildLabelShow : print the lables used for each PQ3 component
macHsDumpMacHsParams : Dump Mac HS parameters (HSD cells params)
dumpMacEOamParams( ocp cell index ) to dump MacE scheduler parameters
cemgr_resetCe(word8 ce_id) -Reset command - ce_id is the channel element
identifier, 0..3 for OC; 4 for OCP.
bootChange : access to the boot info
ceHelp : Help menu on teh CE traces
ucuHelp : This prints out a list of User Defined Commands
cellDump : Dump Cell info
showhsdpa : Print all parameters of all active cells
hsSchedCell <cellindex> : Print all parameters of selected cell
hsSchedHelp : help for HSDPA Scheduler UDC (user defined command)

You might also like