|
EpcTools
An event based multi-threaded C++ development framework.
|
#include <pfcpr15.h>
Public Member Functions | |
| SessionReportReq (PFCP::SessionBaseSPtr &ses, Bool allocSeqNbr=True) | |
| uint16_t | length () const |
| ReportTypeIE & | report_type (Bool forceInit=False) |
| DownlinkDataReportIE & | dnlnk_data_rpt (Bool forceInit=False) |
| ErrorIndicationReportIE & | err_indctn_rpt (Bool forceInit=False) |
| LoadControlInformationIE & | load_ctl_info (Bool forceInit=False) |
| OverloadControlInformationIE & | ovrld_ctl_info (Bool forceInit=False) |
| AdditionalUsageReportsInformationIE & | add_usage_rpts_info (Bool forceInit=False) |
| UsageReportSessionReportReqIE & | usage_report (uint8_t idx) |
| int | next_usage_report () |
| SessionReportReq & | encode (uint8_t *dest) |
| pfcp_sess_rpt_req_t & | data () |
Public Member Functions inherited from PFCP::AppMsgSessionReq | |
| AppMsgSessionReq () | |
| Default constructor. More... | |
| AppMsgSessionReq (SessionBaseSPtr &ses, Bool allocSeqNbr) | |
| Class constructor. More... | |
| virtual | ~AppMsgSessionReq () |
| Class destructor. More... | |
| SessionBaseSPtr & | session () |
| Returs a reference to the session shaerd pointer. More... | |
Public Member Functions inherited from PFCP::AppMsgReq | |
| virtual | ~AppMsgReq () |
| Class destructor. More... | |
| LocalNodeSPtr & | localNode () |
| Returns a reference to the local node object for this message. More... | |
| RemoteNodeSPtr & | remoteNode () |
| Returns a reference to the remote node object for this message. More... | |
Public Member Functions inherited from PFCP::AppMsg | |
| virtual | ~AppMsg () |
| Class destructor. More... | |
| ULong | seqNbr () const |
| Returns the sequence number associated wtih this message. More... | |
| MsgType | msgType () const |
| Returns the message type for this message. More... | |
| MsgClass | msgClass () const |
| Returns the message class for this message (Node or Session). More... | |
| Bool | isReq () const |
| Returns True if this message is a request message, otherwise False. More... | |
| AppMsg & | setSeqNbr (const ULong sn) |
| Assigns the sequence number for this message. More... | |
| virtual const EString & | className () |
| Returns the class name for this object. More... | |
Protected Member Functions | |
| Void | postDecode () |
Protected Member Functions inherited from PFCP::AppMsgReq | |
| AppMsgReq () | |
| Default constructor. More... | |
| AppMsgReq (LocalNodeSPtr &ln, RemoteNodeSPtr &rn, Bool allocSeqNbr) | |
| Class constructor. More... | |
Protected Member Functions inherited from PFCP::AppMsg | |
| AppMsg () | |
| AppMsg (const AppMsg &dm) | |
| AppMsg & | setMsgType (const MsgType mt) |
| AppMsg & | setMsgClass (const MsgClass mc) |
| AppMsg & | setIsReq (const Bool rqst) |
| PFCP_R15::SessionReportReq::SessionReportReq | ( | PFCP::SessionBaseSPtr & | ses, |
| Bool | allocSeqNbr = True |
||
| ) |
| AdditionalUsageReportsInformationIE& PFCP_R15::SessionReportReq::add_usage_rpts_info | ( | Bool | forceInit = False | ) |
| pfcp_sess_rpt_req_t& PFCP_R15::SessionReportReq::data | ( | ) |
| DownlinkDataReportIE& PFCP_R15::SessionReportReq::dnlnk_data_rpt | ( | Bool | forceInit = False | ) |
| SessionReportReq& PFCP_R15::SessionReportReq::encode | ( | uint8_t * | dest | ) |
| ErrorIndicationReportIE& PFCP_R15::SessionReportReq::err_indctn_rpt | ( | Bool | forceInit = False | ) |
| uint16_t PFCP_R15::SessionReportReq::length | ( | ) | const |
| LoadControlInformationIE& PFCP_R15::SessionReportReq::load_ctl_info | ( | Bool | forceInit = False | ) |
| int PFCP_R15::SessionReportReq::next_usage_report | ( | ) |
| OverloadControlInformationIE& PFCP_R15::SessionReportReq::ovrld_ctl_info | ( | Bool | forceInit = False | ) |
|
protected |
| ReportTypeIE& PFCP_R15::SessionReportReq::report_type | ( | Bool | forceInit = False | ) |
| UsageReportSessionReportReqIE& PFCP_R15::SessionReportReq::usage_report | ( | uint8_t | idx | ) |
1.8.11