|
| | SGWUPFNodeSelector (const unsigned char lb, const unsigned char hb, const char *mnc, const char *mcc) |
| | Class constructor. More...
|
| |
| | SGWUPFNodeSelector (unsigned char lb, unsigned char hb, const unsigned char *plmnid) |
| | Class constructor. More...
|
| |
| | SGWUPFNodeSelector (const char *lb, const char *hb, const char *mnc, const char *mcc) |
| | Class constructor. More...
|
| |
| | SGWUPFNodeSelector (const char *lb, const char *hb, const unsigned char *plmnid) |
| | Class constructor. More...
|
| |
| | SGWUPFNodeSelector (const char *node, const char *mnc, const char *mcc) |
| | Class constructor. More...
|
| |
| | SGWUPFNodeSelector (const char *node, const unsigned char *plmnid) |
| | Class constructor. More...
|
| |
| AppProtocol * | addDesiredProtocol (UPFAppProtocolEnum p) |
| | Adds the desired application protocol to the selector. More...
|
| |
| DNS::namedserverid_t | getNamedServerID () |
| | Retrieves the named server ID. More...
|
| |
| DNS::namedserverid_t | setNamedServerID (DNS::namedserverid_t nsid) |
| | Assigns the named server ID. More...
|
| |
| AppServiceEnum | getDesiredService () |
| | Retrieves the desired application service type. More...
|
| |
| AppProtocolList & | getDesiredProtocols () |
| | Retrieves the list of application protocols. More...
|
| |
| const EString & | getDomainName () |
| | Retrieves the domain name. More...
|
| |
| NodeSelectorResultList & | getResults () |
| | Retrieves the node selector results list. More...
|
| |
| UsageType | addDesiredUsageType (UsageType ut) |
| | Adds a desired usage type to the list of desired usage types. More...
|
| |
| NetworkCapability & | addDesiredNetworkCapability (const char *nc) |
| | Adds a desired network capability to the list of desired network capabilities. More...
|
| |
| NetworkCapability & | addDesiredNetworkCapability (NetworkCapability &nc) |
| | Adds a desired network capability to the list of desired network capabilities. More...
|
| |
| NodeSelectorResultList & | process () |
| | Performs synchronous selection process. More...
|
| |
| Void | process (cpVoid data, AsyncNodeSelectorCallback cb) |
| | Performs asynchronous node selection process. More...
|
| |
| Void | dump () |
| | Prints the contents of this object. More...
|
| |
A SGW user plane node selector.