RINASim  October 2016
Documentation of framework for OMNeT++
Enrollment.h File Reference

Enrollment and CACE . More...

#include <omnetpp.h>
#include "Utils.h"
#include "RINASignals.h"
#include "Flow.h"
#include "CDAPMessage_m.h"
#include "ConnectionTable.h"
#include "ExternConsts.h"
#include "EnrollmentListeners.h"
#include "EnrollmentStateTable.h"
#include "Address.h"
#include "RIBd.h"
#include "EnrollmentObj.h"
#include "OperationObj.h"
#include "FABase.h"

Go to the source code of this file.

Classes

class  Enrollment
 

Typedefs

typedef std::list< APNIPairAPNIPairs
 
typedef std::map< simtime_t, APNIPairs * > EnrollCommands
 

Variables

const char * MSG_CONREQ
 
const char * MSG_CONREQRETRY
 
const char * MSG_CONRESPOS
 
const char * MSG_CONRESNEG
 
const char * MSG_ENRLCON
 
const char * MSG_ENRLREL
 

Detailed Description

Enrollment and CACE .

Author
Kamil Jerabek (xjera.nosp@m.b18@.nosp@m.stud..nosp@m.fit..nosp@m.vutbr.nosp@m..cz)
Date
Apr 1, 2015

Definition in file Enrollment.h.

Typedef Documentation

typedef std::list<APNIPair> APNIPairs

Definition at line 66 of file Enrollment.h.

typedef std::map<simtime_t, APNIPairs*> EnrollCommands

Definition at line 69 of file Enrollment.h.

Variable Documentation

const char* MSG_CONREQ

Definition at line 43 of file Enrollment.cc.

Referenced by Enrollment::startCACE().

const char* MSG_CONREQRETRY

Definition at line 44 of file Enrollment.cc.

Referenced by Enrollment::processNewConReq().

const char* MSG_CONRESNEG

Definition at line 46 of file Enrollment.cc.

Referenced by Enrollment::processConResNega().

const char* MSG_CONRESPOS

Definition at line 45 of file Enrollment.cc.

Referenced by Enrollment::processConResPosi().

const char* MSG_ENRLCON

Definition at line 47 of file Enrollment.cc.

Referenced by Enrollment::handleMessage(), and Enrollment::parseConfig().

const char* MSG_ENRLREL

Definition at line 48 of file Enrollment.cc.

Referenced by Enrollment::handleMessage(), and Enrollment::parseConfig().