Version

{
struct u4_acu_ext_hdr ext_hdr; /* extension header */
struct u4_acu_ss_hdr ss_hdr; /* supplementary services header */
};

{
struct u4_acu_ext_hdr ext_hdr; /* Extension header */
struct u4_acu_ss_hdr ss_hdr; /* Supplementary services header */
struct acu_d_channel_id dCID;
};
struct acu_d_channel_id
{
uchar value[ACU_MX_SZ_D_CHNL_ID]; /* D Channel Identifier value */
uchar length; /* Length of D Channel Identifier value */
pad3
};


{
struct u4_acu_ext_hdr ext_hdr; /* extension header */
struct u4_acu_ss_hdr ss_hdr; /* supplementary services header */
ushort err_id; /* From D_CHANNEL_ID_RETERR... constants */
pad6
};
|
Constant
|
Description
|
|---|---|
|
D_CHANNEL_ID_RETERR_NOT_AVAILABLE
|
The network does not have an interface identifier assigned to the PRI.
|
|
D_CHANNEL_ID_RETERR_NOT_SPECIFIED
|
The error is not known.
|
Figure 54 illustrates an unsuccessful D Channel Identifier Request.
Version