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

📄 au_ptli.cpp

📁 map协议源代码
💻 CPP
📖 第 1 页 / 共 5 页
字号:
#endif
#ifdef MA
   MaUiMatLocMgmtRsp,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatLocMgmtRsp,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatLocMgmtRsp,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatLocMgmtRsp,        /* 2 - lightweight loosely coupled, portable */
#endif
};
 

#endif /* MAP_VLR || MAP_HLR || MAP_GSN */

/* --------------- Authentication Management ------------------------ */
#if (MAP_VLR || MAP_GSN)
/* Authentication Management confirm primitive */
 
PUBLIC MatAuthMgmtReq auLiAuthMgmtReqMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatAuthMgmtReq,      /* 0 - loosely coupled -fc */
#else
   PtUiMatAuthMgmtReq,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatAuthMgmtReq,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatAuthMgmtReq,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatAuthMgmtReq,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatAuthMgmtReq,        /* 2 - lightweight loosely coupled, portable */
#endif
};
#endif /* MAP_VLR || MAP_GSN */

#if MAP_HLR
/* Auth Management Response primitive */
 
PUBLIC MatAuthMgmtRsp auLiAuthMgmtRspMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatAuthMgmtRsp,      /* 0 - loosely coupled -fc */
#else
   PtUiMatAuthMgmtRsp,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatAuthMgmtRsp,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatAuthMgmtRsp,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatAuthMgmtRsp,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatAuthMgmtRsp,        /* 2 - lightweight loosely coupled, portable */
#endif
};
#endif /* MAP_HLR */

/* --------------- Identification Management ------------------------ */
#if MAP_VLR
/* IMEI Management indication primitive */
 
PUBLIC MatIMEIMgmtRsp auLiIMEIMgmtRspMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatIMEIMgmtRsp,      /* 0 - loosely coupled -fc */
#else
   PtUiMatIMEIMgmtRsp,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatIMEIMgmtRsp,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatIMEIMgmtRsp,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatIMEIMgmtRsp,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatIMEIMgmtRsp,        /* 2 - lightweight loosely coupled, portable */
#endif
};

#endif /* MAP_VLR */

#if (MAP_MSC || MAP_GSN)

/* IMEI Management Request primitive */
 
PUBLIC MatIMEIMgmtReq auLiIMEIMgmtReqMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatIMEIMgmtReq,      /* 0 - loosely coupled -fc */
#else
   PtUiMatIMEIMgmtReq,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatIMEIMgmtReq,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatIMEIMgmtReq,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatIMEIMgmtReq,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatIMEIMgmtReq,        /* 2 - lightweight loosely coupled, portable */
#endif
};

#endif /* MAP_MSC || MAP_GSN */

/* --------------- Fault and Recovery Management -------------------- */
#if (MAP_VLR || MAP_HLR)
/* Fault and Recovery Management confirm primitive */
 
PUBLIC MatFRMgmtReq auLiFRMgmtReqMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatFRMgmtReq,      /* 0 - loosely coupled -fc */
#else
   PtUiMatFRMgmtReq,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatFRMgmtReq,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatFRMgmtReq,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatFRMgmtReq,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatFRMgmtReq,        /* 2 - lightweight loosely coupled, portable */
#endif
};

#endif /* MAP_VLR || MAP_HLR */

#if (MAP_VLR || MAP_HLR || MAP_GSN)
/* Fault and Recovery Management Response primitive */
 
PUBLIC MatFRMgmtRsp auLiFRMgmtRspMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatFRMgmtRsp,      /* 0 - loosely coupled -fc */
#else
   PtUiMatFRMgmtRsp,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatFRMgmtRsp,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatFRMgmtRsp,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatFRMgmtRsp,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatFRMgmtRsp,        /* 2 - lightweight loosely coupled, portable */
#endif
};
#endif /* MAP_VLR || MAP_HLR || MAP_GSN */

/* --------------- OAM Management ----------------------------------- */
#if (MAP_MSC || MAP_VLR || MAP_HLR)
/* Operation and Maintenance confirm primitive */
 
PUBLIC MatOAMReq auLiOAMReqMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatOAMReq,      /* 0 - loosely coupled -fc */
#else
   PtUiMatOAMReq,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatOAMReq,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatOAMReq,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatOAMReq,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatOAMReq,        /* 2 - lightweight loosely coupled, portable */
#endif
};
#endif /* MAP_MSC || MAP_VLR || MAP_HLR */

#if (MAP_MSC || MAP_VLR || MAP_HLR || MAP_GSN)
/* Operation and Maintenance Response primitive */
 
PUBLIC MatOAMRsp auLiOAMRspMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatOAMRsp,      /* 0 - loosely coupled -fc */
#else
   PtUiMatOAMRsp,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatOAMRsp,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatOAMRsp,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatOAMRsp,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatOAMRsp,        /* 2 - lightweight loosely coupled, portable */
#endif
};
#endif /* MAP_MSC || MAP_VLR || MAP_HLR || MAP_GSN */

/* --------------- Call Management ----------------------------------- */
#if (MAP_MSC || MAP_VLR || MAP_HLR)
/* Call Management Response primitive */
 
PUBLIC MatCallMgmtRsp auLiCallMgmtRspMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatCallMgmtRsp,      /* 0 - loosely coupled -fc */
#else
   PtUiMatCallMgmtRsp,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatCallMgmtRsp,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatCallMgmtRsp,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatCallMgmtRsp,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatCallMgmtRsp,        /* 2 - lightweight loosely coupled, portable */
#endif
};

/* Call Management confirm primitive */
PUBLIC MatCallMgmtReq auLiCallMgmtReqMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatCallMgmtReq,      /* 0 - loosely coupled -fc */
#else
   PtUiMatCallMgmtReq,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatCallMgmtReq,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatCallMgmtReq,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatCallMgmtReq,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatCallMgmtReq,        /* 2 - lightweight loosely coupled, portable */
#endif
};


#endif /* MAP_MSC || MAP_VLR || MAP_HLR */

/* --------------- Supplementary Services Management ----------------- */
#if (MAP_VLR || MAP_HLR)
/* Supplementry Services Response primitive */
 
PUBLIC MatSSRsp auLiSSRspMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatSSRsp,      /* 0 - loosely coupled -fc */
#else
   PtUiMatSSRsp,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatSSRsp,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatSSRsp,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatSSRsp,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatSSRsp,        /* 2 - lightweight loosely coupled, portable */
#endif
};
#endif /* MAP_HLR */

#if (MAP_VLR || MAP_HLR)
/* Supplementry Services confirm primitive */
 
PUBLIC MatSSReq auLiSSReqMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatSSReq,      /* 0 - loosely coupled -fc */
#else
   PtUiMatSSReq,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatSSReq,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatSSReq,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatSSReq,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatSSReq,        /* 2 - lightweight loosely coupled, portable */
#endif
};

#endif /* MAP_VLR || MAP_HLR */

/* --------------- Short Message Services Management ------------------ */
#if (MAP_MSC || MAP_VLR || MAP_HLR || MAP_GSN)
/* Short Message confirm primitive */
 
PUBLIC MatSMReq auLiSMReqMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatSMReq,      /* 0 - loosely coupled -fc */
#else
   PtUiMatSMReq,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatSMReq,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatSMReq,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatSMReq,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatSMReq,        /* 2 - lightweight loosely coupled, portable */
#endif
};
#endif /* MAP_MSC || MAP_VLR || MAP_HLR || MAP_GSN */

#if (MAP_MSC || MAP_HLR || MAP_GSN)

/* Short Message Services Response */
PUBLIC MatSMRsp auLiSMRspMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatSMRsp,      /* 0 - loosely coupled -fc */
#else
   PtUiMatSMRsp,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatSMRsp,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatSMRsp,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatSMRsp,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatSMRsp,        /* 2 - lightweight loosely coupled, portable */
#endif
};
#endif /* MAP_MSC || MAP_HLR || MAP_GSN */

/* --------------- Subscriber Management ------------------------------ */
#if (MAP_VLR || MAP_HLR || MAP_GSN || MAP_MLC)
/* Subscriber Management Response primitive */
 
PUBLIC MatSubMgmtRsp auLiSubMgmtRspMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatSubMgmtRsp,      /* 0 - loosely coupled -fc */
#else
   PtUiMatSubMgmtRsp,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatSubMgmtRsp,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatSubMgmtRsp,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatSubMgmtRsp,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatSubMgmtRsp,        /* 2 - lightweight loosely coupled, portable */
#endif
};

#endif /* MAP_VLR || MAP_HLR || MAP_GSN || MAP_MLC */

#if (MAP_VLR || MAP_HLR || MAP_GSN)

/* Subscriber Management confirm primitive */
 
PUBLIC MatSubMgmtReq auLiSubMgmtReqMt [MAXMAUI] =
{
#ifdef LCMAUIMAT
   cmPkMatSubMgmtReq,      /* 0 - loosely coupled -fc */
#else
   PtUiMatSubMgmtReq,        /* 0 - loosely coupled, portable */
#endif
#ifdef MA
   MaUiMatSubMgmtReq,        /* 1 - tightly coupled, MAP user */
#else
   PtUiMatSubMgmtReq,        /* 1 - tightly coupled, portable */
#endif
#ifdef LWLCMAUIMAT
   cmPkMatSubMgmtReq,      /* 2 - lightweight loosely coupled -fc */
#else
   PtUiMatSubMgmtReq,        /* 2 - lightweight loosely coupled, portable */
#endif
};

⌨️ 快捷键说明

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