Class MSBearerCapability.GSM.Content.NonSpeech.Access

  • All Implemented Interfaces:
    DataObject, Serializable
    Enclosing class:
    MSBearerCapability.GSM.Content.NonSpeech

    public static final class MSBearerCapability.GSM.Content.NonSpeech.Access
    extends AbstractLazyEncodedByteArray
    Class Access represents flow control of data within a MSBearerCapability. It represents part of a larger octet string; it is not transmitted on a network by itself.

    The API offered by this class is as if the type were specified in ASN.1 as follows.

     Access ::= SEQUENCE {
         signallingAccessProtocol SignallingAccessProtocol,
         rateAdaption             RateAdaption,
         o5a                      O5a OPTIONAL,
     }
    The class takes care of encoding the field values into a byte-array and decoding field values from a byte-array, the encoded representation being as tabulated below.

    Data Encoding based on 3GPP TS 24.008 v4.17.0 (2007-09) §10.5.4.5 pp343-361
    87654321
    Octet 5*ext. 0/1Access id. (00)Rate adaptionSignalling access protocol
    Octet 5a*ext. 0/1Other ITCOther rate adaptionSpare (000)
    Octet 5b*ext. 1Hdr/No HdrMultiframeModeLogical link identifierAssignor/eeInband negotiationSpare (0)

    See Also:
    Serialized Form