/********************************************************************************************************************************/ /* Created: 14-SEP-1999 11:32:38 by OpenVMS SDL EV1-50 */ /* Source: 17-SEP-1998 13:55:58 PADO_3:[ANSI_V31P_AVMS.KIT]SS7_K_COMMON_.SDL;1 */ /********************************************************************************************************************************/ /*** MODULE SS7_K_COMMON_ IDENT X02.03-001 ***/ #pragma __member_alignment __save #pragma __nomember_alignment /*-------------------------------------------------------------------------- */ #ifndef SS7_K_COMMON_H #define SS7_K_COMMON_H /*---------------------------------------------------------------------------- */ /* */ /* CONSTANTS */ /* */ /*--------------------------------------------------------------------------- */ /* */ /* Symbols used to define the item code of the indication */ /* routines item list (when enabling the indications). */ /* */ #define SS7_K_SCCP_N_UNITDATA 30 #define SS7_K_SCCP_N_MGT_MSG 31 #define SS7_K_SCCP_USER_DISTRIB_INDICATION 32 #define SS7_K_SCCP_N_NOTICE 33 #define SS7_K_SCCP_N_TRAFFIC 34 #define SS7_K_MTP_TRANSFER 35 #define SS7_K_MTP_USER_DISTRIB_INDICATION 36 #define SS7_K_MTP_INDICATION 37 /* */ /* Symbols used to define the MTP-INDICATION type in the SS7$MTP_NETWORK_INDICATION routine */ /* */ #define SS7_K_MTP_PAUSE_IND 60 #define SS7_K_MTP_RESUME_IND 61 #define SS7_K_MTP_STATUS_IND 62 #define SS7_K_MTP_UPU 63 #define SS7_K_MTP_CONGESTION 64 /* */ /*Symbols used to define the nodes and applications state */ /* */ #define SS7_K_DIST_APPLI_DOWN 70 #define SS7_K_DIST_APPLI_UP 71 #define SS7_K_DIST_APPLI_CONGESTED 72 #define SS7_K_DIST_APPLI_UNCONGESTED 73 #define SS7_K_NODE_UP 74 #define SS7_K_NODE_DOWN 75 #define SS7_K_DIST_APPLI_RESTRICTED 76 #define SS7_K_DIST_APPLI_UNRESTRICTED 77 /* Symbols used to define the MTP-INDICATION type in the SS7$MTP_NETWORK_INDICATION routine */ /* */ #define SS7_K_SCCP_N_STATE_IND 80 #define SS7_K_SCCP_N_PC_STATE_IND 81 #define SS7_K_SCCP_N_COORD_IND 82 #define SS7_K_SCCP_N_COORD_CNF 83 /* Symbols used to define the SCCP Management Messages */ /* */ #define SS7_K_SCCP_USER_IN_SERVICE 0 #define SS7_K_SCCP_USER_OUT_OF_SERVICE 1 #define SS7_K_SCCP_PC_ACCESSIBLE 0 #define SS7_K_SCCP_PC_INACCESSIBLE 1 #define SS7_K_SCCP_PC_CONGESTED 2 /* */ /* Maximum length of a message sent by the user to the user distribution */ /* */ #define SS7_K_MAX_LENGTH_USER_MSG 255 /* */ /* Maximum length of a message sent by the user to n_unitdata_req */ /* */ #define SS7_K_MAX_LENGTH_SCCP_USER_DATA 2630 #endif /*SS7_K_COMMON_H*/ #pragma __member_alignment __restore