Recorded Announcement Download 0x0053

SwitchKit Name

RecAnnDownload

Type

EXS API and SwitchKit API message

Description

Recorded Announcement Download 0x0053

This message is used to download an announcement to VRAS SIMM and is no longer than 230 bytes.The RAN download is made up of one RAN Download Initiate message (0x0052) followed by many RAN Download messages (0x0053).

Sent by

Host

Example Message (Socket Log Output for SwitchKit)

RAN Download Initiate (downloading RAN ID 0 to Slot 0 Simm 2):

00 17 00 52 00 00 ff 00 01 12 02 00 02 00 00 00 00 02 eb 00 01 1d d8 00 01

 

RAN Download (announcement data in bold):

00 f3 00 53 00 00 ff 00 01 12 02 00 02 00 00 ff 89 85

98 1b 0b 14 63 a2 ab e7 c5 9f 9b d3 12 09 17 9b 84 88

be 0b 05 17 a1 8e 97 ce 2d 43 c6 3b 1a 15 3c 90 87 92

1e 05 07 2f 8d 87 96 29 13 1b 4a bf 43 32 b9 95 8f af

10 05 0f a3 85 86 a8 10 09 17 b2 99 a1 cf e4 ab a7 3a

11 0d 27 91 84 8d 2b 06 06 22 94 8b 98 3f 1f 2c 6b 3e

1f 1e be 8f 8a 9f 13 03 0b b8 88 86 9e 19 0d 1a d2 ab

c3 4d b3 99 98 4e 0e 08 1a 95 83 89 52 0a 07 1d 9e 91

9d 7c 3c c5 b9 2e 13 13 5e 8d 86 96 18 04 09 4a 8c 89

9c 26 17 24 66 62 2c 2c ac 8f 8e bd 0d 04 11 9c 84 88

b7 0f 0b 1c ae 9e ad f3 ba 9f a3 2c 0d 0c 2f 8d 83 8f

20 06 08 2d 93 8d 9e 3a 28 44 da 2d 19 1c ae 8c 89 a6

0e 03 0d a9 88 89 a8 19 10 21 c9 ba 47 43 a8 93 97 35

0b 07 1e 90 83 8c 33 0a 0a 25 9e

 

SwitchKit Code

C Structure

typedef struct {

UBYTE Slot;

UBYTE SIMM;

unsigned short ID;

UBYTE Data[221];

} XL_RecAnnDownload;

C++ Class

class XLC_RecAnnDownload : public XLC_OutboundMessage {

public:

UBYTE getSlot() const;

void setSlot(UBYTE x);

UBYTE getSIMM() const;

void setSIMM(UBYTE x);

unsigned short getID() const;

void setID(unsigned short x);

const UBYTE *getData() const;

UBYTE *getData();

void setData(UBYTE *x);

};

EXS API Hex Format

MESSAGE (White)

RESPONSE (Gray)

Byte

Field Description

Byte

Field Description

0

Frame (0xFE)

0

Frame (0xFE)

1, 2

Length (0x00NN)

1, 2

Length (0x0007)

3, 4

Message Type (0x0053)

3, 4

Message Type (0x0053)

5

Reserved (0x00)

5

Reserved (0x00)

6

Sequence Number

6

Same Sequence Number

7

Logical Node ID

7

Logical Node ID

8

:

AIB

Address Method

0x00 - Individual AEs

8, 9

Response Status (MSB, LSB)

 

0x0009 DSP Chip Dead
When the DSP chip is taken out of service
by the system, this response is returned
in the NACK.

0x000B File System Conversion in Progress
Trying to perform a VRAS function while
the flash memory on the SIMM is in the
process of file system conversion.

 

0x000C Defragmentation in Progress
Trying to perform a VRAS function while
the flash memory on the SIMM is in the
process of defragmentation.

10

Checksum

Number of AEs to follow

AE

0x12 DSP SIMM

:

Announcement ID (MSB, LSB)

The number the host assigned to identify the announcement.

:

Data

:

Checksum