5.34 set-mem

Use this command to set values in memory in the communication and application processors. If a card is reloaded, these memory changes are lost.

Parameters

addr (optional)
The address, in the form of segment–offset.
Range:
segment-offset

segment—h’00–h’ffff

offset—h’00–h’ffff

byte (optional)
The byte value to write to the specified memory location(s).
Range:
0–h’00–h’ff
card (optional)
The card location, in the form of GPLID–Subsystem ID.
Range:
GPLID–Subsystem ID

GPLIDatmhc, deirhc, erthc, glshc, hipr2, ipghc, iplhc, ipsg, ipshc, mcphc, oamhc, pktgen, sccphc, siphc, ss7hc, utility

Subsystem IDa, b, act, stb, all

The OAMHC GPL can be specified with any of the subsystem IDs.

For all other GPLs, only the all subsystem ID is valid.

dword (optional)
A double word value to write to the specified memory location(s).
Range:
0–h’00–h’ffffffff
fill (optional)
The number of times that the value is to be written to successive addresses.
Range:
0 - 65535
Default:
1
imt (optional)
The IMT address.
Range:
0 - 254
loc (optional)
Location. The card location as stenciled on the shelf of the system.
Range:
1101 - 1108, 1111 - 1112, 1201 - 1208, 1211 - 1218, 1301 - 1308, 1311 - 1318, 2101 - 2108, 2111 - 2118, 2201 - 2208, 2211 - 2218, 2301 - 2308, 2311 - 2318, 3101 - 3108, 3111 - 3118, 3201 - 3208, 3211 - 3218, 3301 - 3308, 3311 - 3318, 4101 - 4108, 4111 - 4118, 4201 - 4208, 4211 - 4218, 4301 - 4308, 4311 - 4318, 5101 - 5108, 5111 - 5118, 5201 - 5208, 5211 - 5218, 5301 - 5308, 5311 - 5318, 6101 - 6108, 6111 - 6118, 1109, 1110, 1209, 1210, 1309, 1310, 2109, 2110, 2209, 2210, 2309, 2310, 3109, 3110, 3209, 3210, 3309, 3310, 4109, 4110, 4209, 4210, 4309, 4310, 5109, 5110, 5209, 5210, 5309, 5310, 6109, 6110, 1113, 1115
mask (optional)
The mask that selects the bits that are to be included in the operation (op).
Range:
0-0xFFFFFFFF
Default:
0xFFFFFFFF
op (optional)
Operation. The operation performed in order to arrive at the final value in the memory location.
Range:
replace
and
or
x
Default:
replace
paddr (optional)
The physical offset of the memory address.
Range:
h’00–h’ffffffff
proc (optional)
The processor type.
Range:
appl
Application processor
com
Communication processor
Default:
appl
word (optional)
A word value to write to the specified memory location(s).
Range:
h’00–h’ffff

Example

set-mem:loc=1109:paddr=h’201000:byte=0:fill=1024

set-mem:card=hipr2-all:paddr=h’202000:word=h’2a:op=and:mask=h’fff

Dependencies

The loc, imt, or card parameter must be specified.

Only one of the loc, imt, and card parameters can be specified in the command.

The card location specified by the loc parameter must be in the database.

All of the subsystem values can be specified with the OAMHC GPLID. The other GPLID values can be specified only with the all subsystem value.

Values of 1114, 1116, 1117, and 1118 cannot be specified for the loc parameter.

The byte, word, or dword parameter must be specified.

Only one of the byte, word, and dword parameters can be specified in the command.

The paddr parameter cannot be specified for an SS7 LIM card.

Memory Type of FWORD is NOT supported at this time.

The addr and paddr parameters cannot be specified together in the command.

The value specified for the fill parameter cannot exceed 65535.

Notes

The imt parameter allows this command to be entered for a card that has not been configured in the system.

Output

set-mem:loc=6205:paddr=h'0345fe:byte=2

    rlghncxa03w 12-05-22 21:14:03 EST Rel 45.0.0
    SDS Response Code 22 from IMT Address H'00fd - command complete. 
;

Related Topics