⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gen.h

📁 中国石油二期加油站IC系统后台通讯软件
💻 H
📖 第 1 页 / 共 5 页
字号:
#define LANE_TLV_C13             0x00a03e05  /* max retry count */
#define LANE_TLV_C17             0x00a03e06  /* ARP long (cache) timer */
#define LANE_TLV_C18             0x00a03e07  /* ARP short (fwd delay) timer */
#define LANE_TLV_C20             0x00a03e08  /* ARP Request timer */
#define LANE_TLV_C21             0x00a03e09  /* Flush Request timer */
#define LANE_TLV_C22             0x00a03e0a  /* path switching delay */
#define LANE_TLV_C23             0x00a03e0b  /* local segment id */
#define LANE_TLV_C24             0x00a03e0c  /* mcast snd VCC type */
#define LANE_TLV_C25             0x00a03e0d  /* mcast snd VCC SCR */
#define LANE_TLV_C26             0x00a03e0e  /* mcast snd VCC PCR */
#define LANE_TLV_C28             0x00a03e0f  /* Ready Ind timer */

#endif /* CMFILE_REORG_1 */




/* structure */

#define S_DEF          0x00  /* default */
#define S_8KHZINTEG    0x01  /* 8 khz integrity */
#define S_SDUINTEG     0x04  /* service data unit integrity */
#define S_UNSTRUCT     0x07  /* unstructured */

/* define for TCAP string size */
#define MAX_ST_STRING 100    /* longest string */

    
/* defines for SPstTsk */

#define SEL_LC_NEW     0     /* loosely coupled interface - new */
#define SEL_LC_OLD     1     /* loosely coupled interface - old */

/* defines for system service entity processor, region and pool id's */

#define OWNPROCID      0     /* own processor id */
#define SP_POOL     0x00     /* service provider pool id */
#define SU_POOL     0x00     /* service user pool id */

/* defines for stack manager region and pool id's */

#define SMREGION       1     /* stack manager region id */
#define SMPOOL         0     /* stack manager pool id */

/* defines */
  
/* Mngmt.hdr.msgType */
  
#define TCFG             1           /* configuration */
#define TCNTRL           2           /* control */
#define TSTS             3           /* statistics */
#define TSSTA            4           /* solicited status */
#define TUSTA            5           /* unsolicited status */
#define TTRC             6           /* trace */
#define TACNT            7           /* billing */
#define TUDAT            8           /* unit data */
#define TWRMSTRT         9           /* warm start */
#define TSWP             10          /* swapping */
#define TSNAP            11          /* register snapshot */
#define TUCFG            12          /* unconfig */
#define TSNMP            13          /* snmp req */
#define TOBJ             14          /* obj req */
#define TMIB             15          /* mib req */

 
/* Mngmt.hdr.elmId.elmnt */
  
#define STGEN            1           /* general */
#define STTSAP           2           /* transport SAP */
#define STNSAP           3           /* network SAP */
#define STLLSAP          4           /* logical link SAP */
#define STDLSAP          5           /* data link SAP */
#define STMSAP           6           /* MAC SAP */
#define STPSAP           7           /* physical SAP */
#define STSID            8           /* system id */
#define STHG             9           /* hunt Group */
#define STROUT          10           /* route */
#define STDLC           11           /* data link connection */
#define STINTCUG        12           /* international cugs */
#define STBCHNPROF      13           /* B channel profile */
#define STPVC           14           /* PVC configuration */
#define STMCGRP         15           /* multicast group */
#define STFRROUT        16           /* frame relay route */
#define STDCHAN         17           /* X.31 D channel */
#define STADRMAP        18           /* address mapping */
#define STDELADRMAP     19           /* delete X.31 address mapping */

#define STLOOP          20           /* loop */
#define STREG           21           /* region */
#define STDPOOL         22           /* dynamic pool */
#define STSPOOL         23           /* static pool */
#define STDQ            24           /* demand queue */
#define STENT           25           /* entity */
#define STTSK           26           /* task */

#define STDELROUT       30           /* delete route */
#define STDELPVC        31           /* delete PVC */
#define STIFDSTADR      32           /* interface destination address */
    
#define STLNKSET        33           /* link set */
#define STISAP          34           /* isup SAP */
#define STICIR          35           /* isup circuit */
#define STSPSAP         36           /* tcap lower sccp sap */
#define STTCUSAP        37           /* tcap upper user sap */
#define STTPSAP         38           /* tup SAP */
#define STTPCIR         39           /* tup circuit */
#define STVCC           40           /* virtual channel connection */
#define STCGPTYNMB      41           /* calling party number */
#define STWPSAP         42           /* wrapper SAP */
#define STAALSAP        43           /* AAL SAP */
#define STLANDST        44           /* LAN destination */
#define STLES           45           /* LAN Emulation Server */
#define STBUS           46           /* LAN Emulation Broadcast Server */

/* used by mtp level 3 */

#define STDLSAPACT      47           /* data link SAP - initial state = ACTIVE */
#define STDLSAPDIS      STDLSAP      /* data link SAP - initial state = DISABLED */
#define STTFCMTRC       49           /* traffic metrics */
#define STPNNBR         50           /* PNNI Neighbor */
#define STPNPTSE        51           /* PNNI PTSE */
#define STLECS          52           /* LECS */
#define STLECSLES       53           /* LECS LES */
#define STLECSROUT      54           /* LECS ROUT */
#define STERR           55           /* Software Error */

#define STMAP           56           /* map */
#define STMAPNODE       57           /* node map */
#define STRCC           58           /* Routing Control Channel */
#define STRTEADDR       59           /* route to address */
#define STRTENODE       60           /* route to node */
#define STRTETNS        61           /* route to transit network */
#define STRTETBL        62           /* routing table */
#define STPNPG          63           /* PNNI PEER GROUP */
#define STLINK          64           /* ATM Physical Link */
#define STINFOGRP       65           /* information group */

#define STNISAP         66           /* FR-ATM network interworking sap */
#define STSISAP         67           /* FR-ATM service interworking sap */
#define STPROF          68           /* FR-ATM aal connection's profile */
#define STNETPFX        69           /* network prefix */
#define STUSRPART       70           /* user part */
#define STADDR          71           /* address */
#define STSRVC          72           /* service registry */
#define STCIPSAP        73           /* PLOA's CIPSAP */

/* define for Envelope Function EFadr mapping */
#define STEVEFADR       74           /* EV EFadr to SAP mapping */

/* Used by PNNI for horizontal link hello protocol and summary addresses */
#define STHLHP          75           /* Horizontal link hello protocol */
#define STSUMMADDR      76           /* Summary addresses */

/* used by LEC for static ARP entry */
#define STSTAARP        77           /* static ARP entry */

/* used by PQ for TDM Configuration */
#define STTDM           78           /* TDM Configuration */
  

/* Used by LES */
#define STLECSMPOATLV   79           /* LECS MPOA TLV entry */

#define STMPCCP         80           /* PLOA's MPC Control Point */
#define STMPSAP         81           /* PLOA's MPC/MPS SAP */
#define STMPSCP         82           /* PLOA's MPS Control Point */

/* used for group saps */
#define STGRTSAP        85           /* transport sap group */
#define STGRNSAP        86           /* netwrok sap group */
#define STGRDLSAP       87           /* data link  sap group */
#define STALLSAP        88           /* all upper/lower SAPs */
#define STPEERSAP       89           /* configure peer sap */

/* Used by V5 */
#define STVINTERFACE    83           /* V5 Interface */
#define STVPORT         84           /* V5 port */
#define STVLINK         85           /* V5 Link */

/* Used by PLOA-CIP */
#define STCIPPVC        86           /* PLOA Cfg. request to configure some 
                                        more PVC on the fly */
#define STCIPARP        87           /* PLOA Cfg. request to configure some 
                                        extra IP-ATM binding on the fly */


/* used by Q.93B for AalConParam of signaling channels */
#define STSIGCONPARAM   90           /* config Signaling connection parameters */
#define STDELSIGPARAM   91           /* Delete Signaling connection parameters */

/* used by System Manager */
#define STVPROC         92           /* Configure virtual node */
#define STPPROC         93           /* Configure physical node */
#define STASSOC         94           /* Configire association between vnodes */
                                     /* and layers */

/* used by TCAP over TCP/IP */
#define STSERVER        95           /* configure TCP/UDP server */

/* Used by Lan Emulation Services */
#define STLECSTLV       96           /* PLOA LECS TLVs */
#define STLESLEC        97           /* PLOA LEC in LES database */
#define STLESSMS        98           /* PLOA Multicast Server Known to LES */
#define STLESLECSMS     99           /* PLOA LEC assoc. with SMS */
#define STBUSLEC        100          /* PLOA LEC in BUS Database */
#define STSMS           101          /* PLOA LANE Selective M-cast Server */
#define STSMSGRP        102          /* PLOA SMS Multicast Group */
#define STSMSLEC        103          /* PLOA LEC Associated with SMS */

/* used by PLOA - PPPoA */
#define STMASAP         104          /* POOA MASAP - PPPoA upper SAP */

/* Used By PNNI */
#define STTFCMTRCNODE   105          /* configure metrics of the lowest level
                                     / * node */
#define STNHSSAP        106          /* PLOA NHS SAP */
#define STMPSDISCTBL    107          /* PLOA MPS */
#define STMPSINGRTBL    108          /* PLOA MPS */
#define STMPSEGRTBL     109          /* PLOA MPS */
#define STARISAP        110          /* PLOA ARI Sap */

#define STNHSCP         111          /* PLOA NHS */
#define STNHSNXTHOP     112          /* PLOA NHS */
#define STNHSTRCACHE    113          /* PLOA NHS */
#define STNHSEXTNS      114          /* PLOA NHS */
#define STNHSEGRCACHE   115          /* PLOA NHS */
#define STNHSVENDATA    116          /* PLOA NHS */

/* used by H.323 Control */
#define STSSAP          117          /* H.323 Session SAP element */
#define ST323ENT        118          /* H323 entity element */
#define STCALL          119          /* H.323 call element */
#define STGRSSAP        120          /* H.323 group SSAP */

/* used by Q.93B for SVPC status */
#define STVPC           121          /* Switched virtual path */

#define STCIPSRVR       122          /* PLOA CIP Server */

/* used by RTP/RTCP */
#define STSESSION       123          /* RTP session */

/* Used by Q.930 */
#define STCTLDPCB       124          /* Configure controlled interface */

#define STGCPENT        125          /* MGCP peer entity */

/* Used by SCCP */
#define STNW            126          /* Network */
#define STASSO          127          /* SCCP GTT Association */
#define STDELASSO       128          /* SCCP Delete GTT Association */

/* Used by IME auto configuration of PVCs */
#define STSRVCTYPE      129           /* service type */
#define STSRVCCONNINFO  130           /* service connection info */
#define STAALPROFILE    131           /* AAL[x] profiles; x = 1, 2, 34, 5 */

/* used by MPLS-LDP (+CR) */
#define STPEER          132          /* LDP Peer */
#define STFEC           133          /* MPLS FEC  */
#define STEXPRTE        134          /* CR-LDP Explicit Route */
#define STRMSAP         135          /* LDP RM SAP */
#define STINT           136          /* LDP Interface */
#define STROUTSAP       137          /* LDP ARI SAP */
#define STFWDSAP        138          /* LDP Forwarder SAP */
#define STSESS          139          /* LDP Session */
#define STADDRESS       140          /* LDP Address */

/* used by AAL2 Signaling */
#define STALTSAP        141          /* AAL2 Service user */
#define STSNTSAP        142          /* MTP3B SAP */
#define STGRALTSAP      143          /* ALT Group */
#define STGRSNTSAP      144          /* SNT Group */
#define STPATH          145          /* AAL2 path  */
#define STDPC           146          /* DPC - MTP3B */

/* used by Annex G */
#define STBE                       147
#define STGRBESAP                  148
#define STTPTSRV                   149
#define STDESC                     150
/* used by PLOA-PXY */
#define STPXYSAP        151          /* PLOA PXY SAP configuration */
#define STCIPARPENT     152          /* PLOA StaReq & CntrlReq for single arpEnt */
#define STMACONLST      153          /* PLOA StaReq for list of conns */
#define STMACON         154          /* PLOA StaReq for single conn */

/* Used by GCP 1.2 and above */
#define STGCPMGC        147          /* MGC Entity */
#define STGCPMG         148          /* MG Entity */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -