(Page 6 of 57 in this chapter) Version
acu_party_subaddress
Description
- This structure specifies the subaddress of a party. This structure is referenced in supplementary service data structures.
- The invoke field in this structure indicates whether this information is included or not, in cases where this information is optional. If invoke is ON, the information is present. If invoke is OFF, the information is not present.
- The offset field in this structure is calculated from the beginning of this structure (the address of the invoke field).
Structure
struct acu_party_subaddress
{
uchar invoke; /* ON/OFF, indicates presence/absence of subaddress */
uchar pad;
uchar type; /* ACU_SUBADDRESS_TYPE_NSAP or ACU_SUBADDRESS_TYPE_USER */
uchar odd_even_ind; /* ACU_SUBADDRESS_EVEN or ACU_SUBADDRESS_ODD */
uchar offset; /* Offset from start of acu_party_subaddress structure */
uchar len; /* Number of bytes */
pad2
};
(Page 6 of 57 in this chapter) Version
Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2001, Natural MicroSystems, Inc. All rights
reserved.