Uses of Class
com.opencloud.sentinel.common.MccMnc
-
Packages that use MccMnc Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel SIP service.com.opencloud.sentinel.providers This package contains the interfaces for injected resource providers in the Sentinel SIP service. -
-
Uses of MccMnc in com.opencloud.sentinel.common
Fields in com.opencloud.sentinel.common with type parameters of type MccMnc Modifier and Type Field Description static java.util.List<MccMnc>
SentinelSipSessionState. _initialPaniMccsMncs
Methods in com.opencloud.sentinel.common that return MccMnc Modifier and Type Method Description MccMnc
SentinelSipSessionState. getImsiMccMnc()
MccMnc
SentinelSipSessionState. getPvniMccMnc()
Methods in com.opencloud.sentinel.common that return types with arguments of type MccMnc Modifier and Type Method Description java.util.List<MccMnc>
SentinelSipSessionState. getPaniMccsMncs()
Methods in com.opencloud.sentinel.common with parameters of type MccMnc Modifier and Type Method Description void
SentinelSipSessionState. setImsiMccMnc(MccMnc mccMnc)
void
SentinelSipSessionState. setPvniMccMnc(MccMnc mccMnc)
Method parameters in com.opencloud.sentinel.common with type arguments of type MccMnc Modifier and Type Method Description void
SentinelSipSessionState. setPaniMccsMncs(java.util.List<MccMnc> paniMccsMncs)
-
Uses of MccMnc in com.opencloud.sentinel.providers
Methods in com.opencloud.sentinel.providers with parameters of type MccMnc Modifier and Type Method Description PlmnIdAnalyser.PlmnIdMatch
PlmnIdAnalyser. classifyMccMnc(MccMnc mccMnc, com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)
Classify an MccMncboolean
PlmnIdAnalyser. isHomePlmnId(MccMnc mccMnc, com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)
Determine if an MccMnc is a home PLMN ID
-