RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <CACEBase.h>
Go to the source code of this file.
Variables | |
const char * | DAF_MSG_CONREQ = "Connect/Auth" |
const char * | DAF_MSG_CONREQRETRY = "ConnectRetry/Auth" |
const char * | DAF_MSG_CONRESPOS = "Connect+/Auth" |
const char * | DAF_MSG_CONRESNEG = "Connect-/Auth" |
const char* DAF_MSG_CONREQ = "Connect/Auth" |
Definition at line 18 of file CACEBase.cc.
Referenced by CACEGeneric::startCACE(), and CACEMgmt::startCACE().
const char* DAF_MSG_CONREQRETRY = "ConnectRetry/Auth" |
Definition at line 19 of file CACEBase.cc.
Referenced by CACEGeneric::processNewConReq(), and CACEMgmt::processNewConReq().
const char* DAF_MSG_CONRESNEG = "Connect-/Auth" |
Definition at line 21 of file CACEBase.cc.
Referenced by CACEGeneric::processConResNega(), and CACEMgmt::processConResNega().
const char* DAF_MSG_CONRESPOS = "Connect+/Auth" |
Definition at line 20 of file CACEBase.cc.
Referenced by CACEGeneric::processConResPosi(), and CACEMgmt::processConResPosi().