RINASim
October 2016
Documentation of framework for OMNeT++
|
Enrollment and CACE . More...
#include "Enrollment.h"
Go to the source code of this file.
Functions | |
Define_Module (Enrollment) | |
Variables | |
const char * | PAR_AUTH_TYPE = "authType" |
const char * | PAR_AUTH_NAME = "authName" |
const char * | PAR_AUTH_OTHER = "authOther" |
const char * | PAR_AUTH_PASS = "authPassword" |
const char * | PAR_CON_RETRIES = "maxConRetries" |
const char * | PAR_ISSELFENROL = "isSelfEnrolled" |
const char * | MSG_CONREQ = "Connect/Auth" |
const char * | MSG_CONREQRETRY = "ConnectRetry/Auth" |
const char * | MSG_CONRESPOS = "Connect+/Auth" |
const char * | MSG_CONRESNEG = "Connect-/Auth" |
const char * | MSG_ENRLCON = "Enrol-Connect" |
const char * | MSG_ENRLREL = "Enrol-Release" |
const char * | ELEM_PREENROL = "Preenrollment" |
const char * | ELEM_SIMTIME = "SimTime" |
const char * | ELEM_CONNECT = "Connect" |
const char * | ELEM_RELEASE = "Release" |
const char * | ATTR_TIME = "t" |
Define_Module | ( | Enrollment | ) |
const char* ATTR_TIME = "t" |
Definition at line 54 of file Enrollment.cc.
Referenced by Enrollment::parseConfig().
const char* ELEM_CONNECT = "Connect" |
Definition at line 52 of file Enrollment.cc.
Referenced by Enrollment::parseConfig().
const char* ELEM_PREENROL = "Preenrollment" |
Definition at line 50 of file Enrollment.cc.
Referenced by Enrollment::parseConfig().
const char* ELEM_RELEASE = "Release" |
Definition at line 53 of file Enrollment.cc.
Referenced by Enrollment::parseConfig().
const char* ELEM_SIMTIME = "SimTime" |
Definition at line 51 of file Enrollment.cc.
Referenced by Enrollment::parseConfig().
const char* MSG_CONREQ = "Connect/Auth" |
Definition at line 43 of file Enrollment.cc.
Referenced by Enrollment::startCACE().
const char* MSG_CONREQRETRY = "ConnectRetry/Auth" |
Definition at line 44 of file Enrollment.cc.
Referenced by Enrollment::processNewConReq().
const char* MSG_CONRESNEG = "Connect-/Auth" |
Definition at line 46 of file Enrollment.cc.
Referenced by Enrollment::processConResNega().
const char* MSG_CONRESPOS = "Connect+/Auth" |
Definition at line 45 of file Enrollment.cc.
Referenced by Enrollment::processConResPosi().
const char* MSG_ENRLCON = "Enrol-Connect" |
Definition at line 47 of file Enrollment.cc.
Referenced by Enrollment::handleMessage(), and Enrollment::parseConfig().
const char* MSG_ENRLREL = "Enrol-Release" |
Definition at line 48 of file Enrollment.cc.
Referenced by Enrollment::handleMessage(), and Enrollment::parseConfig().
const char* PAR_AUTH_NAME = "authName" |
Definition at line 37 of file Enrollment.cc.
Referenced by Enrollment::initialize().
const char* PAR_AUTH_OTHER = "authOther" |
Definition at line 38 of file Enrollment.cc.
Referenced by Enrollment::initialize().
const char* PAR_AUTH_PASS = "authPassword" |
Definition at line 39 of file Enrollment.cc.
Referenced by Enrollment::initialize().
const char* PAR_AUTH_TYPE = "authType" |
Definition at line 36 of file Enrollment.cc.
Referenced by Enrollment::initialize().
const char* PAR_CON_RETRIES = "maxConRetries" |
Definition at line 40 of file Enrollment.cc.
Referenced by Enrollment::initialize().
const char* PAR_ISSELFENROL = "isSelfEnrolled" |
Definition at line 41 of file Enrollment.cc.
Referenced by Enrollment::initialize().