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

📄 l4_ptui.c

📁 gsm map协议源代码
💻 C
📖 第 1 页 / 共 4 页
字号:
#ifdef STUV2
StDataParam *dataParam;     /* data parameter */
#endif /* STUV2 */
Buffer   *uiBuf;            /* TCAP Dialog portion user info buffer */
#endif
{
   TRC2(PtUiStuDatInd)

   UNUSED(pst);
   UNUSED(suId);               
   UNUSED(msgType);               
   UNUSED(suDlgId);               
   UNUSED(spDlgId);          
   UNUSED(dstAddr);         
   UNUSED(srcAddr);         
   UNUSED(compsPres);         
   UNUSED(pAbrtCause);         
   UNUSED(qosSet);      
   UNUSED(opc);          
   UNUSED(dlgEv);     
   UNUSED(uiBuf);      

#if (ERRCLASS & ERRCLS_DEBUG)
   L4LOGERROR(ERRCLS_DEBUG, EL4003, (ErrVal)0, "PtUiStuDatInd () Failed");
#endif

   RETVALUE(ROK);
} /* end of PtUiStuDatInd */

 
/*  
*  
*       Fun:   portable - TCAP Component Indication
*   
*       Desc:  user defined Component indication
*   
*       Ret:   ROK      - ok 
*  
*       Notes: None  
*  
*       File:  l4_ptui.c
*  
*/ 
#ifdef ANSI
PRIVATE S16 PtUiStuCmpInd
(
Pst      *pst,              /* post structure */
SuId      suId,             /* service user id */
StDlgId   suDlgId,          /* dialog Id */
StDlgId   spDlgId,          /* dialog Id */
StComps  *compEv,           /* component */
Dpc       opc,              /* originating point code */
Status    status,           /* status */
Buffer   *cpBuf             /* Component parameter buffer */
)
#else
PRIVATE S16 PtUiStuCmpInd(pst, suId, suDlgId, spDlgId, compEv, opc,
                         status,cpBuf)
Pst      *pst;              /* post structure */
SuId      suId;             /* service user id */
StDlgId   suDlgId;          /* dialog Id */
StDlgId   spDlgId;          /* dialog Id */
StComps  *compEv;           /* component */
Dpc       opc;              /* originating point code */
Status    status;           /* status */
Buffer   *cpBuf;            /* Component parameter buffer */
#endif
{
   TRC2(PtUiStuCmpInd)

   UNUSED(pst);
   UNUSED(suId);               
   UNUSED(suDlgId);               
   UNUSED(spDlgId);          
   UNUSED(compEv);         
   UNUSED(opc);          
   UNUSED(status);     
   UNUSED(cpBuf);      

#if (ERRCLASS & ERRCLS_DEBUG)
   L4LOGERROR(ERRCLS_DEBUG, EL4004, (ErrVal)0, "PtUiStuCmpInd () Failed");
#endif

   RETVALUE(ROK);
} /* end of PtUiStuCmpInd */

 
/*  
*  
*       Fun:   portable - TCAP Component confirm
*   
*       Desc:  user defined Component confirm
*   
*       Ret:   ROK      - ok 
*  
*       Notes: None  
*  
*       File:  l4_ptui.c
*  
*/ 
#ifdef ANSI
PRIVATE S16 PtUiStuCmpCfm
(
Pst      *pst,              /* post structure */
SuId      suId,             /* service user id */
StDlgId   suDlgId,          /* dialog Id */
StDlgId   spDlgId           /* dialog Id */
)
#else
PRIVATE S16 PtUiStuCmpCfm(pst, suId, suDlgId, spDlgId)
Pst      *pst;              /* post structure */
SuId      suId;             /* service user id */
StDlgId   suDlgId;          /* dialog Id */
StDlgId   spDlgId;          /* dialog Id */
#endif
{
   TRC2(PtUiStuCmpCfm)

   UNUSED(pst);
   UNUSED(suId);               
   UNUSED(suDlgId);               
   UNUSED(spDlgId);          

#if (ERRCLASS & ERRCLS_DEBUG)
   L4LOGERROR(ERRCLS_DEBUG, EL4005, (ErrVal)0, "PtUiStuCmpCfm () Failed");
#endif

   RETVALUE(ROK);
} /* end of PtUiStuCmpCfm */


/* 
* 
*       Fun:   portable - TCAP Noticee Indication
*  
*       Desc:  TC-Notice indication
*  
*       Ret:   ROK      - ok
* 
*       Notes: None 
* 
*       File:  l4_ptui.c
* 
*/
#ifdef ANSI
PRIVATE S16 PtUiStuNotInd
(
Pst      *pst,              /* post structure */
SuId      suId,             /* service user sap id */
StDlgId   suDlgId,          /* service user dialog id */
StDlgId   spDlgId,          /* service provider dialog id */
SpAddr   *dstAddr,          /* destination address */
SpAddr   *srcAddr,          /* source address */
#ifdef STUV2
StDataParam *dataParam,     /* Data Parameter */
#endif /* STUV2 */
RCause    ret               /* return cause */
)
#else
#ifdef STUV2
PUBLIC S16 PtUiStuNotInd(pst, suId, suDlgId, spDlgId, dstAddr, srcAddr,
                         dataParam, ret)
#else /* STUV2 */
PRIVATE S16 PtUiStuNotInd(pst, suId, suDlgId, spDlgId, dstAddr, srcAddr, ret)
#endif /* STUV2 */
Pst      *pst;              /* post structure */
SuId      suId;             /* service user sap id */
StDlgId   suDlgId;          /* service user dialog id */
StDlgId   spDlgId;          /* service provider dialog id */
SpAddr   *dstAddr;          /* destination address */
SpAddr   *srcAddr;          /* source address */
#ifdef STUV2
StDataParam *dataParam;     /* Data Parameter */
#endif /* STUV2 */
RCause    ret;              /* return cause */
#endif
{
   TRC2(PtUiStuNotInd)

   UNUSED(pst);
   UNUSED(suId);               
   UNUSED(suDlgId);               
   UNUSED(spDlgId);          
   UNUSED(dstAddr);         
   UNUSED(srcAddr);         
   UNUSED(ret);      

#if (ERRCLASS & ERRCLS_DEBUG)
   L4LOGERROR(ERRCLS_DEBUG, EL4006, (ErrVal)0, "PtUiStuNotInd () Failed");
#endif

   RETVALUE(ROK);
} /* end of PtUiStuNotInd */


/* 
* 
*       Fun:   portable - TCAP State Indication
*  
*       Desc:  user defined state indication
*  
*       Ret:   ROK      - ok
* 
*       Notes: None 
* 
*       File:  l4_ptui.c
* 
*/
#ifdef ANSI
PRIVATE S16 PtUiStuSteInd
(
Pst          *pst,              /* post structure */
SuId          suId,             /* service user id */
CmSS7SteMgmt *steMgmt           /* Status management structure */
#ifdef STUV2
, StMgmntParam *mgmntParam
#endif /* STUV2 */
)
#else
#ifdef STUV2
PUBLIC S16 PtUiStuSteInd(pst, suId, steMgmt,mgmntParam)
#else /* STUV2 */
PRIVATE S16 PtUiStuSteInd(pst, suId, steMgmt)
#endif /* STUV2 */
Pst          *pst;              /* post structure */
SuId          suId;             /* service user id */
CmSS7SteMgmt *steMgmt;          /* Status management structure */
#ifdef STUV2
StMgmntParam *mgmntParam;
#endif /* STUV2 */
#endif
{
   TRC2(PtUiStuSteInd)

   UNUSED(pst);
   UNUSED(suId);
   UNUSED(steMgmt);

#if (ERRCLASS & ERRCLS_DEBUG)
   L4LOGERROR(ERRCLS_DEBUG, EL4007, (ErrVal)0, "PtUiStuSteInd () Failed");
#endif

   RETVALUE(ROK);
} /* end of PtUiStuSteInd */


/* 
* 
*       Fun:   portable - TCAP State Confirm 
*  
*       Desc:  user defined state confirm
*  
*       Ret:   ROK      - ok
* 
*       Notes: None 
* 
*       File:  l4_ptui.c
* 
*/
#ifdef ANSI
PRIVATE S16 PtUiStuSteCfm
(
Pst          *pst,              /* post structure */
SuId          suId,             /* service user id */
CmSS7SteMgmt *steMgmt           /* Status management structure */
#ifdef STUV2
, StMgmntParam *mgmntParam
#endif /* STUV2 */
)
#else
#ifdef STUV2
PUBLIC S16 PtUiStuSteCfm(pst, suId, steMgmt,mgmntParam)
#else /* STUV2 */
PRIVATE S16 PtUiStuSteCfm(pst, suId, steMgmt)
#endif /* STUV2 */
Pst          *pst;              /* post structure */
SuId          suId;             /* service user id */
CmSS7SteMgmt *steMgmt;          /* Status management structure */
#ifdef STUV2
StMgmntParam *mgmntParam;
#endif /* STUV2 */
#endif
{
   TRC2(PtUiStuSteCfm)

   UNUSED(pst);
   UNUSED(suId);
   UNUSED(steMgmt);

#if (ERRCLASS & ERRCLS_DEBUG)
   L4LOGERROR(ERRCLS_DEBUG, EL4008, (ErrVal)0, "PtUiStuSteCfm () Failed");
#endif

   RETVALUE(ROK);
} /* end of PtUiStuSteCfm */

/* 
* 
*       Fun:   portable - TCAP Status Indication
*  
*       Desc:  Status indication
*  
*       Ret:   ROK      - ok
* 
*       Notes: None 
* 
*       File:  l4_ptui.c
* 
*/
#ifdef ANSI
PRIVATE S16 PtUiStuStaInd
(
Pst      *pst,              /* post structure */
SuId      suId,             /* service user id */
Status    status            /* status */
)
#else
PRIVATE S16 PtUiStuStaInd(pst, suId, status)
Pst      *pst;              /* post structure */
SuId      suId;             /* service user id */
Status    status;           /* status */
#endif
{
   TRC2(PtUiStuStaInd)

   UNUSED(pst);
   UNUSED(suId);
   UNUSED(status);

#if (ERRCLASS & ERRCLS_DEBUG)
   L4LOGERROR(ERRCLS_DEBUG, EL4009, (ErrVal)0, "PtUiStuStaInd () Failed");
#endif

   RETVALUE(ROK);
} /* end of PtUiStuStaInd */

/* 
* 
*       Fun:   portable - TCAP Bind Confirm
*  
*       Desc:  Bind Confirm
*  
*       Ret:   ROK      - ok
* 
*       Notes: None 
* 
*       File:  l4_ptui.c
* 
*/
#ifdef ANSI
PRIVATE S16 PtUiStuBndCfm
(
Pst      *pst,              /* post structure */
SuId      suId,             /* service user id */
U8        status            /* status */
)
#else
PRIVATE S16 PtUiStuBndCfm(pst, suId, status)
Pst      *pst;              /* post structure */
SuId      suId;             /* service user id */
U8        status;           /* status */
#endif
{
   TRC2(PtUiStuBndCfm)

   UNUSED(pst);
   UNUSED(suId);
   UNUSED(status);

#if (ERRCLASS & ERRCLS_DEBUG)
   L4LOGERROR(ERRCLS_DEBUG, EL4010, (ErrVal)0, "PtUiStuBndCfm () Failed");
#endif

   RETVALUE(ROK);
} /* end of PtUiStuBndCfm */

#endif
/********************************************************************30**
  
         End of file:     l4_ptui.c@@/main/9 - Fri Sep 16 02:42:10 2005
  
*********************************************************************31*/
  
/********************************************************************40**
  
        Notes:
  
*********************************************************************41*/
  
/********************************************************************50**
  
*********************************************************************51*/


/********************************************************************60**
 
        Revision history:
 
*********************************************************************61*/
 
/********************************************************************80**

  version    pat  init                   description
----------- ----- ----  ------------------------------------------------
1.1          ---  aa   1. initial release
*********************************************************************81*/

/********************************************************************90**
 
    ver       pat    init                  description
----------- -------- ---- -----------------------------------------------
1.2          ---      aa   1. Include cm_ss7.h 
             ---      aa   2. Compilation warning 

1.3          ---      ssk  1. MAXSTUI define is introduced.
                           2. Added Phase 2+ variant

/main/4      ---      ssk  1. update for MAP 1.5 release.

/main/5      ---      ssk  1. update for MAP 1.6 release.

/main/6      ---      jie  1. update for MAP 1.7 release.

/main/8      ---      cp   1. update for MAP 2.2 release.
/main/9      ---      st   1. Updated for MAP sotware release 2.3
*********************************************************************91*/

⌨️ 快捷键说明

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