Class MSBearerCapability.GSM.Content.NonSpeech.Access.O5a

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

    public static final class MSBearerCapability.GSM.Content.NonSpeech.Access.O5a
    extends AbstractLazyEncodedByteArray
    Class O5a represents the data of octets 5a*..5b* in 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.

     O5a ::= SEQUENCE {
         otherRateAdaption OtherRateAdaption,
         otherITC          OtherITC,
         o5b               O5b 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 5a*ext. 0/1Other ITCOther rate adaptionSpare (000)
    Octet 5b*ext. 1Hdr/No HdrMultiframeModeLogical link identifierAssignor/eeInband negotiationSpare (0)

    See Also:
    Serialized Form