Framer manager errors (0x0D00)

The following table lists the framer manager errors (0x0D00):

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 the function do not match the requirements.

3

FRMR_MGR_ERR_ILLEGAL_FRAMER_INDEX

0x0D04

Framer INDEX outside the 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

Attempted 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 the thread for a 1 second process.

3

FRMR_MGR_ERR_UNABLE_TO_START_IRQ_THREAD

0x0D0A

Unable to start the thread for a 1 second process.

3

FRMR_MGR_ERR_UNABLE_TO_CREATE_1SEC_LIST

0x0D0B

Unable to create a new function list for a 1 second process.

3

FRMR_MGR_ERR_UNABLE_TO_CREATE_IRQ_LIST

0x0D0C

Unable to create a new function list for an IRQ process.

3

FRMR_MGR_ERR_UNABLE_TO_CREATE_EVENT_HDL

0x0D0D

Unable to create an event handle for an IRQ DPC code.

3

FRMR_MGR_ERR_UNABLE_TO_CREATE_DPC_LIST

0x0D0E

Unable to create a 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 an IRQ chain.

3