-- =============================================================================
--               GDMO definitions extracted from ITU-T Rec. Q.824.4 (1995)
-- =============================================================================

telefax4  MANAGED OBJECT CLASS
  DERIVED FROM  "ITU-T Rec. Q.824.0":teleservice;
  CHARACTERIZED BY
    telefax4Pkg PACKAGE
      BEHAVIOUR
        telefax4Bhv BEHAVIOUR
          DEFINED AS
            "Telefax 4, as defined in F.184 and I.241.3, is an international
            service enabling subscribers to exchange office correspondence in
            the form of documents containing facsimile coded information
            automatically via the ISDN. The Telefax 4 service provides a basic
            level of compatibility between all terminals participating in the
            service. It offers bidirectional communication between two users via
            the ISDN using 64 kbit/s digital signals over the B-channel. The
            basic element of the correspondence between users is the page which
            is the smallest unit of text treated as an entity. No restrictions
            shall exist concerning the operator procedures for generation of the
            text or the position of the text within the reproducible area.";;
      ATTRIBUTES
        telefaxClass  GET-REPLACE;;;
REGISTERED AS {cAISDNTSObjectClass 1};


telephony  MANAGED OBJECT CLASS
  DERIVED FROM  "ITU-T Rec. Q.824.0":teleservice;
  CHARACTERIZED BY
    telephonyPkg PACKAGE
      BEHAVIOUR
        telephonyBhv BEHAVIOUR
          DEFINED AS
            "The telephony service provides speech transmission at an audio
            bandwidth of 3.1 kHz as defined in I.241.1. The communication is
            bidirectional, with both directions continuously and simultaneously
            active during the speech phase. The network may use processing
            techniques appropriate for speech such as analogue transmission,
            echo cancellation and low bit rate encoding.";;
      ATTRIBUTES
        maxNumOfInfoChannels  GET SET-BY-CREATE,
        maxNumOfTotalCalls  GET;;;
REGISTERED AS {cAISDNTSObjectClass 2};


teletex  MANAGED OBJECT CLASS
  DERIVED FROM  "ITU-T Rec. Q.824.0":teleservice;
  CHARACTERIZED BY
    teletexPkg PACKAGE
      BEHAVIOUR
        teletexBhv BEHAVIOUR
          DEFINED AS
            "The basic Teletex service, as defined in F.200 and I.241.2,
            provides communication between equipment, which is used for the
            preparation, editing and printing of correspondence. A basic level
            of compatibility is provided between any two Teletex terminal
            equipments both nationally and internationally so that they may
            communicate formatted documents composed of character-coded
            information to each other.";;
      ATTRIBUTES
        teletexMode  GET SET-BY-CREATE;;;
REGISTERED AS {cAISDNTSObjectClass 3};


maxNumOfInfoChannels  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    CAISDNTSModule.MaxNumber;
  MATCHES FOR EQUALITY;
  BEHAVIOUR
    maxNumOfInfoChannelsBhv  BEHAVIOUR
      DEFINED AS
        "This attribute determines the maximum number of Information channels to
        be used by the Telephone teleservice as defined in I.241.1.";;
REGISTERED AS {cAISDNTSAttribute 1};


maxNumOfTotalCalls  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    CAISDNTSModule.MaxNumber;
  MATCHES FOR EQUALITY;
  BEHAVIOUR
    maxNumOfTotalCallsBhv  BEHAVIOUR
      DEFINED AS
        "This attribute determines the maximum number of simultaneous calls to
        be used by the Telephone teleservice as defined in I.241.1.";;
REGISTERED AS {cAISDNTSAttribute 2};


telefaxClass  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    CAISDNTSModule.TelefaxClass;
  MATCHES FOR EQUALITY;
  BEHAVIOUR
    telefaxClassBhv  BEHAVIOUR
      DEFINED AS
        "The Telefax Class attribute defines the class of telefax teleservice as
        described in F.184 and I.241.3.";;
REGISTERED AS {cAISDNTSAttribute 3};


teletexMode  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    CAISDNTSModule.TeletexMode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR
    teletexModeBhv  BEHAVIOUR
      DEFINED AS
        "The teletex mode attribute defines the mode of teletex teleservice as
        described in F.200 and I.241.2.";;;

-- =============================================================================
--  Formatted by OpenT2 Version 5.5.6.34 on Fri Aug 20 11:20:49 2004