Installation Manual

58CiscouBR7200 Series Universal Broadband Router Wireless Modem Card and Subsystem Installation and Configuration
Configuring a Wireless Modem Card
ALPHA DRAFT - CISCO CONFIDENTIAL
Example
The following example shows the command to display the histogram data for the histogram
configured on the modem card in slot 3, port 0 of the uBR for DSP 3.
WMCS01(boot)(config-if)# show interfaces radio 3/0 histdata inr dsp 3
Histogram 4/1/8 [*=100 ] min=-2 avg=0
157 0=<0 **
137 0=<1 **
115 1=<2 **
44 2=<MAX *
timeline
A timeline is a sequence of data values collected for the specified attribute. The amount of data
collected is controlled by the tlSize parameter. The maximum size is determined by the amount of
memory the hardware has.
Use this command to configure a timeline collection specification with the software. The collection
starts as soon as the command succeeds, and continues until the trigger occurs or the timelineStop
command is executed. Privileged configuration access is required.
For every timeline defined, antenna_num and tone are conditional. The attributes in, receivedPower,
GainSettingsIF, gainSettingsRF, and totalGain are applicable for antenna_num. The attributes in,
inr, and constVarience are applicable for tone.
Use the no version of this command to delete a timeline specification.
Use the timelineStop form of the command to stop a currently executing timeline specification.
Use the timelineStart form of the command to start a stopped timeline specification.
Unless an error occurs, no notifications are displayed on the console.
radio timeline <statParam> [dsp <dspId>] <antenna_num> <tlSize> [decimationFactor <df]]
[presummationShift <pss>] [print <{on | off}] [tone <circular | average |
number <tone-number>] [trigger <threshParams> <threshType> (antenna_num)
<postTrigBufMgt>]
no radio timeline <statParam> <antenna_num> [dsp <dspnum>]
radio interface radio <slot>/<port> timelineStart <statParam> (antenna_num)
[dsp <dspnum>]
radio interface radio <slot>/<port> timelineStop <statParam> (antenna_num)
[dsp <dspnum>]
NoteUp to 1024 32-bit words are available for all timeline and histogram parameters on a single
DSP. Each histogram requires (NumBins + 4) *2 words; each timeline requires (tlSize + 1) * 2
words. The attributes in in, inr, and constVarience can be captured on any DSP, while the others can
be captured only on certain DSPs. Distributing histogram requests across DSPs provided better
memory utilization.