Uses of Class
com.opencloud.slee.resources.cgin.AbstractLazyEncodedNamedInteger
-
Packages that use AbstractLazyEncodedNamedInteger Package Description com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings.com.opencloud.slee.resources.in.datatypes.map Defines classes to represent some MAP types for which their ASN.1 specifications say merely OCTET STRING, that are not used by other protocols, and for which standards define the layout of bit-fields within the octet strings.com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of AbstractLazyEncodedNamedInteger in com.opencloud.slee.resources.in.datatypes.cc
Subclasses of AbstractLazyEncodedNamedInteger in com.opencloud.slee.resources.in.datatypes.cc Modifier and Type Class Description static class
BearerCapability.ITU_T.Ericsson.Ericsson4b
Class Ericsson4b represents the data within octet 4b of the Ericsson-specific data.static class
BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem
Class Modem represents the DuplexMode and ModemType within a BearerCapability.ITU_T.static class
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital
Class UnrestrictedDigital represents data that is relevant when TransferCapability is UNRESTRICTED_DIGITAL and Layer1Protocol is V120 or V110 or I460 or X30.static class
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110
Class V110 represents data that is relevant when TransferCapability is UNRESTRICTED_DIGITAL and Layer1Protocol is V110 or I460 or X30.static class
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120
Class V120 represents data that is relevant when TransferCapability is UNRESTRICTED_DIGITAL and Layer1Protocol is V120.class
LegType
Class LegType identifies a specific party in a call. -
Uses of AbstractLazyEncodedNamedInteger in com.opencloud.slee.resources.in.datatypes.map
Subclasses of AbstractLazyEncodedNamedInteger in com.opencloud.slee.resources.in.datatypes.map Modifier and Type Class Description class
MMCode
Class MMCode encapsulates a Mobility Management event.class
SSCode
Class SSCode encapsulates a Supplementary Service Code. -
Uses of AbstractLazyEncodedNamedInteger in com.opencloud.slee.resources.in.datatypes.sms
Subclasses of AbstractLazyEncodedNamedInteger in com.opencloud.slee.resources.in.datatypes.sms Modifier and Type Class Description class
SMSDataCodingScheme
Class SMSDataCodingScheme encapsulates a TP-DCS field, which appears inside a SMSTPDU, hence it represents part of a larger octet string.static class
SMSDataCodingScheme.GeneralScheme
Class GeneralScheme represents the General Data and Auto Delete cases of a TP-DCS field.static class
SMSDataCodingScheme.MessageCodingScheme
Class MessageCodingScheme represents the Message Coding case of a TP_DCS field.static class
SMSDataCodingScheme.MessageWaitingScheme
Class MessageWaitingScheme represents the Message Waiting cases of a TP_DCS field.class
SMSProtocolId
Class SMSProtocolId represents TP-PID protocol identifiers, which appear as one octet within SMSTPDUs.
-