|
EpcTools
An event based multi-threaded C++ development framework.
|
Contains all of the configuration values used in the PFCP stack. More...
#include <epfcp.h>
Static Public Member Functions | |
| static UShort | port () |
| static UShort | setPort (UShort port) |
| static Int | socketBufferSize () |
| static Int | setSocketBufferSize (Int sz) |
| static LongLong | t1 () |
| static LongLong | setT1 (LongLong t1) |
| static LongLong | heartbeatT1 () |
| static LongLong | setHeartbeatT1 (LongLong hbt1) |
| static Int | n1 () |
| static Int | setN1 (Int n1) |
| static Int | heartbeatN1 () |
| static Int | setHeartbeatN1 (Int hbn1) |
| static Long | maxRspWait () |
| static size_t | nbrActivityWnds () |
| static size_t | setNnbrActivityWnds (size_t naw) |
| static Long | lenActivityWnd () |
| static Long | setLenActivityWnd (Long law) |
| static ELogger & | logger () |
| static ELogger & | setLogger (ELogger &log) |
| static Bool | assignTeidRange () |
| static Bool | setAssignTeidRange (Bool atr) |
| static Int | teidRangeBits () |
| static Int | setTeidRangeBits (Int trb) |
| static Translator & | translator () |
| static Translator & | setTranslator (Translator &xlator) |
| static Int | minApplicationWorkers () |
| static Int | setMinApplicationWorkers (Int w) |
| static Int | maxApplicationWorkers () |
| static Int | setMaxApplicationWorkers (Int w) |
| static Int | minTranslatorWorkers () |
| static Int | setMinTranslatorWorkers (Int w) |
| static Int | maxTranslatorWorkers () |
| static Int | setMaxTranslatorWorkers (Int w) |
| template<class TWorker > | |
| static Void | setApplication (ApplicationWorkGroup< TWorker > &app) |
Static Public Attributes | |
| static MsgType | pfcpHeartbeatReq = 1 |
| static MsgType | pfcpHeartbeatRsp = 2 |
| static MsgType | pfcpSessionEstablishmentReq = 50 |
| static MsgType | pfcpSessionEstablishmentRsp = 51 |
| static MsgType | pfcpAssociationSetupReq = 5 |
| static MsgType | pfcpAssociationSetupRsp = 6 |
Static Protected Member Functions | |
| static _EThreadEventNotification & | threadApplication () |
| static ApplicationWorkGroupBase & | baseApplication () |
Contains all of the configuration values used in the PFCP stack.
|
inlinestatic |
|
inlinestaticprotected |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprotected |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.11