Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPAPN_Configuration |
MAPAPN_Configuration.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAPN_Configuration |
MAPAPN_Configuration.copyOf(MAPAPN_Configuration from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPAPN_Configuration[] |
MAPAPN_ConfigurationProfile.getEpsDataList()
Gets the value of the field epsDataList.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setAmbr(MAPAMBR value)
Sets the value of the field ambr.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setApn_oi_Replacement(AccessPointNameOperatorId value)
Sets the value of the field apn-oi-Replacement.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setApn(AccessPointName value)
Sets the value of the field apn.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setChargingCharacteristics(byte[] value)
Sets the value of the field chargingCharacteristics.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setContextId(int value)
Sets the value of the field contextId and marks the field as present.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setEps_qos_Subscribed(MAPEPS_QoS_Subscribed value)
Sets the value of the field eps-qos-Subscribed.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setPdn_gw_AllocationType(MAPPDN_GW_AllocationType value)
Sets the value of the field pdn-gw-AllocationType.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setPdn_gw_Identity(MAPPDN_GW_Identity value)
Sets the value of the field pdn-gw-Identity.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setPdn_Type(byte[] value)
Sets the value of the field pdn-Type.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setServedPartyIP_IPv4_Address(byte[] value)
Sets the value of the field servedPartyIP-IPv4-Address.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setServedPartyIP_IPv6_Address(byte[] value)
Sets the value of the field servedPartyIP-IPv6-Address.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setSipto_Permission(MAPSIPTO_Permission value)
Sets the value of the field sipto-Permission.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setSpecificAPNInfoList(MAPSpecificAPNInfo[] value)
Sets the value of the field specificAPNInfoList.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setVplmnAddressAllowedPresent(boolean flag)
Sets the presence or absence of the optional field vplmnAddressAllowed.
|
Modifier and Type | Method and Description |
---|---|
static MAPAPN_Configuration |
MAPAPN_Configuration.copyOf(MAPAPN_Configuration from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPAPN_ConfigurationProfile |
MAPAPN_ConfigurationProfile.setEpsDataList(MAPAPN_Configuration[] value)
Sets the value of the field epsDataList.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPAPN_Configuration,MAPAPN_Configuration,MAPProto.MAP_MS_DataTypes_APN_Configuration> |
MAPCodecs.MAP_MS_DataTypes_APN_Configuration
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.APN-Configuration
|
static PersistCodec<MAPAPN_Configuration,MAPAPN_Configuration,MAPProto.MAP_MS_DataTypes_APN_Configuration> |
MAPCodecs.MAP_MS_DataTypes_APN_Configuration
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.APN-Configuration
|