Table of Contents NMS Glossary Previous Page Version



Chapter 3

CG Board and Driver Errors


3.1 CG Board and Driver Error Types
Error Categories
3.2 Generic Manager Errors
3.3 Filter Manager Errors
3.4 Host Interface Errors
3.5 PCI Interface Errors
3.6 Executive Errors
3.7 DSP Factory Errors
3.8 Buffer Pool Errors
3.9 Legacy Manager Errors
3.10 Pin Errors
3.11 Filter Engine (DSP) Errors
3.12 Image Manager Errors
3.13 Switching Manager Errors
3.14 Framer Manager Errors
3.15 Framer Driver Errors
3.16 Clock Manager Errors
3.17 Resource Manager Errors
3.18 Generic Errors
3.19 HDLC Manager Errors
3.20 EEProm Access Errors
3.21 IP Related Errors
3.22 IP Factory Errors
3.23 DSP Errors
3.24 PSTN Errors
3.25 Real Time Operating System (RTOS) Errors
3.26 Additional Warnings and Notifications

3.1 CG Board and Driver Error TypesTop of Page

CG boards record boot time and runtime errors in the logfile.xxx file. CG boards return the following types of errors, depending on the problem encountered:

Error CategoriesTop of Page

The following table lists the categories of returned errors:
Category

Description

1

Application/programming error.

2

Serious board problem. Try another board.

3

Serious internal error.

4

Software configuration error.

5

Hardware configuration error. Check cables and connectors.

For information about CG board error format, refer to Section 1.4.

3.2 Generic Manager Errors
Error Name

Hex

Description

Category

MGR_ERROR_DESTINATION_NOT_FOUND

0x0102

Message sent to unknown destination.

1

MGR_ERROR_OUT_OF_MEMORY

0x0103

No more memory.

3

MGR_UNKNOWN_MESSAGE

0x0104

Unrecognized message.

1

Top of Page

3.3 Filter Manager Errors
Error Name

Hex

Description

Category

FM_ERROR_INVALID_HANDLE

0x0202

Invalid handle to filter manager.

1

FM_ERROR_OUT_OF_MEMORY

0x0203

No more memory in filter manager.

3

FM_ERROR_INVALID_PARAMETER

0x0204

Invalid parameter in API call.

1

FM_ERROR_PIN_CONNECT_FAILED

0x0205

Could not connect pins.

1

FM_ERROR_UNKNOWN_FILTER_TYPE

0x0206

Filter type (DSP function) unrecognized.

4

FM_ERROR_LIMITED_OR_NO_RESOURCES_FOUND

0x0207

Not enough resources.

4

FM_ERROR_RM_NUM_ENTIRES_TOO_LARGE

0x0208

Not enough resources.

4

FM_ERROR_DEFRES_OUT_OF_MEMORY

0x0209

No more memory.

3

Top of Page

3.4 Host Interface Errors
Error Name

Hex

Description

Category

HOST_IF_ERROR_INVALID_PARAM

0x0402

Invalid parameter in API call.

1

HOST_IF_ERROR_OUT_OF_MEMORY

0x0403

No more memory.

3

HOST_IF_ERROR_UNKNOWN_ADDRESS

0x0404

Message from host to unknown destination.

1

HOST_IF_ERROR_MESSAGE_OVERFLOW

0x0405

Overflow in board host buffer.

3

Top of Page

3.5 PCI Interface Errors
Error Name

Hex

Description

Category

PCI_RECV_UNKNOWN_REPLY

0x0451

Corrupted host/board communications.

3

PCI_RECV_UNKNOWN_REQ

0x0452

Corrupted host/board communications.

3

PCI_RECV_STOP_REPLY_NON_ZERO_STATUS

0x0453

Corrupted host/board communications.

3

PCI_OUT_OF_TO_HOST_MSG_FRAME

0x0454

Overflow in board/host buffer.

3

PCI_INBD_QUEUE_FULL

0x0456

Overflow in host/board buffer.

3

PCI_INVALID_DATA_RECV

0x0457

Corrupted host/board communications

3

PCI_ERROR_OUT_OF_MEMORY

0x0458

No more memory.

3

PCI_ERROR_INVALID_TO_HOST_MSG_FRAME

0x0459

Corrupted host/board communications.

3

PCI_ERROR_INVALID_TO_HOST_MSG_DATA

0x045A

Corrupted host/board communications.

3

PCI_ERROR_INVALID_FROM_HOST_MSG_FRAME

0x045B

Corrupted host/board communications.

3

PCI_ERROR_INVALID_FROM_HOST_MSG_DATA

0x045C

Corrupted host/board communications.

3

Top of Page

3.6 Executive Errors
Error Name

Hex

Description

Category

EXEC_ERROR_OUT_OF_MEMORY

0x0502

No more memory.

3

EXEC_ERROR_INVALID_PARAM

0x0503

Invalid parameter in API call.

1

EXEC_INCOMPATIBLE_CORE_VERSION

0x0555

Flash needs to be updated with burnall.

4

Top of Page

3.7 DSP Factory Errors
Error Name

Hex

Description

Category

DSP_FACTORY_ERROR_INVALID_PARAM

0x0602

Invalid parameter in API call.

3

DSP_FACTORY_ERROR_OUT_OF_MEMORY

0x0603

No more memory.

3

DSP_FACTORY_UNRECOGNIZED_OBJECT

0x0604

Unrecognized object.

3

DSP_FACTORY_ERROR_OUT_OF_RESOURCES

0x0605

No more resources to allocate.

4

Top of Page

3.8 Buffer Pool Errors
Error Name

Hex

Description

Category

POOLERR_FREE_BUFFER_ADDR

0x0701

Bad buffer free.

3

POOLERR_BUFFER_DOUBLE_FREE

0x0702

Double buffer free.

3

POOLERR_BUFFER_OVERRUN

0x0703

Buffer was overrun.

3

POOLERR_BUFFER_ADDR_NOT_MOD

0x0704

Bad buffer free.

3

POOLERR_ALLOC_SIZE_TOO_LARGE

0x0705

Too large an allocation.

3

POOLERR_BUFFER_POOL_EMPTY

0x0706

No more buffers.

3

POOLERR_COULD_NOT_CREATE

0x0707

No more memory.

3

Top of Page

3.9 Legacy Manager Errors
Error Name

Hex

Description

Category

LEGACY_MANAGER_ERROR_INVALID_PARAM

0x0802

Invalid legacy manager API call.

1

LEGACY_MANAGER_ERROR_OUT_OF_MEMORY

0x0803

No more memory.

3

Top of Page

3.10 Pin Errors
Error Name

Hex

Description

Category

PIN_ERROR_INVALID_PARAM

0x0902

Invalid pin parameter.

1

PIN_ERROR_OUT_OF_MEMORY

0x0903

No more memory.

3

PIN_ERROR_FAN_OUT

0x0904

Too many input pins connected to one output pin.

1

PIN_ERROR_FAN_IN

0x0905

Too many output pins connected to one input pin.

1

PIN_ERROR_DROPPING_DATA

0x0906

Unconnected pin. Data dropped.

1

PIN_ERROR_CS_IS_UNKNOWN

0x0907

Internal pin error.

3

PIN_ERROR_INVALID_PIN

0x0908

Pin does not exist.

1

Top of Page

3.11 Filter Engine (DSP) Errors
Error Name

Hex

Description

Category

FILTER_ENGINE_ERROR_OUT_OF_MEMORY

0x0A02

No more memory.

3

FILTER_ENGINE_BAD_PARAMETER

0x0A03

Invalid parameter to filter engine.

3

FILTER_ENGINE_NOT_STARTED

0x0A04

Filter engine has not been started.

3

FILTER_ENGINE_TOO_MANY_FILTERS

0x0A05

Too many filters created on one DSP.

1

FILTER_ENGINE_CONFIG_FAILED

0x0A06

Could not configure filter engine.

3

FILTER_ENGINE_DSP_IN_USE

0x0A07

DSP was already booted.

3

FILTER_ENGINE_BAD_IMAGE

0x0A08

Bad DSP image downloaded to board.

4

FILTER_ENGINE_FUNCTION_NOT_FOUND

0x0A09

DSP function not available.

4

FILTER_ENGINE_NO_RESOURCES_AVAIL

0x0A0A

Not enough resources.

4

FILTER_ENGINE_BAD_FILTERTYPE

0x0A0B

Attempted to create an unrecognized filter type.

1

FILTER_ENGINE_ERR_NULL_PFILTER

0x0A0C

Unrecognized filter type.

3

FILTER_ENGINE_ERR_ENG_NOT_RUNNING

0x0A0D

DSP engine is not running; cannot create filters.

3

FILTER_ENGINE_ERR_FUNC_NOT_ON_ENG

0x0A0E

Function is not loaded on engine.

4

FILTER_ENGINE_ERROR_BOOT_FAILED

0x0A0F

Failed to boot a DSP.

2

FILTER_ENG_ERR_USAGE_EXCEEDS_
RESDEF

0x0A10

More DSP resources used than are defined in the resource.

4

FILTER_ENG_ERR_USAGE_EXCEEDS_
ENG_RESOURCES

0x0A11

More DSP resources used than are available on the DSP.

4

Top of Page

3.12 Image Manager Errors
Error Name

Hex

Description

Category

IMAGE_MGR_ERROR_INVALID_PARAM

0x0B01

Invalid parameter to Image Manager.

3

IMAGE_MGR_ERROR_OVERFLOW

0x0B02

Too many DSP images downloaded to board.

4

Top of Page

3.13 Switching Manager Errors
Error Name

Hex

Description

Category

SWITCH_MGR_ERROR_INVALID_PARAM

0x0C01

Invalid switching command.

1

SWITCH_MGR_ERROR_OUT_OF_MEMORY

0x0C02

No more memory.

3

SWITCH_MGR_INVALID_DSP_BUFF_SIZE

0x0C03

Invalid switching command.

1

SWITCH_MGR_INIT_HMIC_UNKNOWN

0x0C04

Cannot identify the switch chip on the board.

2

SWITCH_MGR_INIT_CLOCK_UNKNOWN

0x0C05

Invalid clock configuration parameters.

4

SWITCH_MGR_INIT_SEC8K_UNKNOWN

0x0C06

Invalid NETREF configuration parameters.

4

SWITCH_MGR_INIT_LINE_TYPE_UNKNOWN

0x0C07

Invalid line type configured.

4

SWITCH_MGR_INIT_PARMS_ERROR

0x0C08

Invalid parameters in command.

1

Top of Page

3.14 Framer Manager Errors
Error Name

Hex

Description

Category

FRAMER_MGR_ERROR_INVALID_PARAM

0x0D01

Invalid framer command.

3

FRAMER_MGR_ERROR_OUT_OF_MEMORY

0x0D02

No more memory.

3

FRMR_MGR_ERR_INVALID_PARAMETER

0x0D03

Parameters passed to function do not match requirements.

3

FRMR_MGR_ERR_ILLEGAL_FRAMER_INDEX

0x0D04

Framer INDEX outside range of valid framers.

3

FRMR_MGR_ERR_PREV_FRAMER_DEFINED

0x0D05

A framer instance already exists at this index.

3

FRMR_MGR_ERR_UNRECOG_FRAMER_TYPE

0x0D06

Tried to create an invalid framer type. Framer type must be T1 or E1.

3

FRMR_MGR_ERR_NO_CONFIG_BUF

0x0D07

No configuration buffer to send to init code.

3

FRMR_MGR_ERR_NONE_ALLOCATE

0x0D08

Call to a command with a framer instance that does not exist.

3

FRMR_MGR_ERR_UNABLE_TO_START_1SEC_THREAD

0x0D09

Unable to start thread for 1 second process.

3

FRMR_MGR_ERR_UNABLE_TO_START_IRQ_THREAD

0x0D0A

Unable to start thread for 1 second process.

3

FRMR_MGR_ERR_UNABLE_TO_CREATE_1SEC_LIST

0x0D0B

Unable to create new function list for 1 sec process.

3

FRMR_MGR_ERR_UNABLE_TO_CREATE_IRQ_LIST

0x0D0C

Unable to create new function list for IRQ process.

3

FRMR_MGR_ERR_UNABLE_TO_CREATE_EVENT_HDL

0x0D0D

Unable to create event handle for IRQ DPC code.

3

FRMR_MGR_ERR_UNABLE_TO_CREATE_DPC_LIST

0x0D0E

Unable to create list to handle DPCs.

3

FRMR_MGR_ERR_NO_BUF

0x0D0F

Command expected a buffer that was not present.

3

FRMR_MGR_ERR_UNABLE_TO_ENABLE_IRQ

0x0D10

Could not hook into IRQ chain.

3

Top of Page

3.15 Framer Driver Errors
Error Name

Hex

Description

Category

FRMR_ERR_NO_HW_ADDRESS

0x0D41

Could not find framer hardware.

2

FRMR_ERR_SIGX_NO_READY

0x0D42

Failed to write SIGx. The board may have timed out.

2

FRMR_ERR_PCC_NO_READY

0x0D43

Failed to write per-channel control. The board may have timed out.

2

FRMR_ERR_UNRECOG_LINE_MODE

0x0D44

Invalid entry specified with NetworkInterface.T1E1[x].Type keyword (PRI, RAW or CAS).

4

FRMR_ERR_UNRECOG_LINE_TYPE

0x0D45

Invalid entry specified with NetworkInterface.T1E1[x].FrameType keyword (CEPT, D4, or ESF).

4

FRMR_ERR_UNRECOG_LINE_CODE

0x0D46

Invalid entry specified with NetworkInterface.T1E1[x].LineCode keyword (B8ZS, HDB3, or AMI).

4

FRMR_ERR_NO_WRITE_EQ

0x0D47

Unable to read back equalizer data after writing.

2

FRMR_ERR_NO_WRITE_PULSESHAPE

0x0D48

Unable to read back pulse shape after writing.

2

FRMR_ERR_NO_IND_PULSESHAPE

0x0D49

Error reading and writing indirect registers at boot.

2

FRMR_ERR_DATA_LINES_TST_FAIL

0x0D4A

Error reading and writing walking ones at boot.

2

FRMR_ERR_ADD_LINES_TST_FAIL

0x0D4B

Error reading and writing walking ones at boot.

2

FRMR_ERR_NO_IND_EQUALIZER

0x0D4C

Error reading and writing indirect registers at boot.

2

FRMR_ERR_NO_IND_SIGX

0x0D4D

Error reading and writing indirect registers at boot.

2

FRMR_ERR_NO_IND_TPSC

0x0D4E

Error reading and writing indirect registers at boot.

2

FRMR_ERR_NO_IND_RPSC

0x0D4F

Error reading and writing indirect registers at boot.

2

FRMR_ERR_UNABLE_TO_CREATE TIMER

0x0D50

Idle thread. Unable to create timer instance.

3

FRMR_ERR_NO_MORE_MON_AVAILABLE

0x0D51

No address available to add to PMON list.

3

FRMR_ERR_PMON_ADDR_NOT_FOUND

0x0D52

Address to be removed from PMON not found.

3

FRMR_ERR_OUT_OF_MEMORY

0x0D53

Failed to create message buffer for PMON.

3

FRMR_ERR_OOMEMORY_SEND_PARMS

0x0D54

Parameter file return data to host is failing.

3

FRMR_ERR_OOMEMORY_SEND_BUFF

0x0D55

Parameter file return data to host (buffer) is failing.

3

FRMR_ERR_WRONG_BUFFER_SIZE

0x0D56

Data file expected by the command was the wrong size.

3

FRMR_UNABLE_TO_ALLOCATE_MEMORY

0x0D57

Failed to allocate memory block.

3

FRMR_ERR_DISABLING_IRQS

0x0D58

Too many IRQs pending.

Resolution: Disable all IRQs.

5

FRMR_ERR_NO_MONITORS_AVAILABLE

0x0D59

No available trunk monitor channels.

3

FRMR_ERR_NO_VIRTUAL_FUNCTION

0x0D5A

No virtual function overriding base class function.

3

FRMR_ERR_IRQ_BUFFER_FULL

0x0D5B

The ring buffer for IRQ data was full when trying to put more data in.

3

FRMR_ERR_CANNOT_CREATE_IRQ_BUF

0x0D5C

Failed to create ring buffer.

3

FRMR_ERR_NOT_INITIALIZED

0x0D5D

Default error results are set to this.

3

FRMR_ERR_NO_BUFFER_LEFT

0x0D5E

No buffers available to send up driver variables.

3

FRMR_ERR_UNRECOG_RET_MSG_TYPE

0x0D5F

Sending status found an unrecognized message type to send.

3

Top of Page

3.16 Clock Manager Errors
Error Name

Hex

Description

Category

CLK_MGR_ERR_INVALID_PARAMETER

0x0D80

Parameters passed to function do not match requirements.

3

CLK_MGR_ERR_ILLEGAL_CLK_INDEX

0x0D81

Framer INDEX outside range of valid framers.

3

CLK_MGR_ERR_PREV_CLK_DEFINED

0x0D82

A framer instance already exists at this index.

3

CLK_MGR_ERR_UNRECOG_CLK_TYPE

0x0D83

Tried to create an invalid framer type. Framer type must be T1 or E1.

3

CLK_MGR_ERR_NO_CONFIG_BUF

0x0D84

No configuration buffer to send to init code.

3

CLK_MGR_ERR_NOT_INITIALIZED

0x0D85

Default error results are set to this.

3

CLK_MGR_ERR_NO_BUF

0x0D86

Command expected a buffer and none present.

3

CLK_MGR_ERR_UNABLE_TO_ENABLE_IRQ

0x0D87

Could not hook into IRQ chain.

3

CLK_MGR_ERR_UNABLE_TO_START_1SEC_THREAD

0x0D88

Unable to start thread for 1 second process.

3

CLK_MGR_ERR_UNABLE_TO_START_IRQ_THREAD

0x0D89

Unable to start thread for 1 second process.

3

CLK_MGR_ERR_UNABLE_TO_CREATE_1SEC_LIST

0x0D8A

Unable to create new function list for 1 second process.

3

CLK_MGR_ERR_UNABLE_TO_CREATE_IRQ_LIST

0x0D8B

Unable to create new function list for IRQ process.

3

CLK_MGR_ERR_UNABLE_TO_CREATE_EVENT_HDL

0x0D8C

Unable to create event handle for IRQ DPC code.

3

CLK_MGR_ERR_UNABLE_TO_CREATE_DPC_LIST

0x0D8D

Unable to create list to handle DPCs.

3

CLK_MGR_ERR_UNABLE_TO_CREATE_BDCLKCFG

0x0D8E

Unable to create or get handle for BD_CLK_CFG.

3

CLK_MGR_ERR_UNABLE_TO_CREATE_CLOCKSM

0x0D8F

Unable to create or get handle for CLOCKSM.

3

CLK_MGR_ERR_UNABLE_TO_CREATE_CRIT_SECT

0x0D90

Unable to create critical section for CLOCKSM.

3

CLK_MGR_ERR_UNABLE_TO_GET_CRIT_SECT

0x0D91

Timed out getting CLOCKSM critical section.

3

BDCFG_ERR_NO_HMIC_FOUND

0x0DC0

No HMIC found.

2

BDCFG_ERR_UNRECOG_PARAMETER

0x0DC1

Invalid clocking parameter.

3

BDCFG_ERR_BAD_CTBUS_CLOCK_SRC

0x0DC2

Clock source to be used was in alarm.

5

BDCFG_ERR_ONLY_SUPPORT_8KHZ

0x0DC3

NETREF signals on this board support only 8 kHz operation.

4

BDCFG_ERR_NO_NETWORK_INSTANCE

0x0DC4

Clock source to be used does not exist or is not configured.

5

BDCFG_ERR_CLOCK_SOURCE_IN_ALARM

0x0DC5

Clock source to be used was in alarm.

5

BDCFG_ERR_NO_MVIP_CLK_SUPPORT

0x0DC6

No MVIP bus support.

4

BDCFG_ERR_SM_CLOCK_CFG_FAILS

0x0DC7

Failed when clock fallback state machine issued command.

3

BDCFG_ERR_NO_NETREF_ON_WDOG

0x0DC8

Failed to detect NETREF signal on I/O after configured to drive the signal.

5

BDCFG_ERR_CANNOT_GET_CLK_REG_HNDL

0x0DC9

Failed to get handle to write HMIC registers.

3

CLKSM_ERR_STANDALONE_NO_SRC

0x0DCA

Both clock sources failed while running standalone mode.

5

CLKSM_ERR_PRIMARY_NO_SRC

0x0DCB

Both clock sources failed while running primary mode.

5

CLKSM_ERR_SECONDARY_NO_SRC

0x0DCC

Both clock sources failed while running secondary mode.

5

CLKSM_ERR_SLAVE_NO_SRC

0x0DCD

Both clock sources failed while running slave mode.

5

Top of Page

3.17 Resource Manager Errors
Error Name

Hex

Description

Category

RM_ERROR_PARSING_RES_DEFINITION

0x0E01

Invalid resource definition.

4

RM_ERROR_COMBINING_RES_DEFINITIONS

0x0E02

Could not build resource definition.

3

RM_ERROR_EMPTY_RESOURCE_STRING

0x0E03

An empty string was passed in for parsing.

4

RM_ERROR_INVALID_RES_DEFINITION

0x0E04

A lookup was done on a ResDef handle and NULL was returned.

3

RM_ERROR_DEF_SIZE_TOO_LARGE

0x0E05

Allocated only 800 characters for host resource definition.

4

RM_ERROR_PARSING_PARENTHESES

0x0E06

Mismatch of parentheses.

4

RM_ERROR_MISSING_OPERATION_IN_DEF

0x0E07

An operation was missing in the resource definition.

4

RM_ERROR_INVALID_PARAM

0x0E10

Invalid parameter in resource API call.

1

RM_ERROR_TOO_MANY_ABSTRACT_IDS

0x0E12

Too many board keyword entries specified in one or more Resource[x].TCPs.

4

RM_ERROR_LABEL_DEF_MISSING

0x0E11

No resource label.

4

RM_ERROR_ABSTRACT_ID_NOT_LOADED

0x0E13

Could not find abstract ID used in resource definition.

3

RM_ERROR_INVALID_TIMESLOT_RANGE

0x0E14

Specified timeslot range too large.

1

RM_ERROR_ARRAY_FULL

0x0E20

Resource manager internal overflow.

3

RM_ERROR_NUM_ENTRIES_TOO_LARGE

0x0E21

Resource manager internal overflow.

3

RM_ERROR_OUT_OF_MEMORY

0x0E22

No more memory.

3

RM_ERROR_TOO_MANY_PRESTART_DPFS

0x0E23

Insufficient prestarts allocation.

Resolution: Increase prestarts allocation.

3

RM_ERROR_RES_OBJ_STILL_IN_USE

0x0E30

Internal resource manager error.

3

RM_ERROR_CREATING_RESOURCE_OBJECT

0x0E31

Internal resource manager error.

3

RM_ERROR_RESOURCE_NOT_IN_USE

0x0E32

A deallocate is received when object not in use.

3

RM_ERROR_NO_RESOBJECT_AVAILABLE

0x0E33

There were no free resource objects to allocate.

1

RM_WARNING_NO_RES_OBJ_ALLOCATED

0x0E34

A NULL is returned to a query.

3

RM_ERROR_PRESTART_MERGE_FAILURE

0x0E35

Error occurred when merging prestarts.

3

RM_ERROR_CREATE_FILTER_NOT_SUCCESS

0x0E36

There is a problem with the prestarts.

3

RM_ERROR_POOL_SIZE_SMALLER_THAN_

RQSTED_PORTS

0x0E40

Internal resource manager error.

3

RM_ERROR_FILTERSUBTYPE_NOT_IN_IMAGE

0x0E41

The FilterSubtype was not built into the image.

4

RM_ERROR_FILTERSUBTYPE_NOT_ON_ENG

0x0E42

Unable to find subtype on engine.

4

RM_ERROR_LIST_ERROR

0x0E50

Item missing from the list.

3

RM_FACTORY_ERROR_NO_RESOURCES

0x0E60

Internal resource manager error.

3

RM_FACTORY_ERROR_NO_FSUBTYPE_

IN_RESOBJ

0x0E61

Filter subtype to return engine not found.

4

RM_FILTERMGR_PROBLEM_FREEING_MEM

0x0E70

Filter manager had problem freeing memory.

3

RM_FILTERMGR_OUT_OF_RESOURCES

0x0E71

Filter manager has no more resources to allocate.

3

RM_ERROR_NOT_ENABLED_IN_CONFIG_FILE

0x0E80

Response to a query call when NULL is returned.

4

Top of Page

3.18 Generic Errors
Error Name

Hex

Description

Category

FUNCTION_NOT_SUPPORTED

0x0F01

The specified object does not support this function.

1

INVALID_PARAMETERS

0x0F03

The object received invalid parameters on an API call.

1

Top of Page

3.19 HDLC Manager Errors
Error Name

Hex

Description

Category

HDLC_ERROR_INVALID_PARAMETER

0x1000

Parameter error in HDLC API call.

3

HDLC_ERROR_OUT_OF_MEMORY

0x1001

No more memory.

3

HDLC_ERROR_UNKNOWN_COMMAND

0x1002

Unrecognized HDLC command.

3

HDLC_ERROR_DEVICE_CREATION_FAILED

0x1003

Could not create HDLC object.

3

HDLC_ERROR_DEVICE_DESTRUCTION_FAILED

0x1004

Could not destroy HDLC object.

3

HDLC_ERROR_INVALID_HANDLE

0x1005

Invalid handle in HDLC API call.

3

Top of Page

3.20 EEProm Access Errors
Error Name

Hex

Description

Category

EEPROM_ERROR_NON_ZERO_SERIAL_PARALLAL

0x1100

Could not read EEPROM.

2

EEPROM_ERROR_HARDWARE_ACCESS_TIMEOUT

0x1101

Could not read EEPROM.

2

Top of Page

3.21 IP Related Errors
Error Name

Hex

Description

Category

IPMGR_ERROR_OUT_OF_MEMORY

0x1200

Memory allocate error.

3

IPMGR_ERROR_INVHANDLE

0x1201

Invalid resource handle.

3

IPMGR_ERROR_INVSTATE

0x1202

Invalid state for operation.

3

IPMGR_ERROR_INVKEY

0x1203

Lower interface key invalid.

3

IPMGR_ERROR_LEV1DEFINE

0x1204

Level 1 driver define error.

3

IPMGR_ERROR_TXOVERFLOW

0x1205

Transmit overflow.

3

IPMGR_ERROR_DUPLICATE

0x1206

Duplicate resource type registered.

4

IPMGR_ERROR_NOSUCHTYPE

0x1207

Invalid resource type.

3

IPMGR_ERROR_NOROUTE

0x1208

No route available.

4

IPMGR_ERROR_DUPNAME

0x1209

Duplicate resource or CPT name.

3

IPMGR_ERROR_DUPHASHKEY

0x120A

Duplicate hash key.

3

IPMGR_ERROR_ARPERROR

0x120B

ARP lookup problem.

3

IPMGR_ERROR_INVNAME

0x120C

Invalid resource name.

3

IPMGR_ERROR_INVLENGTH

0x120D

Packet size is less than or equal to 0, or greater than or equal to 1518.

1

IPMGR_ERROR_LINKDOWN

0x120E

Ethernet link is down.

5

IPMGR_ERROR_SENDTOMBX

0x120F

Failed to send to another task's mailbox.

4

IPMGR_ERROR_RXTXD_BUF_LIMIT

0x1210

Failed to add to RXTXD buffer chain.

3

IPMGR_ERROR_INVRXTXD

0x1211

Invalid RXTXD pointer passed.

3

IPMGR_ERROR_RXTXD_ADJUST

0x1212

Error in trying to adjust RXTXD buffer pointer.

3

IPMGR_ERROR_INVMSGTYPE

0x1213

IP manager received unknown message type.

3

IPMGR_IPROUTE_ADDFAIL

0x1214

Unable to add IP route to table.

4

IPMGR_ERROR_IPCHKSUM

0x1215

IP header checksum error.

1

IPMGR_ERROR_TTLEXPIRE

0x1216

IP TTL expired.

1

CONSOLE_ERROR_OUT_OF_MEMORY

0x1300

Memory allocation error.

3

CONSOLE_ERROR_INVMSGTYPE

0x1301

Console received unknown message type.

3

CONSOLE_ERROR_SENDTOMBX

0x1302

Send to mailbox error from RTOS.

3

ARP_ERROR_OUT_OF_MEMORY

0x1400

Memory allocation error.

3

ARP_ERROR_INVMSGTYPE

0x1401

ARP received unknown message type.

3

ARP_ERROR_TIMER_FAILURE

0x1402

Error creating or starting timer.

3

IPFILTER_ERROR_OUT_OF_MEMORY

0x1500

Memory allocation error.

3

IPFILTER_ERROR_INVMSGTYPE

0x1501

IP filter task received unknown message type.

3

IPFILTER_ERROR_SENDTOMBX

0x1502

Send to mailbox error from RTOS.

3

IPFILTER_ERROR_INVSTATE

0x1503

Invalid state for operation.

3

IPFILTER_ERROR_DATAOBJ

0x1504

Problem with cDataObject.

3

IPFILTER_ERROR_INVCONFIG

0x1505

Invalid configuration parameters.

3

IPFILTER_ERROR_DESTROY_LOCK

0x1506

Filter destroy locked out.

3

IPFILTER_ERROR_INVLENGTH

0x1507

Invalid data size of less than or equal to 0.

3

RTCP_ERROR_OUT_OF_MEMORY

0x1580

Memory allocation error.

3

Top of Page

3.22 IP Factory Errors
Error Name

Hex

Description

Category

IP_FACTORY_ERROR_FILTER_NOT_CREATED

0x1700

IP factory could not create filter.

4

Top of Page

3.23 DSP Errors
Error Name

Hex

Description

Category

DSPERR_OUT_OF_MEMORY

0x1903

No more memory.

3

DSPERR_INVALID_HANDLE

0x1907

Invalid filter handle.

1

DSPERR_INVALID_PIN

0x1910

Invalid pin.

1

DSPERR_CANT_FIND_FUNCTION

0x1915

DSP function not available.

4

DSPERR_INVALID_PIN_TYPE

0x1917

Invalid pin type.

1

DSPERR_FILTER_STATE_ERROR

0x1924

Filter in wrong state (for example, commanded while not running).

1

DSPERR_INVALID_FILTER_CMD

0x1926

Invalid command to DSP filter.

1

DSPERR_INVALID_FUNCTION_CALLED

0x1933

Signaling DSP error.

3

DSPERR_INVALID_INPUT_PIN_COUNT

0x1934

Too many input pins on a filter.

1

DSPERR_INVALID_OUTPUT_PIN_COUNT

0x1935

Too many output pins on a filter.

1

DSPERR_INVALID_ALGORITHM_TYPE

0x1936

Invalid DSP image.

4

DSPERR_C54X_STOPPED_TICKING

0x1954

DSP stopped responding.

3

DSPERR_FILTER_ENGINE_NOT_STARTED

0x1960

Tried to start a filter on a DSP that is halted.

3

DSPERR_CMD_TOO_LARGE

0x1961

Command to a DSP is too large.

1

DSPERR_OUT_OF_PINS

0x1965

No more available pins.

3

DSPERR_UNKNOWN_PIN_TYPE

0x1966

Pin type not recognized.

3

DSPERR_IMAGE_PARSE_FAILED

0x1971

Invalid DSP image.

4

DSPERR_C54X_CMD_QUEUE_OVERFLOW

0x1973

Command queue overflow to DSP.

3

DSPERR_C54X_BAD_CMD_QUEUE_PTR

0x1974

Command queue corrupted in DSP.

3

DSPERR_C54X_DATA_QUEUE_OVERFLOW

0x1976

Data queue overflow to DSP.

3

DSPERR_C54X_BAD_DATA_QUEUE_PTR

0x1977

Data queue corrupted in DSP.

3

DSPERR_COMPACTION_QUEUE_FULL

0x1978

Compaction problem.

3

DSPERR_INVALID_START_PACKET

0x1979

Invalid DSP start command. Failed to start DSP function.

3

DSPERR_INTERNAL_ERROR

0x1980

Internal DSP engine error.

3

DSPERR_ENGINE_ALREADY_STARTED

0x1981

DSP engine already started.

3

DSPERR_INVALID_BOOT_IMAGE

0x1982

Invalid DSP image.

4

DSPERR_C54X_BAD_PIN_ID

0x1986

Invalid pin number.

1

DSPERR_HPI_READ_WRITE_FAILED

0x1987

HPI self-test failed. Hardware may be bad.

2

DSPERR_NO_RESOURCES

0x1988

Not enough DSP resources.

4

DSPERR_DSP_TO_HOST_DATA_OVERFLOW

0x1989

DSP coprocessor data overflow.

3

DSPERR_FRAME_SYNC_RECOVERED

0x1990

DSP lost frame synchronization and recovered.

5

DSPERR_PROXY_NOT_RUNNING

0x1991

Proxy filter not running.

1

DSPERR_HPIQ_CMD_SIZE_TOO_BIG

0x1992

The size of the command to send is too big.

1

DSPERR_FRAGMENTER_INVALID_SIZE

0x1993

Fragmenter (play) has buffer size which is non-integral number of frames.

1

Top of Page

3.24 PSTN Errors
Error Name

Hex

Description

Category

PSTN_ERROR_INVALID_PARAMETER

0x2002

Invalid parameters to PSTN endpoint API.

1

Top of Page

3.25 Real Time Operating System (RTOS) Errors
Error Name

Hex Number

Description

Category

RTOS_ERROR_OUT_OF_MEMORY

0xFFFFFFFE

No more available board memory.

3

RTOS_ERROR_DATA_ABORT

0xFFFFFFFD

Fatal board error. Unaligned data access.

3

RTOS_ERROR_INSTRUCTION_ABORT

0xFFFFFFFC

Fatal board error. Unaligned instruction access.

3

RTOS_ERROR_MEMORY_ALREADY_FREE

0xFFFFFFF9

Board memory already freed.

3

Top of Page

3.26 Additional Warnings and Notifications
Warning/Notification

Description

Category

WARNING!: This board's EEPROM indicates only 16MB of memory.

You are using an early production board with incorrect EEPROM settings. Update the EEPROM settings.

4

WARNING! - Primary Src Trunk Ref in alarm: <trunk>

A primary clock source taken from a trunk is currently invalid because the trunk is in alarm.

5

WARNING! - Secondary Src Trunk Ref in alarm: <trunk>

A secondary clock source taken from a trunk is currently invalid because the trunk is in alarm.

5

Runtime version in Flash is out of date: <date> <version>

Please run 'burnall' to update the boards in this chassis.

The flash memory on the board is out of date. Run burnall to update all CG boards in the chassis.

4

Top of Page



Table of Contents NMS Glossary Previous Page Version



Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2001, Natural MicroSystems, Inc. All rights reserved.