-- =============================================================================
--               GDMO definitions extracted from ITU-T Rec. G.776.1 (1998)
-- =============================================================================

--DCME DS0 Attributes
dcmeDS0AtributePackage PACKAGE
  BEHAVIOUR dcmeDS0AtributePackageBehaviour;
    --ATTRIBUTES --;
REGISTERED AS {g776-1Package 1};


dcmeDS0AtributePackageBehaviour BEHAVIOUR
  DEFINED AS
    "This package defines the DS0 attributes used in a DCME.";


--DCME Attributes
dcmeAtributesPackage PACKAGE
  BEHAVIOUR dcmeAtributesPackageBehaviour;
    --ATTRIBUTES --;
REGISTERED AS {g776-1Package 2};


dcmeAtributesPackageBehaviour BEHAVIOUR
  DEFINED AS
    "This package defines the atributes used in Digital Circuit Multiplication
    Equipment (DCME).";


--DCME DLC Attributes
dcmeDLCAttributesPackage PACKAGE
  BEHAVIOUR dcmeDLCAttributesPackageBehaviour;
  ATTRIBUTES
    dlc64kbpsState,
    dlcFirstAveragingPeriod,
    dlc64kbpsDeactivationTimer,
    dlcMode,
    dlc64kbpsOnRatio,
    dlcVoiceDeactivationTimer,
    dlc64kbpsThreshold,
    dlcVoiceState;
REGISTERED AS {g776-1Package 3};


dcmeDLCAttributesPackageBehaviour BEHAVIOUR
  DEFINED AS
    "This package defines the atributes of DCME.";


--EC DS0 Attributes
ecDS0AttributePackage PACKAGE
  BEHAVIOUR ecDS0AttributePackageBehaviour;
  ATTRIBUTES
    ecOffsetDelayFar GET-REPLACE,
    ecOffsetDelayMaxFar GET,
    ecProcessingCapability GET-REPLACE,
    ecProcessingCapabilityFar GET-REPLACE,
    ecProcessingCapabilityMax GET,
    ecProcessingCapabilityMaxFar GET;
REGISTERED AS {g776-1Package 4};


ecDS0AttributePackageBehaviour BEHAVIOUR
  DEFINED AS
    "This package defines the DS0 atributes used in a ECE.";


--Echo Cancellation
echoCancellationPackage PACKAGE
  BEHAVIOUR echoCancellationPackageBehaviour;
  ATTRIBUTES
    ecComfortNoise GET-REPLACE,
    ecDataToneDisablerDisableMode GET-REPLACE,
    ecDataToneDisablerReenableMode GET-REPLACE,
    ecEchoCharacteristics GET-REPLACE,
    ecMinERL GET-REPLACE,
    ecNonlinearProcessor GET-REPLACE,
    ecOffsetDelay GET-REPLACE,
    ecOffsetDelayMax GET,
    ecProcessingCapability GET,
    ecProcessingCapabilityMax GET-REPLACE,
    ecSignallingToneDisabler GET-REPLACE,
    ecVPAToneDisable GET-REPLACE;
  ACTIONS
    resetHregister;
REGISTERED AS {g776-1Package 5};


echoCancellationPackageBehaviour BEHAVIOUR
  DEFINED AS
    "This package defines the attributes used in Echo Canceller Equipment
    (ECE).  The echo canceller attributes are provisionable per ECE basis.";


--Echo Canceller Equipment
echoCancellerEquipmentPackage PACKAGE
  BEHAVIOUR echoCancellerEquipmentPackageBehaviour;
  ATTRIBUTES
    controllerResetState GET-REPLACE,
    ecCRCDetection GET-REPLACE,
    ecRCVCRC GET-REPLACE,
    ecSelfTestInService GET-REPLACE,
    ecSNDCRC GET-REPLACE,
    ecTimingReference GET-REPLACE,
    ecTimingReferenceSide GET-REPLACE,
    facilityLoopTest GET-REPLACE,
    maskPerformanceReports GET-REPLACE,
    moduleProvisioningState GET-REPLACE,
    packMaintenanceState GET-REPLACE,
    performanceCountsClearState GET-REPLACE,
    spneID GET-REPLACE;
  ACTIONS
    activateLEDTest,
    deactivateLEDTest,
    runECSelfTestOutofService;
REGISTERED AS {g776-1Package 6};


echoCancellerEquipmentPackageBehaviour BEHAVIOUR
  DEFINED AS
    "This package defines the attributes related to echo canceller equipment
    that are outside the basic echo canceller function.  These include facility
    attributes, self-test capabilities, maintenance and performance monitoring
    capabilities.";


--Echo Canceller Per Call Control
echoCancellerPerCallControlPackage PACKAGE
  BEHAVIOUR echoCancellerPerCallControlPackageBehaviour;
  ATTRIBUTES
    ecPerCallControl GET-REPLACE,
    ecPerCallCAS   GET-REPLACE;
REGISTERED AS {g776-1Package 7};


echoCancellerPerCallControlPackageBehaviour BEHAVIOUR
  DEFINED AS
    "This package defines the external control capabilites of an echo
    canceller.  The per-call control capability is an external, out-of-band echo
    canceller capability.  These methods generally use the signalling bits in
    either the DS1 or E1 formats.";


--Echo Canceller Far
echoCancellerFarPackage PACKAGE
  BEHAVIOUR echoCancellerFarPackageBehaviour;
  ATTRIBUTES
    ecComfortNoiseFar GET-REPLACE,
    ecProcessingCapabilityFar GET-REPLACE,
    ecProcessingCapabilityMaxFar GET-REPLACE,
    ecOffsetDelayFar GET-REPLACE,
    ecOffsetDelayMaxFar GET-REPLACE,
    ecNonlinearProcessorFar GET-REPLACE,
    ecMinERLFar GET-REPLACE,
    ecEchoCharacteristicsFar GET-REPLACE;
REGISTERED AS {g776-1Package 8};


echoCancellerFarPackageBehaviour BEHAVIOUR
  DEFINED AS
    "This package defines the attributes for far-end echo cancellation. These
    attributes are similar to the attributes for the basic echo canceller
    function package defined in echoCancellerPackage, but modified for the
    far-end echo cancellation capability. Additional attributes that are not in
    the basic package include those for the bulk delay, which is an additional
    capability for this type of echo cancellation.";
--G776.1 Objects


--Application Software
appSoftware  MANAGED OBJECT CLASS
  DERIVED FROM   "Recommendation X.721: 1992":top;
  CHARACTERIZED BY appSoftwarePackage  PACKAGE
    BEHAVIOUR appSoftwareBehaviour;
    ATTRIBUTES
      appSoftwareId GET;
    ACTIONS
      functionDefine,
      functionListQuery, --   query to list device template files
      serviceDefine,     --   download service template file
      serviceListQuery   --   query to list service template files
        ;;;
  CONDITIONAL PACKAGES
    "Recommendation M.3100:1992":createDeleteNotificationPackage
      PRESENT IF
      "the objectCreation and objectDeletion notifications defined in
      Recommendation X.721 are supported by an instance of this managed object class";
REGISTERED AS { g776-1ObjectClass 1 };


appSoftwareBehaviour BEHAVIOUR
  DEFINED AS
    "The Application Software object class is a class of managed objects that
    serves as a superclass for the serviceDefinition objects and
    functionDefinition objects to allow installation of all of the service
    related functions and library functions. It allows the user to install a
    ServiceFunction Definition template or DeviceFunction Definition Template,
    as described in the serviceDefinition MO and functionDefinition MO.";


--Bearer Channel
bc MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY bcPackage PACKAGE
    BEHAVIOUR bcBehaviour;
    ATTRIBUTES
      alarmExtensionMode GET-REPLACE,
      bcID GET,
      bearerBackwardAlarm GET-REPLACE;;;
REGISTERED AS {g776-1ObjectClass 2};


bcBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Bearer
bearer MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY bearerPackage PACKAGE
    BEHAVIOUR bearerBehaviour;
    ATTRIBUTES
      dataQueueFreezeoutFraction GET,
      facsimileMeanNumberofBanksAllocated GET,
      facsimileMeanNumberofImageBlocksPerCall GET,
      faxFECState GET,
      fccLocalErrorCount GET,
      fccRemoteErrorCount GET,
      itID GET,
      mapChangeHandlerActivation GET-REPLACE,
      numberOfADPCMFallbacksDueToNSFFailure GET,
      numberReceivedBearers GET-REPLACE,
      peakNumberOfFacsimileBanksAllocated GET,
      percentOfTimeFECActivated GET,
      poolReceiveID GET,
      poolSize GET-REPLACE,
      poolTransmitID GET,
      remoteITID GET,
      rxBC GET-REPLACE,
      statisticsTimeInterval GET-REPLACE,
      txBC GET-REPLACE,
      voiceActivityRatio GET,
      voiceAverageBitsPerSample GET,
      voiceFreezeoutExcess GET,
      dlcVoiceHighLoadThreshold GET-REPLACE,
      dlcVoiceLowLoadThreshold GET-REPLACE,
      voiceQueueFreezeoutFraction GET;;;
REGISTERED AS {g776-1ObjectClass 3};


bearerBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Clique
clique MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY cliquePackage PACKAGE
    BEHAVIOUR cliqueBehaviour;
    ATTRIBUTES
      adpcm2bitOverload GET-REPLACE,
      ccAverageBER GET,
      ccBERRatio GET,
      channelCheckProcedure GET-REPLACE,
      cliqueID GET,
      dlcDataHighLoadThreshold GET,
      dlcDataLowLoadThreshold GET,
      dlcVoiceDeactivationTimer GET,
      dlcMode GET-REPLACE,
      dlcFirstAveragingPeriod GET,
      dlc64kbpsDeactivationTimer GET,
      dlcVoiceHighLoadThreshold GET,
      dlcVoiceLowLoadThreshold GET,
      faxFECActivation GET,
      facsimileSystemRemod GET,
      faxFECState GET;;;
REGISTERED AS {g776-1ObjectClass 4};


cliqueBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Common Message Interexchange Format (CMIF)
cmif MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY cmifPackage PACKAGE
    BEHAVIOUR cmifBehaviour;;;
REGISTERED AS {g776-1ObjectClass 5};


cmifBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Communications Port
communicationsPort MANAGED OBJECT CLASS
  DERIVED FROM tbd;
  CHARACTERIZED BY communicationsPortPackage PACKAGE
    BEHAVIOUR communicationsPortBehaviour;
    ATTRIBUTES
      comPort1BaudRate GET-REPLACE,
      comPort2BaudRate GET-REPLACE,
      comPort1Type GET-REPLACE,
      comPort2Type GET-REPLACE;;;
REGISTERED AS {g776-1ObjectClass 6};


communicationsPortBehaviour BEHAVIOUR
  DEFINED AS
    "This defines a managed object class for the communications ports function
    of managed object classes.";


--Digital Circuit Multiplication Equipment
dcme MANAGED OBJECT CLASS
  DERIVED FROM spne;
  CHARACTERIZED BY dcmePackage PACKAGE
    BEHAVIOUR dcmeBehaviour;
    ATTRIBUTES
      clockSourceGroup GET-REPLACE,
      clockSourceGroupPriorityID GET,
      clockSourceGroupPriorityIDInClockSourceGroup GET,
      connectedRatio64kbps GET,
      dataActivityRatio GET,
      dataActivityThreshold GET-REPLACE,
      dataHangoverFirst GET-REPLACE,
      dataHangoverSecond GET-REPLACE,
      dcmeMode GET-REPLACE,
      disconnectIdleCalls GET-REPLACE,
      injectedRxNoiseMax GET-REPLACE,
      operationalMode GET-REPLACE,
      receiveVoiceActivityDetector GET-REPLACE,
      statisticsImplementation GET-REPLACE;;;
REGISTERED AS {g776-1ObjectClass 7};


dcmeBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";
--DCME Map Configuration


dcmeMapConfiguration MANAGED OBJECT CLASS
  DERIVED FROM "Recommendation x.721: 1992":top;
  CHARACTERIZED BY dcmeMapConfigurationPackage PACKAGE
    BEHAVIOUR dcmeMapConfigurationBehaviour;
    ATTRIBUTES
      destinationNumberAtFarEnd GET-REPLACE,
      mapOrganization GET-REPLACE,
      mapSiteName GET-REPLACE,
      mapCreationDate GET-REPLACE,
      mapCreationTime GET-REPLACE,
      mapNumberOfUpdates GET-REPLACE,
      mapLastUpdatedBy GET-REPLACE,
      mapUpdateDate GET-REPLACE,
      mapUpdateTime GET-REPLACE;;;
REGISTERED AS {g776-1ObjectClass 17};


dcmeMapConfigurationBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Destination
destination MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY destinationPackage PACKAGE
    BEHAVIOUR destinationBehaviour;
    ATTRIBUTES
      dlcAllocatedBearerNibbles GET-REPLACE,
      destinationID GET,
      destinationName GET-REPLACE,
      destinationNameAbbreviated GET-REPLACE;;;
REGISTERED AS {g776-1ObjectClass 8};


destinationBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";
--Device Function Definition


deviceFunctionDefinition  MANAGED OBJECT CLASS
  --<VIRTUAL-WORKER, NEW-THREAD>--
  DERIVED FROM "Recommendation X.721: 1992":top;
  CHARACTERIZED BY createDeleteNotificationPackage,
    functionDefinePackage  PACKAGE
      BEHAVIOUR deviceFunctionDefinitionBehaviour;
      ATTRIBUTES
        templateName         GET,
        "Recommendation M.3100:1992":objectList  GET,
          -- contains a list of functionName pointer to functionPool MO Instances
        dateInstalled           GET,
        dateCompiled          GET,
        dateDefinedByUser  GET;
      ACTIONS
        servicePoolSizeDecrease,
        servicePoolSizeIncrease,
        functionReplace;;;
  CONDITIONAL PACKAGES
    "Recommendation M.3100:1992":attributeValueChangeNotificationPackage
      PRESENT IF
      "the attributeValueChange notification  defined in Recommendation X.721 is
      supported by an instance of this managed object class";
REGISTERED AS { g776-1ObjectClass 9 };


deviceFunctionDefinitionBehaviour BEHAVIOUR
  DEFINED AS
    "Device Function Definition object class is a class of managed objects that
    represents Device Function Definitions stored in the SSPS. The Device
    Function Definition is provided by filling in a template. The complete
    template will result in a file that is loaded into SSPS using a
    FunctionDefine command.  The template accounts for multiple functions on a
    DSP or processor as well as function that spans multiple DSPs/processors.
    The AppSoftware object FunctionDefine Action Command leads to the creation
    of the respective device function definition objects. Upon receiving a
    successful Action response message from the SSPS, the functionDefine Action
    function will automatically create this object. The SSPS response message
    will include all of the attributes that are needed in creating this object.
    Deleting this object will result in removing a DeviceFunction Definition
    Template from the function definition library in SSPS.  The system will not
    allow a function to be removed that is currently being utilized by a Service.";


--Dynamic Load Control
dlc MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY dlcPackage PACKAGE
    BEHAVIOUR dlcBehaviour;
    ATTRIBUTES
      dlcDataHighLoadThreshold GET-REPLACE,
      dlcDataLowLoadThreshold GET-REPLACE,
      dlc64kbpsState GET,
      dlc64kbpsDeactivationTimer GET-REPLACE,
      dlc64kbpsThreshold GET-REPLACE,
      dlc64kbpsOnRatio GET,
      dlc64kbpsControl GET-REPLACE,
      dlcFirstAveragingPeriod GET-REPLACE,
      dlcMode GET-REPLACE,
      dlcSympatheticControl GET-REPLACE,
      dlcTCHInteraction GET-REPLACE,
      dlcVoiceControl GET-REPLACE,
      dlcVoiceDeactivationTimer GET-REPLACE,
      dlcVoiceState GET,
      voiceDLCOnRatio GET;;;
REGISTERED AS {g776-1ObjectClass 10};


dlcBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Time Slot at 64 kb/s (DS0 or E0)
ds0 MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY ds0Package PACKAGE
    BEHAVIOUR ds0Behaviour;
    ATTRIBUTES
      ds0ID GET,
      dsi GET-REPLACE,
      failedSeizuresRatio64kbps GET,
      tcAssignment GET-REPLACE,
      tcID GET-REPLACE,
      voiceOrData GET-REPLACE,
      voicebandCodingAlgorithm GET-REPLACE,
      voicebandCodingAlgorithmInUse GET;;;
  CONDITIONAL PACKAGES
    ecDS0AttributePackage
    PRESENT IF "Echo Cancellation supported in this SPNE";
REGISTERED AS {g776-1ObjectClass 11};


ds0Behaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--PRI at 1544 kb/s (DS1)
ds1 MANAGED OBJECT CLASS
  DERIVED FROM pri;
  CHARACTERIZED BY ds1Package PACKAGE
    BEHAVIOUR ds1Behaviour;;;
REGISTERED AS {g776-1ObjectClass 12};


ds1Behaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--PRI at 2048 kb/s (E1)
e1 MANAGED OBJECT CLASS
  DERIVED FROM pri;
  CHARACTERIZED BY e1Package PACKAGE
    BEHAVIOUR e1Behaviour;;;
REGISTERED AS {g776-1ObjectClass 13};


e1Behaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Echo Canceller Equipment
ece MANAGED OBJECT CLASS
  DERIVED FROM "Recommendation M3100:1992":equipment;
  CHARACTERIZED BY echoCancellationPackage ;
  CONDITIONAL PACKAGES
    echoCancellerEquipmentPackage PRESENT IF
      "the echo Canceller Equipment parameters are present",
    echoCancellerPerCallControlPackage PRESENT IF
      "the echo Canceller Per Call Control parameters are present in the echo
      canceller fuction.",
    echoCancellerFarPackage PRESENT IF
      "the echo Canceller Far End Control parameters are present in the echo
      canceller function.";
REGISTERED AS {g776-1ObjectClass 14};


eceBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Far End Control
farEndControl MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY farEndControlPackage PACKAGE
    BEHAVIOUR farEndControlBehaviour;
    ATTRIBUTES
      dcmeFarEndControl;;;
REGISTERED AS {g776-1ObjectClass 15};


farEndControlBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Facsimile Demodulation/Remodulation
faxRemod MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY faxRemodPackage PACKAGE
    BEHAVIOUR faxRemodBehaviour;
    ATTRIBUTES
      facsimileBitRateID GET,
      facsimileCallDirectionID GET,
      facsimileDemodulation GET-REPLACE,
      facsimileModulationSchemeID GET,
      facsimileRemodOutputLevel GET-REPLACE,
      facsimileRemodOutputLevelMode GET-REPLACE,
      facsimileStatisticsTimeInterval GET-REPLACE,
      faxFECActivation GET-REPLACE,
      numberOfADPCMFallbacksNotDueToDCNDetection GET,
      numberOfFacsimileBankAllocationFailuresDuetoNearEndCongestion GET,
      numberOfFacsimileCalls GET,
      numberOfFacsimileCallsUsingNonStandardFacilities GET,
      numberOfFacsimileCallsUsingStandardFacilities GET,
      numberOfFacsimileDemodRemodUnits GET,
      numberOfImageBlocksAtEachBitRate GET;;;
REGISTERED AS {g776-1ObjectClass 16};


faxRemodBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Function Pool
functionPool  MANAGED OBJECT CLASS
  DERIVED FROM "Recommendation X.721: 1992":top;
  CHARACTERIZED BY
    "Recommendation M.3100: 1992":createDeleteNotificationPackage,
    functionPoolPackage  PACKAGE
      BEHAVIOUR functionPoolBehaviour;
      ATTRIBUTES
        functionName GET,
        "Recommendation M.3100:1992":objectList GET-REPLACE;
      ACTIONS
        servicePoolLock,
        servicePoolUnlock,
        servicePoolStatusQuery,
        servicePoolThresholdWarningGet,
        servicePoolThresholdWarningSet;
      NOTIFICATIONS
        poolThresholdWarning ;;;
REGISTERED AS { g776-1ObjectClass 29 };


functionPoolBehaviour BEHAVIOUR
  DEFINED AS
    "Function Pool MO is a class of managed objects that represent the SSPS
    Service function resource pool. The purpose of the function pools is to
    insure the availability of attached processors for running particular
    functions and to minimize the delay time in assigning a function. It
    provides function resources corresponding to the physical Signal processing
    Resources on SSPS and their configuration as Functions. The Functions are
    available to the Services that are executing on a Real Time Basis. This
    object may automatically be instantiated (i.e. instances(s) of the object
    class(es) is created) upon receiving a successful functionDefine response
    from the managed system.   The functionDefine is an action which are defined
    in the Application Software Managed Object Classes. This object contains a
    list of pointers to the corresponding deviceFunctionDefinition Manage Object
    Instances.

    This object can only be deleted if there is  no referenced
    deviceFunctionDefinition Managed Object Instances specified in the
    objectList attribute, i.e., the objectList contains no pointers.

    This MO receives notifications from the SSPS Platform for pool threshold
    warnings whenever a threshold is triggered";


--Time Slot at 32 kb/s (Nibble)
nibble MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY nibblePackage PACKAGE
    BEHAVIOUR nibbleBehaviour;;;
REGISTERED AS {g776-1ObjectClass 18};


nibbleBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--OS Root Service
osRootService  MANAGED OBJECT CLASS
  DERIVED FROM "Recommendation X.721: 1992":top;
  CHARACTERIZED BY osRootServicePackage PACKAGE
    BEHAVIOUR osRootServiceBehaviour;
    ATTRIBUTES
      osRootServiceId GET;
    ACTIONS
      installServiceChannel,
      removeServiceChannel,
      retrieveServiceFile,
      sendGenericServiceMessage;
    NOTIFICATIONS
      genericServiceMessage;;;
  CONDITIONAL PACKAGES
    "Recommendation M.3100:1992":createDeleteNotificationPackage
      PRESENT IF
      "the objectCreation and objectDeletion notifications defined in
      Recommendation X.721 are supported by an instance of this managed object class";
REGISTERED AS { g776-1ObjectClass 28 };


osRootServiceBehaviour BEHAVIOUR
  DEFINED AS
    "The osRootService object class is a class of managed objects upon which the
    Service channels are built. The osRootService is another part of the SSPS
    platform.  It is where the support of Services can be customized for a
    particular customer. The rules for creation and connection of the Service
    Channels as well as command protocols for messages to the os Root Service
    can all be tailored to the specific needs of a customer." ;


--Primary Rate Interface (PRI)
pri MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY priPackage PACKAGE
    BEHAVIOUR priBehaviour;
    ATTRIBUTES
      casProtocol GET-REPLACE,
      priEBitActivation GET-REPLACE,
      priAlarmDelay GET-REPLACE,
      priBPVProcessing GET-REPLACE,
      priFBitError GET-REPLACE,
      priFrameFormat GET-REPLACE,
      priID GET,
      priLineCode GET-REPLACE,
      priLineImpedance GET-REPLACE,
      priModifiedCRC4Alignment GET-REPLACE,
      priRate GET-REPLACE,
      priSignalling GET-REPLACE,
      severelyErroredSecondsRatioThreshold GET-REPLACE,
      severelyErroredSecondsRatio GET,
        trunkPRI GET-REPLACE,
      ts16Usage GET-REPLACE;;;
REGISTERED AS {g776-1ObjectClass 22};


priBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Signalling
signalling MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY signallingPackage PACKAGE
    BEHAVIOUR signallingBehaviour;
    ATTRIBUTES
      q50Type GET-REPLACE,
      signallingIdleCode GET-REPLACE,
      signallingTransition GET-REPLACE,
      transmitOnhook GET-REPLACE,
      usmInterval GET-REPLACE,
      usmType GET-REPLACE;;;
REGISTERED AS {g776-1ObjectClass 23};


signallingBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--SPNE Clock
spneClock MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY spneClockPackage PACKAGE
    BEHAVIOUR spneClockBehaviour;
    ATTRIBUTES
      clockID GET,
      clockPriorityNumber GET-REPLACE,
      clockSource GET-REPLACE,
      clockSourcePriorityID GET,
      currentClockSrc GET,
      reserveClockSrc GET-REPLACE;;;
REGISTERED AS {g776-1ObjectClass 25};


spneClockBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--SPNE Configuration Map
spneConfigMap MANAGED OBJECT CLASS
  DERIVED FROM "Recomendation X.721: 1992":top;
  CHARACTERIZED BY spneConfigMapPackage PACKAGE
    BEHAVIOUR spneConfigMapBehaviour;
    ATTRIBUTES
      cmifGeneratorProgram GET-REPLACE,
      cmifSyntax GET-REPLACE,
      cmifVersion GET,
      mapName GET;;;
REGISTERED AS {g776-1ObjectClass 26};


spneConfigMapBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Trunk PRI
trunkPRI MANAGED OBJECT CLASS
  DERIVED FROM pri;
  CHARACTERIZED BY trunkPRIPackage PACKAGE
    BEHAVIOUR trunkPRIBehaviour;;;
REGISTERED AS {g776-1ObjectClass 27};


trunkPRIBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Service Channel Connection Termination Point Sink
scCTPSink  MANAGED OBJECT CLASS
  DERIVED FROM "Recommendation X.721: 1992":top;
  CHARACTERIZED BY
    "Recommendation M.3100:1992":createDeleteNotificationPackage,
    crossConnectionPointerPackage,
    connectionTerminationPointSourcePackage,
    scCTPSinkPackage  PACKAGE
      BEHAVIOUR scCTPSinkBehaviour;
      ATTRIBUTES
        scCTPId GET;;;
  CONDITIONAL PACKAGES
    "Recommendation M.3100:1992":attributeValueChangeNotificationPackage
      PRESENT IF
      "the attributeValueChange notification  defined in Recommendation X.721 is
      supported by an instance of this managed object class";
REGISTERED AS { g776-1ObjectClass 30 };


scCTPSinkBehaviour BEHAVIOUR
  DEFINED AS
    "Service Channel Connection Termination Point Sink Object terminates a
    service channel port connection.  The upstream connectivity pointer
    attribute points to the termination point managed object, within the same
    managed element, that receives information (traffic) to this termination
    point at the same layer, or is null.";


--Service Channel Connection Termination Point Source
scCTPSource  MANAGED OBJECT CLASS
  DERIVED FROM "Recommendation X.721: 1992":top;
  CHARACTERIZED BY
    "Recommendation M.3100:1992":createDeleteNotificationPackage,
    "Recommendation M.3100:1992":crossConnectionPointerPackage,
    "Recommendation M.3100:1992":connectionTerminationPointSinkPackage,
    scCTPSourcePackage  PACKAGE
      BEHAVIOUR scCTPSourceBehaviour;
      ATTRIBUTES
        scCTPId GET;;;
  CONDITIONAL PACKAGES
    "Recommendation M.3100:1992":attributeValueChangeNotificationPackage
      PRESENT IF
      "the attributeValueChange notification  defined inRecommendation X.721 is
      supported by an instance of this managed object class";
REGISTERED AS { g776-1ObjectClass 31 };


scCTPSourceBehaviour BEHAVIOUR
  DEFINED AS
    "Service Channel Connection Termination Point Source Object originates a
    service channel port connection.  The downstream connectivity pointer
    attribute points to the termination point managed object, within the same
    managed element, that receives information (traffic) to this termination
    point at the same layer, or is null.";


--Service Channel
serviceChannel  MANAGED OBJECT CLASS
  DERIVED FROM "Recommendation X.721: 1992":top;
  CHARACTERIZED BY
    "Recommendation M.3100:1992":createDeleteNotificationPackage,
    serviceChannelPackage PACKAGE
      BEHAVIOUR serviceChannelBehaviour;
      ATTRIBUTES
        serviceChId GET,
        serviceName GET;
      ACTIONS
        retrieveServiceTree;;;
REGISTERED AS { g776-1ObjectClass 32 };


serviceChannelBehaviour BEHAVIOUR
  DEFINED AS
    "The Service Channel object class is a class of objects that represents
    service channels that conform to SSPS Service model. A Service Channel is
    the physical data path of a connection of devices.  It is the highest level
    in the Service hierarchy in which the customer application code can exist.
    The Service Channel is the immediate child of a Root Service. There can be
    an arbitrary number of Service Channels created under a Root Service. the
    Service Channel is the only place in the system that can be connected to
    facility interfaces by the Application. The Service Channel thus acts as a
    base for building applications. When a Service Channel is provisioned, it
    will be automatically re-invoked after power failures, system start-ups, and
    protection switches. A osRootService installServiceChannel action command
    will lead to the creation of this object. The removeServiceChannel Action
    request as stated in the osRootService MO is used to remove an instance of a
    Service that has been started by an installServiceChannel command. All
    internal connections for that Service are automatically removed. Nothing
    about the Service instance or its internal states is preserved. The unlink
    parameter is used to specify if external connections to the Service are to
    be removed automatically";


--Service Definition
serviceDefinition  MANAGED OBJECT CLASS
  DERIVED FROM   "Recommendation X.721: 1992":top;
  CHARACTERIZED BY
    "Recommendation M.3100:1992":createDeleteNotificationPackage,
    serviceDefinePackage  PACKAGE
      BEHAVIOUR serviceDefinitionBehaviour;
      ATTRIBUTES
        serTemplateName GET,
        dateInstalled GET,
        dateCompiled GET,
        dateDefinedByUser GET;
      ACTIONS
        functionReplace;;; --Replace with the most appropiate existing action
  CONDITIONAL PACKAGES
    "Recommendation M.3100:1992":attributeValueChangeNotificationPackage
      PRESENT IF
      "the attributeValueChange notification  defined in Recommendation X.721 is
      supported by an instance of this managed object class";
REGISTERED AS { g776-1ObjectClass 33 };


serviceDefinitionBehaviour BEHAVIOUR
  DEFINED AS
    "Service Definition object class is a class of managed objects that
    represents Service Definitions stored in the SSPS. The Service Definition is
    provided by filling in a template. The complete template will result in a
    file that is loaded into SSPS using a ServiceDefine command. The template is
    presented as a sequence of data and is not specific to any language. The
    AppSoftware object ServiceDefine Action Command leads to the creation of the
    respective service definition objects. Upon receiving a successful Action
    response message from the SSPS, the ServiceDefine Action function will
    automatically create the service definition object. The SSPS response
    message will include attributes that are needed in creating the Service
    Definition object.  Deleting this object will result in removing a Service
    definition template from the library. If Services are currently running with
    the definition to be removed then they will continue running. This command
    simply updates the library such that future requests to invoke this Service
    will fail since the definition is no longer valid.";
--G776.1 Notifications


--Generic Service Message
genericServiceMessage  NOTIFICATION
  BEHAVIOUR genericServiceMessageBehaviour  BEHAVIOUR
    DEFINED AS
      "An genericService message is sent from SSPS API Services.";;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.GenericServiceMessage;
REGISTERED AS {g776-1Notification 1};


--Pool Threshold Warning
poolThresholdWarning  NOTIFICATION
  BEHAVIOUR poolThresholdWarningBehaviour  BEHAVIOUR
    DEFINED AS
      "PoolThresholdWarning notification will be sent to the OS when the
      specified threshold conditions relating to the number of unallocated
      functions remaining in the pool are met. There are two trigger conditions
      (trigger point and reset point) which can be changed. The trigger point
      must be crossed in a direction that increases the distance from the reset
      point; when this occurs, a message associated with that condition is
      unused. The reset point provides hysteresis to prevent multiple messages
      from being issued due to unallocated levels that hover about the trigger
      point. The reset point needs to be crossed in the opposite direction of
      the trigger point (distance from the trigger point increasing) before the
      trigger may be re-armed." ;;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.PoolThresholdInfo;
REGISTERED AS {g776-1Notification 2};


--G776.1 Name Bindings
--Application Software
appSoftware-jupManagedElement NAME BINDING
  SUBORDINATE OBJECT CLASS appSoftware;
  NAMED BY SUPERIOR OBJECT CLASS "Recommendation M.3100:1992":managedElement;
  WITH ATTRIBUTE appSoftwareId;
  BEHAVIOUR appSoftware-jupManagedElementBehaviour;
REGISTERED AS { g776-1NameBinding 1 };


appSoftware-jupManagedElementBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Device Function Definition
deviceFunctionDefinition-appSoftware  NAME BINDING
  SUBORDINATE OBJECT CLASS deviceFunctionDefinition AND SUBCLASSES;
  NAMED BY SUPERIOR OBJECT CLASS appSoftware AND SUBCLASSES;
  WITH ATTRIBUTE   templateName;
  BEHAVIOUR deviceFunctionDefinition-appSoftwareBehaviour;
REGISTERED AS { g776-1NameBinding 2 };


deviceFunctionDefinition-appSoftwareBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--OS Root Service
osRootService-spmHolder  NAME BINDING
  SUBORDINATE OBJECT CLASS   osRootService AND SUBCLASSES;
  NAMED BY SUPERIOR OBJECT CLASS spmHolder AND SUBCLASSES;
  WITH ATTRIBUTE osRootServiceId;
  BEHAVIOUR osRootService-spmHolderBehaviour;
REGISTERED AS { g776-1NameBinding 3 };


osRootService-spmHolderBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Service Channel Connection Termination Point Sink
scCTPSink-serviceChannel NAME BINDING
  SUBORDINATE OBJECT CLASS scCTPSink;
  NAMED BY SUPERIOR OBJECT CLASS serviceChannel;
  WITH ATTRIBUTE scCTPId;
  BEHAVIOUR scCTPSink-serviceChannelBehaviour;
REGISTERED AS { g776-1NameBinding 5};


scCTPSink-serviceChannelBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Service Channel Connection Termination Point Source
scCTPSource-serviceChannel NAME BINDING
  SUBORDINATE OBJECT CLASS scCTPSource;
  NAMED BY SUPERIOR OBJECT CLASS serviceChannel;
  WITH ATTRIBUTE scCTPId;
  BEHAVIOUR scCTPSource-serviceChannelBehaviour;
REGISTERED AS { g776-1NameBinding 6};


scCTPSource-serviceChannelBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


--Service Channel
serviceChannel-osRootService  NAME BINDING
  SUBORDINATE OBJECT CLASS serviceChannel  AND SUBCLASSES;
  NAMED BY SUPERIOR OBJECT CLASS osRootService  AND SUBCLASSES;
  WITH ATTRIBUTE serviceChId;
  BEHAVIOUR serviceChannel-osRootServiceBehaviour;
REGISTERED AS { g776-1NameBinding 7 };


serviceChannel-osRootServiceBehaviour BEHAVIOUR
  DEFINED AS
    "TBD";


adpcm2bitOverload  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR adpcm2bitOverloadBehaviour;
REGISTERED AS {g776-1Attribute 189};


adpcm2bitOverloadBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the capability of the clique to handle speech
    overload conditions using instantaneous 2bit ADPCM coding for speech.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is: See comment

    Comment: For G.763(1991)=Intelsat Rev2 DCME mode the parameter is fixed at
    disabled. For G.763(1995)=Intelsat Rev3 the default option setting is
    enabled. Default Value: If DCME Type=G.763 1991 then disabled, If DCME
    Type=G.763 1995 then enabled. Reference: G.763";


alarmExtensionMode  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    G776-1ASN1DefinedTypesModule.AlarmExtensionMode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  alarmExtensionModeBehaviour;
REGISTERED AS {g776-1Attribute 190};


alarmExtensionModeBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines how alarms detected on an incoming receive bearer
    will be extended to the related primary group channels. When the per channel
    option is chosen, the alarms will be extended towards the switch only to the
    trunk channels related to that destination. When the per PRI option is chosen,
    alarms will be extended on all primary groups which carry channels related
    to the alarmed destination (AIS on the whole PRI).

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Per Channel, Per PRI

    The default value is:

    Comment:

    Reference: G.763";


appSoftwareId ATTRIBUTE
  WITH ATTRIBUTE SYNTAX ASN1DefinedTypesModule.NameType;
  MATCHES FOR EQUALITY, ORDERING, SUBSTRINGS;
  BEHAVIOUR appSoftwareIdBehaviour;
REGISTERED AS {g776-1Attribute 415};


appSoftwareIdBehaviour BEHAVIOUR
  DEFINED AS
    "The appSoftwareId is an attribute whose distinguished value can be used as
    a RDN when naming an instance of the appSoftware object class.";


bcID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.BCID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  bcIDBehaviour;
REGISTERED AS {g776-1Attribute 193};


bcIDBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter identifies a bearer channel (BC).  A bearer channel (BC) is
    a unidirectional digital transmission path, on a Bearer, used to carry
    compressed traffic between corresponding DCME. A BC may have an
    instantaneous bit rate of either: 64,40,32,24,16 kbit/s. The parameter
    designates a BC in the range of 1 to 61 (normal range) and 64 to 124
    (overload range). Any integer percentage can be real with higher resolution.

    This attribute is characteristic of DCME. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of

    1 to 61, 64 to 124

    The default value is:

    Comment:

    Reference: G.763 paragraph 5.9";


bearerBackwardAlarm  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  bearerBackwardAlarmBehaviour;
REGISTERED AS {g776-1Attribute 194};


bearerBackwardAlarmBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether an indication of a receive bearer alarm will
    be sent towards the corresponding DCME through the DCME control channel.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment:

    Reference: G.763";


casProtocol  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.CASProtocol;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  casProtocolBehaviour;
REGISTERED AS {g776-1Attribute 18};


casProtocolBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines which basic Channel Associated Signalling (CAS)
    protocol is used on a 2048 kbit/s primary group basis. The protocols defined
    are: USM (User Signalling Module), Transition Signallng R1 or  R2D, DCMS to
    ISC Signalling (Q.50) and Circuit Supervision  Signalling (Q.33). In DCME
    CAS is handled by the User Signalling Module (USM). Q.50 and Q.33 only apply
    to 2048 kbit/s primary groups.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    CAS, Q50, Q33, Idle

    The default value is:

    Comment:

    Reference: G.763, Q.33, Q.50";


ccAverageBER  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.CCAverageBER;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ccAverageBERBehaviour;
REGISTERED AS {g776-1Attribute 195};


ccAverageBERBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the average bit error rate in the receive control
    channel during the most recent STI. This value is measured to 2 significant
    digits in the mantissa and to a negative integer in the exponent (e.g., 1.2 x 10-5).

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 0.99

    The default value is:

    Comment:

    Reference: G.763 paragraph 15.2.3";


ccBERRatio  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ccBERRatioBehaviour;
REGISTERED AS {g776-1Attribute 196};


ccBERRatioBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the percentage of time that the average bit error
    rate in the received control channel (averaged over 1 minute intervals)
    exceeds 1 x 10-3  during the most recent STI.  The integer value represents
    percent (e.g., 1 means 1%). Any integer percentage can be real with higher
    resolution.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100

    The default value is:

    Comment:

    Reference: G.763 paragraph 15.2.3";


channelCheckProcedure  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  channelCheckProcedureBehaviour;
REGISTERED AS {g776-1Attribute 197};


channelCheckProcedureBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines, on a per clique basis, whether channel check
    procedure is performed.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment:

    Reference: G.763 paragraph 10";


cliqueID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.CliqueID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  cliqueIDBehaviour;
REGISTERED AS {g776-1Attribute 198};


cliqueIDBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter identifies a set or group of BCs (bearer channels) which are
    independent in operation and control from other BCs. In the multi-clique
    network operational mode, the bearer is divided into two  independent cliques,
    each is associated with a separate set of trunk channels. The parameter
    designates a reference either to the first clique=1 or the second clique=2.
    A clique is sometimes referred to as a pool. Any integer percentage can be
    real with higher resolution.

    This attribute is characteristic of DCME. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of

    1, 2

    The default value is:

    Comment:

    Reference: G.763";


clockID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ClockID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  clockIDBehaviour;
REGISTERED AS {g776-1Attribute 199};


clockIDBehaviour BEHAVIOUR
  DEFINED AS
    !This parameter identifies a synchronization clock in the DCME.

    This attribute is characteristic of DCME. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Enumerated Option values of

    Trunk In, Trunk Out, Bearer Out, Bearer In

    The default value is:

    Comment:  "Out" in trunk out and bearer out refers to the direction from the
    equipment to the transmission line. "In" in bearer  in refers to the
    direction from the transmission line to the equipment. Reference: G.763
    paragraph 13!;


clockPriorityNumber  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ClockPriorityNumber;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  clockPriorityNumberBehaviour;
REGISTERED AS {g776-1Attribute 200};


clockPriorityNumberBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the number of backup clocks. For example, if two
    PRI's can be designated (one as primary synchronization source and one as
    backup) then Clock Priority Number is 2. This parameter is by manufacturer.
    PRI = primary rate interface, Tx = transmit, Rx = receive.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    1-17

    The default value is:

    Comment:

    Reference: ";


clockSource  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1ClockSource;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  clockSourceBehaviour;
REGISTERED AS {g776-1Attribute 201};


clockSourceBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines which synchronization source is appropriate for use
    in this transmission terminal.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Trunk_PRI_1,..., Tx_Trunk_PRI_12, Rx_Bearer_PRI_1, ..., Rx_Bearer_PRI_4,
    External_PRI_1, External_PRI_2, External_64kbps_1, External_64kbps_2,
    Internal_Clock The default value is:

    Comment: An External_PRI is a primary rate that is neither a bearer nor a
    trunk primary rate and is used only for synchronization. This parameter is
    critical to proper synchronization of the terminal and unless properly
    chosen can lead to service degradation. PRI = primary rate interface, Tx =
    transmit, Rx = receive. Reference: G.763 paragraph 5.7";


clockSourceGroup  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ClockSourceGroup;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  clockSourceGroupBehaviour;
REGISTERED AS {g776-1Attribute 403};


clockSourceGroupBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines which synchronization source group is appropriate
    for use in this DCME (or transmission terminal). This capability is only
    provided in certain SPNE (e.g., between DX-3000F DCME's and between DX-5000 DCME's).

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    TrunkIn, BearerIn, External, Internal

    The default value is:

    Comment:

    Reference:";


clockSourceGroupPriorityID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ClockSourceGroupPriorityID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  clockSourceGroupPriorityIDBehaviour;
REGISTERED AS {g776-1Attribute 404};


clockSourceGroupPriorityIDBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter identifies the priority for synchronization clock source
    group selection in DCME. This capability is only provided in certain SPNE
    (e.g., between DX-3000F DCME's and between DX-5000 DCME's).

    This attribute is characteristic of DCME. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of

    1-4

    The default value is:

    Comment:

    Reference:";


clockSourceGroupPriorityIDInClockSourceGroup  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.NotYetDefined;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  clockSourceGroupPriorityIDInClockSourceGroupBehaviour;
REGISTERED AS {g776-1Attribute 405};


clockSourceGroupPriorityIDInClockSourceGroupBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter identifies the priority in synchronization clock source
    selection within each Clock Source Group in DCME. This capability is only
    provided in certain SPNE (e.g., between DX-3000F DCME's and between DX-5000 DCME's).

    This attribute is characteristic of SPNE. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of For
    Trunk_In: 1-12, for Bearer_In: 1-4, for External_Clock: 1-2, for Internal_Clock: 1

    The default value is:

    Comment:

    Reference: ";


clockSourcePriorityID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ClockSourcePriorityID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  clockSourcePriorityIDBehaviour;
REGISTERED AS {g776-1Attribute 202};


clockSourcePriorityIDBehaviour BEHAVIOUR
  DEFINED AS
    "The parameter identifies the main choice or the protection choice
    (secondary) of the associated clock source.

    This attribute is characteristic of DCME. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Enumerated Option values of

    Primary, Secondary

    The default value is:

    Comment:

    Reference:";


cmifGeneratorProgram  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.CmifGeneratorProgram;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  cmifGeneratorProgramBehaviour;
REGISTERED AS {g776-1Attribute 203};


cmifGeneratorProgramBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines which specific generator program is being used.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has String values of

    Any string up to 80 characters

    The default value is:

    Comment:

    Reference:";


cmifSyntax  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.CmifSyntax;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  cmifSyntaxBehaviour;
REGISTERED AS {g776-1Attribute 204};


cmifSyntaxBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines which specific syntax is being used.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    SPNE_Map

    The default value is:

    Comment: Currently only the SPNE configuration map syntax is supported. Reference:";


cmifVersion  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.CmifVersion;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  cmifVersionBehaviour;
REGISTERED AS {g776-1Attribute 205};


cmifVersionBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the version of the Cmif document.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has String values of

    Any string up to 16 characters

    The default value is:

    Comment:

    Reference:";


comPort1BaudRate  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.BaudRate;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  comPort1BaudRateBehaviour;
REGISTERED AS {g776-1Attribute 380};


comPort1BaudRateBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the baud rate of communications port 1.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of 300bps,
    600bps, 1200bps, 2400bps, 4800bps, 9600bps, 19200bps, 38400bps

    The default value is:

    Comment:

    Reference:";


comPort1Type  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PortType;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  comPort1TypeBehaviour;
REGISTERED AS {g776-1Attribute 382};


comPort1TypeBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether communications port 1 of the SPNE is either
    asynchronous or synchronous.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Async, Sync

    The default value is:

    Comment:

    Reference:";


comPort2BaudRate  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.BaudRate;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  comPort2BaudRateBehaviour;
REGISTERED AS {g776-1Attribute 381};


comPort2BaudRateBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the baud rate of communications port 2.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of 300bps,
    600bps, 1200bps, 2400bps, 4800bps, 9600bps, 19200bps, 38400bps

    The default value is:

    Comment:

    Reference:";


comPort2Type  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PortType;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  comPort2TypeBehaviour;
REGISTERED AS {g776-1Attribute 383};


comPort2TypeBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether communications port 2 of the SPNE is either
    asynchronous or synchronous.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Async, Sync

    The default value is:

    Comment:

    Reference:";


connectedRatio64kbps  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  connectedRatio64kbpsBehaviour;
REGISTERED AS {g776-1Attribute 206};


connectedRatio64kbpsBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the percentage of trunk channels which were 64
    kbit/s during the most recent STI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100

    The default value is:

    Comment: The integer value represents percent (e.g., 1 means 1%). Any
    integer percentage can be real with higher resolution. Reference: G.763
    paragraph 15.2.3";


controllerResetState  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ControllerResetState;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  controllerResetStateBehaviour;
REGISTERED AS {g776-1Attribute 317};


controllerResetStateBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the state of the controllers for the packs.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Normal, Reset

    The default value is:

    Comment:

    Reference:";


currentClockSrc ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.CurrentClockSrc;
  MATCHES FOR EQUALITY;
  BEHAVIOUR currentClockSrcBehaviour;
REGISTERED AS {g776-1Attribute 427};


currentClockSrcBehaviour BEHAVIOUR
  DEFINED AS
    "The parameter identifies the current clock source";


dataActivityRatio  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dataActivityRatioBehaviour;
REGISTERED AS {g776-1Attribute 209};


dataActivityRatioBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the percentage of trunk channels which were active
    for voice-band data during the most recent STI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100

    The default value is:

    Comment: The integer value represents percent (e.g., 1 means 1%). Any
    integer percentage can be real with higher resolution. Reference: G.763
    paragraph 15.2.3";


dataActivityThreshold  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DataActivityThreshold;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dataActivityThresholdBehaviour;
REGISTERED AS {g776-1Attribute 210};


dataActivityThresholdBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the threshold level, in dBm0, of the activity
    detector for trunk channels which are in a VBD state. (i.e., data activity).

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    -40 to -25, adaptive

    The default value is: -35 Comment: One manufacturer has this value user
    setable. Reference:";


dataHangoverFirst  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DataHangoverFirst;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dataHangoverFirstBehaviour;
REGISTERED AS {g776-1Attribute 211};


dataHangoverFirstBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the hangover  time, in seconds, during which the
    trunk channel will stay in a VBD state if no activity has been detected,
    after the first VBD activity of the call has been detected.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Real values of

    0-25.5 in steps of .1 sec

    The default value is: 10

    Comment: The integer value represents seconds. This relates to First_Data_
    Hangover in G.763. Any integer percentage can be real with higher
    resolution. Reference: G.763 paragraph 12.1.2";


dataHangoverSecond  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DataHangoverSecond;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dataHangoverSecondBehaviour;
REGISTERED AS {g776-1Attribute 212};


dataHangoverSecondBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the hangover  time, in milliseconds, during which
    the trunk channel will stay in a VBD state if no activity is detected, after
    the first data hangover has expired.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    0 to 255

    The default value is: 100

    Comment: The integer value represents milliseconds. This relates to
    Second_Data_Hangover in G.763. Any integer percentage can be real with
    higher resolution. Reference: G.763 paragraph 12.1.2";


dataQueueFreezeoutFraction  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.DataQueueFreezeoutFraction;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dataQueueFreezeoutFractionBehaviour;
REGISTERED AS {g776-1Attribute 216};


dataQueueFreezeoutFractionBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the percentage of active data trunk channels which
    were not connected during the most recent STI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100 in steps of .001

    The default value is: Comment: This integer value represents percent (e.g.,

    50.123 represents 50.123%). Reference: G.763 paragraph 15.2.3";


dateCompiled ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DateInstalled;
  MATCHES FOR EQUALITY , ORDERING;
  BEHAVIOUR dateCompiledBehaviour;
REGISTERED AS { g776-1Attribute 416};


dateCompiledBehaviour BEHAVIOUR
  DEFINED AS
    "date which template have been compiled";


dateDefinedByUser ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DateInstalled;
  MATCHES FOR EQUALITY, ORDERING;
  BEHAVIOUR dateDefinedByUserBehaviour;
REGISTERED AS { g776-1Attribute 417};


dateDefinedByUserBehaviour BEHAVIOUR
  DEFINED AS
    "date which devicefunction or service function defined by user thru the OS
    request.";


dateInstalled ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DateInstalled;
  MATCHES FOR EQUALITY, ORDERING;
  BEHAVIOUR dateInstalledBehaviour;
REGISTERED AS { g776-1Attribute 418};


dateInstalledBehaviour BEHAVIOUR
  DEFINED AS
    "installation date of the template files ";


dcmeMode  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DCMEMode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dcmeModeBehaviour;
REGISTERED AS {g776-1Attribute 30};


dcmeModeBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines a set of capabilities that are associated with a
    clique in order to assure compatibility with corespondent DCMEs clique
    operating in the same mode.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    G 763,  Rev2, Celtic_3G, DTX_240, DX3000, DX-3000F The default value is:

    Comment: G.763 is ITU 1995 recommendation. Rev2 is INTELSAT IESS-501
    Revision 2. The others are proprietary model DCME's. Reference: G.763";


destinationID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DestinationID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  destinationIDBehaviour;
REGISTERED AS {g776-1Attribute 31};


destinationIDBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter identifies the destination. There is a one-to-one
    relationship between a particular destination number and its name.

    This attribute is characteristic of SPNE. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of

    SPNE_Type_ID= EC, SPNE_Type_ID=DCME: 1-4

    The default value is:

    Comment: There is a one-to-one relationship between a particular destination
    number and its name. Any integer percentage can be real with higher
    resolution. Reference:";


destinationName  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DestinationName;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  destinationNameBehaviour;
REGISTERED AS {g776-1Attribute 32};


destinationNameBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines destination name.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has String values of

    Any string the end user selects up to 80

    The default value is:

    Comment: There is a one-to-one relationship between a particular destination
    name and its destination ID. Reference:";


destinationNameAbbreviated  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.DestinationNameAbbreviated;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  destinationNameAbbreviatedBehaviour;
REGISTERED AS {g776-1Attribute 7};


destinationNameAbbreviatedBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines an abbreviation of the destination name.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has String values of Any string
    the end user selects up to 5 characters (e.g., Paris, N.Y.C) The default value is:

    Comment: This abbreviation may be displayed on the equipment display panel
    where display space is limited. It is an alternative for Destination_Name.
    There is a one to one relationship between Destination_Name and
    Destination_Name_ Abbreviated. Reference:";


destinationNumberAtFarEnd  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.DestinationNumberAtFarEnd;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  destinationNumberAtFarEndBehaviour;
REGISTERED AS {g776-1Attribute 393};


destinationNumberAtFarEndBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the multi-clique and multi-destination operational
    modes, the near end terminal should know the destination number at the far
    end that is related to every receive bearer. This number is necessary in
    order to extract the relevant Tx bearer from the Bearer Backward Alarm data
    in the synchronous data word and in order to identify the local destination
    of the received Voice Order Wire.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    1-4

    The default value is:

    Comment:

    Reference: G.763";


disconnectIdleCalls  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  disconnectIdleCallsBehaviour;
REGISTERED AS {g776-1Attribute 33};


disconnectIdleCallsBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether idle calls (i.e., no activity detected at
    trunk channels input) are disconnected from the bearer, even if there is no
    demand to free the bearer channels for another call, after a period of 60 seconds.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment: The need to disconnect idle calls emanates from the need to be
    compatible with equipment that does not have enough transcoding resources to
    deal with multi-destination activity in different time zones. For
    G.763(1991)=Intelsat Rev2 DCME mode the parameter is fixed at disable. For
    G.763(1995)=INTELSAT Rev3 the default option setting is enable. Reference: G.763";


dlc64kbpsControl  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DLC64kbpsControl;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlc64kbpsControlBehaviour;
REGISTERED AS {g776-1Attribute 377};


dlc64kbpsControlBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter allows for the manual override of the 64 kbit/s DLC state of
    the overload control algorithm. The feature values may be manual_on (forcing
    a congestive condition to be reported towards the switch regardless of the
    state of the algorithm), manual_off (inhibiting the report of a congestive
    condition by the algorithm towards the switch), or auto (where manual
    override is disabled and DLC control is handled by the internal overload algorithm).

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Manual_On, Manual_Off, Auto

    The default value is: Auto

    Comment:

    Reference:";


dlc64kbpsDeactivationTimer  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.DLC64kbpsDeactivationTimer;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlc64kbpsDeactivationTimerBehaviour;
REGISTERED AS {g776-1Attribute 218};


dlc64kbpsDeactivationTimerBehaviour BEHAVIOUR
  DEFINED AS
    !This parameter defines the minimum duration 64 kbit/s DLC can be activated.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    10 to 25, 30, 40, 50, 60

    The default value is: 10

    Comment: The integer value represents seconds. This is refered to as Ta
    Timer in G.763 Paragraph 9.3 and Table 10. This parameter is a timer (in
    seconds) used for "stretching" the DLC active time after conditions for 64
    kbit/s DLC deactivation are reached to prevent rapid oscillation at the
    switch. The values 30, 40, 50, 60 are manufacturer dependent. Any integer
    percentage can be real with higher resolution. Reference: G.763 paragraph 9.3,
    Q.50!;


dlc64kbpsOnRatio  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlc64kbpsOnRatioBehaviour;
REGISTERED AS {g776-1Attribute 219};


dlc64kbpsOnRatioBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the percentage of time during the most recent STI
    that the 64 kbit/s DLC was activated.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100

    The default value is:

    Comment: The integer value represents percent (e.g., 1 means 1%). Any
    integer percentage can be real with higher resolution. Reference: G.763
    paragraph 15.2.3";


dlc64kbpsState  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DLC64kbpsState;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlc64kbpsStateBehaviour;
REGISTERED AS {g776-1Attribute 217};


dlc64kbpsStateBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the state of the 64 kbit/s DLC.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Enumerated Option values of

    Activated, Deactivated

    The default value is:

    Comment: Activated means informing the switch to stop sending new calls.
    Reference: G.763 paragraph 9.3, Q.50";


dlc64kbpsThreshold  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DLC64kbpsThreshold;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlc64kbpsThresholdBehaviour;
REGISTERED AS {g776-1Attribute 220};


dlc64kbpsThresholdBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the maximal number of transparent 64 kbit/s circuits
    accepted before 64 kbit/s DLC is to be activated.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    1 to Pool_Size for Pool_Transmit_ID

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.763 paragraph 9.1.1";


dlcAllocatedBearerNibbles  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DLCAllocatedBearerNibbles;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcAllocatedBearerNibblesBehaviour;
REGISTERED AS {g776-1Attribute 192};


dlcAllocatedBearerNibblesBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the maximum number of bearer nibbles (4-bit units)
    for traffic to a specific destination.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    0 to 61

    The default value is:

    Comment: This parameter is used to activate a destination selective DLC
    (when the load is between the HL and LL thresholds) only towards the loading
    destination. This parameter is effective only in the destination selective
    DLC mode. Any integer percentage can be real with higher resolution.
    Reference: G.763 paragraph 9.3.1.2.1";


dlcDataHighLoadThreshold  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcDataHighLoadThresholdBehaviour;
REGISTERED AS {g776-1Attribute 213};


dlcDataHighLoadThresholdBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the data bearer occupancy threshold at which the
    DCME will activate both voice/VB and 64 kbit/s DLC.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Real values of

    0 to 100 in steps of 1

    The default value is:

    Comment: The integer value represents percent (e. g., 1 means 1%). The data
    bearer occupancy is the percentage of the bearer occupied by VBD 40 kbit/s
    channels. Any integer percentage can be real with higher resolution.
    Reference: G.763 paragraph 9";


dlcDataLowLoadThreshold  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcDataLowLoadThresholdBehaviour;
REGISTERED AS {g776-1Attribute 214};


dlcDataLowLoadThresholdBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the data bearer occupancy threshold at which the
    DCME will activate both voice/VB and 64 kbit/s DLC.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Real values of

    0 to 100 in steps of 1

    The default value is:

    Comment: The integer value represents percent (e. g., 1 means 1%). The data
    bearer occupancy is the percentage of the bearer occupied by VBD 40 kbit/s
    channels. Any integer percentage can be real with higher resolution.
    Reference: G.763 paragraph 9";


dlcFirstAveragingPeriod  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.DLCFirstAveragingPeriod;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcFirstAveragingPeriodBehaviour;
REGISTERED AS {g776-1Attribute 222};


dlcFirstAveragingPeriodBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the interval length between samples of the speech
    rate taken from the bearer. This parameter also determines the averaging
    period for each average bit per sample (abs) calculation.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    8, 32, 64, 128, 256

    The default value is:

    Comment: The integer value represents milliseconds. This parameter also
    determines the averaging period for each average bit per sample (abs)
    calculation. Any integer percentage can be real with higher resolution.
    Reference: : G.763 paragraph 9.3 and Annex B.1";


dlcMode   ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DLCMode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcModeBehaviour;
REGISTERED AS {g776-1Attribute 223};


dlcModeBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the Dynamic Load Control (DLC) for the associated clique.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Selective, Global

    The default value is: See comment

    Comment: For multidestination networks, it is fairer to apply DLC only
    towards the source that exceeds its Allocated_Bearer_Nibbles (i.e.,
    selective). Default Value: If DCME_Type=G.763_1991 then global, If
    DCME_Type=G.763_1995 then selective. Reference: G.763 paragraph 9.3";


dlcSympatheticControl  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcSympatheticControlBehaviour;
REGISTERED AS {g776-1Attribute 379};


dlcSympatheticControlBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether local DLC is allowed to be controlled by the
    far DLC congestive control states. When enabled, far DLC is allowed to
    induce local DLC; when disabled, local DLC is only based on local congestive
    conditions. The enabled or disabled condition apply to both the 64kbps DLC
    and Voice DLC states.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is: Enable

    Comment: This feature is only applicable to point to point operation.
    Caution is advised in use of DLC Sympathetic Control because it may cause a
    degredation in the quality of service under overload conditions. Reference:";


dlcTCHInteraction  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcTCHInteractionBehaviour;
REGISTERED AS {g776-1Attribute 224};


dlcTCHInteractionBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the transparent call handling when 64 kbit/s DLC is
    activated.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment: When this parameter is disabled, TCH ignores 64 kbit/s DLC
    condition and accepts switch requests (even when 64 kbit/s DLC is
    activated). When this parameter is enabled, TCH rejects switch requests if

    64 kbit/s DLC is activated. Reference: G.763 paragraph 9.3, Table 10, and Annex B";


dlcVoiceControl  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DLCVoiceControl;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcVoiceControlBehaviour;
REGISTERED AS {g776-1Attribute 378};


dlcVoiceControlBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter allows for the manual override of the Voice DLC state of the
    overload control algorithm. The feature values may be manual_on (forcing a
    congestive condition to be reported towards the switch regardless of the
    state of the algorithm), manual_off (inhibiting the report of a congestive
    condition by the algorithm towards the switch), or auto (where manual
    override is disabled and DLC control is handled by the internal overload algorithm).

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Manual_On, Manual_Off, Auto

    The default value is: Auto

    Comment:

    Reference:";


dlcVoiceDeactivationTimer  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.DLCVoiceDeactivationTimer;
  MATCHES FOR EQUALITY;
  BEHAVIOUR dlcVoiceDeactivationTimerBehaviour;
REGISTERED AS {g776-1Attribute 225};


dlcVoiceDeactivationTimerBehaviour BEHAVIOUR
  DEFINED AS
    !This parameter defines the minimum duration Voice/VB DLC can be activated.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    10 to 25, 30, 40, 50, 60

    The default value is: 10

    Comment: The integer value represents seconds. This is refered to as Ta
    Timer in G.763 Paragraph 9.3 and Table 10. This parameter is a timer (in
    seconds) used for "stretching" the DLC active time after conditions for
    Voice/VBD DLC deactivation are reached to prevent rapid oscillation at the
    switch. The values 30, 40, 50, 60 are manufacturer dependent. Any integer
    percentage can be real with higher resolution. Reference: G.763!;


dlcVoiceHighLoadThreshold  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.DLCVoiceHighLoadThreshold;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcVoiceHighLoadThresholdBehaviour;
REGISTERED AS {g776-1Attribute 311};


dlcVoiceHighLoadThresholdBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the value of the bearer average bits/sample for
    voice (abs) the criterion at which the DCME will activate both Voice/VBD and

    64 kbit/s DLC.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Real values of

    2.00 to 4.00 in steps of 0.05

    The default value is:

    Comment: See G.763 for activation criteria.

    Reference: G.763 paragraph 9";


dlcVoiceLowLoadThreshold  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.DLCVoiceLowLoadThreshold;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcVoiceLowLoadThresholdBehaviour;
REGISTERED AS {g776-1Attribute 312};


dlcVoiceLowLoadThresholdBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the value of the bearer average bits/sample for
    voice (abs) the criterion at which the DCME will deactivate Voice/VB DLC.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Real values of

    2.00 to 4.00 in steps of 0.05

    The default value is:

    Comment: See G.763 for deactivation criteria.

    Reference: G.763 paragraph 9";


dlcVoiceState  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.DLCVoiceState;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dlcVoiceStateBehaviour;
REGISTERED AS {g776-1Attribute 226};


dlcVoiceStateBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the state of the voice/VB DLC.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Enumerated Option values of

    Activated, Deactivated

    The default value is:

    Comment: Fill-in

    Reference: G.763 paragraph 9.3, Q.50";


ds0ID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Ds0ID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ds0IDBehaviour;
REGISTERED AS {g776-1Attribute 227};


ds0IDBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter identifies the 64 kbit/s time slot on the primary rate link.

    This attribute is characteristic of SPNE. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of For
    PRI_Rate=1544 the values are 1-24; for PRI_Rate=2048 the values are 1-31 The
    default value is:

    Comment: 1 through 24 for PRI_Rate whose rate is 1544, 1 through 31 for
    PRI_Rate whose rate is 2048.  Any integer percentage can be real with higher
    resolution. Reference:";


dsi  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  dsiBehaviour;
REGISTERED AS {g776-1Attribute 228};


dsiBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether digital signal interpolation is performed on
    a per channel basis.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment: For DCME, DSI is enabled for dynamically assigned channels and is
    disabled for preassigned channels. Reference: G.763, G.766";


ecComfortNoise  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECMethods;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecComfortNoiseBehaviour;
REGISTERED AS {g776-1Attribute 338};


ecComfortNoiseBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether or not the Comfort Noise Matching feature is
    disabled or enabled in the Methods which are manufacturer specific and this
    provides a standard way to specifiy among a list of manufacturer supplied choices.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Disable

    Method1

    Method2

    Method3

    Method4

    Method5

    Method6

    Method7

    The default value is:

    Comment: If EC_Non-linear_Processor is disabled, EC_Comfort_Noise has no
    effect. The Comfort Noise Methods are manufacturer specific and this
    provides a standard way to specify among a list of manufacturer supplied
    choices. Reference:";


ecComfortNoiseFar  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.NotYetDefined;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecComfortNoiseFarBehaviour;
REGISTERED AS {g776-1Attribute 367};


ecComfortNoiseFarBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    The default value is:

    Comment:

    Reference:";


ecCRCDetection  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECCrcDetection;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecCRCDetectionBehaviour;
REGISTERED AS {g776-1Attribute 399};


ecCRCDetectionBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines at which port the CRC is checked.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    RCV Only, SND Only, Both, None

    The default value is: None

    Comment:

    Reference:";


ecDataToneDisablerDisableMode  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECDataToneDisablerDisableMode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecDataToneDisablerDisableModeBehaviour;
REGISTERED AS {g776-1Attribute 339};


ecDataToneDisablerDisableModeBehaviour BEHAVIOUR
  DEFINED AS
    "The echo canceller is equipped with a tone disabler that responds to a
    disabling signal and causes the echo cancellation function to be disabled..

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    None - The tone disabler function is not set.

    G.164 - The tone disabler function conforms to the echo suppressor tone
    disabler requirement detailed in Section 5 of ITU-T Recommendation G.164
    dealing with the dectection of 2100 Hz tone with or withou phase reversal.

    G.165/G.168 - The tone disabler function conforms to the echo canceller tone
    disabler requirements detailed in Section 4 of ITU-T Recommendations
    G.165/G.168 dealing with the detection of of 2100 Hz tone with phase reversal.

    Switch 56 - Modified G.168 echo canceller tone disabler function dealing
    with the detection of a combination of 2100 Hz tone and the state of bit 8.

    The default value is:

    Comment: The data tone (2100 Hz) is defined in V.25,V.8. The behavior of the
    echo canceller in G164, G.165, G.168. Reference:";


ecDataToneDisablerReenableMode  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECDataToneDisablerReenableMode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecDataToneDisablerReenableModeBehaviour;
REGISTERED AS {g776-1Attribute 340};


ecDataToneDisablerReenableModeBehaviour BEHAVIOUR
  DEFINED AS
    !The echo canceller is equipped with a tone disabler that responds to a
    disabling signal and causes the echo cancellation function to be disabled.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    G.164/G.165/G.168 - EC data tone disablers reenable the echo canceller on
    the absence of energy according to G.164/G.165/G.168.

    Switch 56 - EC data tone disablers reenable the echo canceller based in bit

    8 and the absence of energy according to G.164/G.165/G.168.

    End of Call - EC data tone disablers reenable the echo canceller based upon
    the channel returning to an idle state.  Hold band energy is completely
    ignored as is the presence of bit 8 "high".

    The default value is:

    Comment

    Reference:!;


ecEchoCharacteristics  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECMethods;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecEchoCharacteristicsBehaviour;
REGISTERED AS {g776-1Attribute 366};


ecEchoCharacteristicsBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the specific set of internal parameters for the echo
    canceller function.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Method 1 - Default set of parameters

    Method 2 - Debug set of parameters

    Method 3 ... Method 7 - Manufacturer specific

    The default value is:

    Comment:

    Reference:";


ecEchoCharacteristicsFar  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECMethods;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecEchoCharacteristicsFarBehaviour;
REGISTERED AS {g776-1Attribute 333};


ecEchoCharacteristicsFarBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the sensitivity setting for the remote echo
    canceller function.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Method 1    Method 2

    Method 3    Method 4

    Method 5    Method 6

    Method 7

    The default value is:

    Comment: Echo cancellers may be used to cancel echoes originating in several
    different types of networks, such as terrestrial, satellite and cellular
    networks. Various operational characteristics of an echo canceller need to
    be optimized to ensure the best performance in each network environment.
    This attribute is used to select which of these methods supported by a
    particular manufacturer is enabled. Note that selection of a method will
    affect other configurable attributes, such as Comfort Noise and NLP
    settings. Reference:";


ecMinERL  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECMinERL;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecMinERLBehaviour;
REGISTERED AS {g776-1Attribute 233};


ecMinERLBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the near end speech detection threshold for echo
    cancellation.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    0, 1, 2, 3, 4, 5, 6

    The default value is:

    Comment: The integer value represents dB. The parameter name refers to
    minimum echo return loss. Any integer percentage can be real with higher
    resolution. Reference: G.165";


ecMinERLFar  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECMinERLFar;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecMinERLFarBehaviour;
REGISTERED AS {g776-1Attribute 332};


ecMinERLFarBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the minimum echo return loss in dB for the remote
    echo canceller function.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    0, 1, 2, 3, 4, 5, 6

    The default value is:

    Comment: Any integer percentage can be real with higher resolution. Reference:";


ecNonlinearProcessor  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECMethods;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecNonlinearProcessorBehaviour;
REGISTERED AS {g776-1Attribute 369};


ecNonlinearProcessorBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether an echo cancellers NLP feature is disabled
    or enabled in one of seven possible methods. These methods are provided to
    support different vendor strategies for non-linear processing.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Method 1    Method 2

    Method 3    Method 4

    Method 5    Method 6

    Method 7

    The default value is:

    Comment: Several components of the Non-linear Processor's function in an
    echo canceller may be controlled to optimize speech quality for various call
    types and network configurations. This allows selection of a preconfigured
    set of these components, determined by the manufacturer to be suitable for
    specific network environments. Reference:";


ecNonlinearProcessorFar  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.NotYetDefined;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecNonlinearProcessorFarBehaviour;
REGISTERED AS {g776-1Attribute 368};


ecNonlinearProcessorFarBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    The default value is:

    Comment:

    Reference:";


ecOffsetDelay  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECOffsetDelay;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecOffsetDelayBehaviour;
REGISTERED AS {g776-1Attribute 328};


ecOffsetDelayBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines offset delay. The offset delay refers to an
    increment of continuous delay which is intended to move the EC's processing
    window to a predetermined time relative to the start of the echo signal.
    This is a configuration parameter set by the user to based on forseen
    endpaths to some value up to the EC_Offset_Delay_Max.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    0,nx16(n=1-70;1120ms maximum)

    The default value is:

    Comment: The values are in milliseconds. See Section 10.2 for EC
    offset/processing explanation and examples. Offset is sometimes referred to
    as bulk or fixed delay. Any integer percentage can be real with higher
    resolution. Reference:";


ecOffsetDelayFar  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECOffsetDelayFar;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecOffsetDelayFarBehaviour;
REGISTERED AS {g776-1Attribute 329};


ecOffsetDelayFarBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines offset delay when the ECE endpath is towards the far
    end. The offset delay refers to an increment of continuous delay which is
    intended to move the EC's processing window to a predetermined time relative
    to the start of the echo signal. This is a configuration parameter set by
    the user to based on forseen endpaths to some value up to the EC_Offset_Delay_Max.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    0,nx16(n=1-70;1120ms maximum)

    The default value is:

    Comment: The values are in milliseconds. See Section 10.2 for EC
    offset/processing explanation and examples. Offset is sometimes referred to
    as bulk or fixed delay. Any integer percentage can be real with higher
    resolution. Reference:";


ecOffsetDelayMax  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECOffsetDelayMax;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecOffsetDelayMaxBehaviour;
REGISTERED AS {g776-1Attribute 330};


ecOffsetDelayMaxBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines offset capability of the ECE. The offset delay
    refers to an increment of continuous delay which is intended to move the
    EC's processing window to a predetermined time relative to the start of the
    echo signal. This is a configuration parameter that is determined by the
    configuration of the equipment purchased.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read Only attribute that has Integer values of

    0,nx16(n=1-70;1120ms maximum)

    The default value is:

    Comment: The values are in milliseconds. See Section 10.2 for EC
    offset/processing explanation and examples. Offset is sometimes referred to
    as bulk or fixed delay. A value of 0 is returned when the echo canceller has
    no offset delay capability. Any integer percentage can be real with higher
    resolution. Reference:";


ecOffsetDelayMaxFar  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECOffsetDelayMaxFar;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecOffsetDelayMaxFarBehaviour;
REGISTERED AS {g776-1Attribute 331};


ecOffsetDelayMaxFarBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines offset capability of the ECE when the endpath is
    towards the far end. The offset delay refers to an increment of continuous
    delay which is intended to move the EC's processing window to a
    predetermined time relative to the start of the echo signal. This is a
    configuration parameter that is determined by the configuration of the
    equipment purchased.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read Only attribute that has Integer values of

    0,nx16(n=1-70;1120ms maximum)

    The default value is:

    Comment: The values are in milliseconds. See Section 10.2 for EC
    offset/processing explanation and examples. Offset is sometimes referred to
    as bulk or fixed delay. Any integer percentage can be real with higher
    resolution. Reference:";


ecPerCallCAS  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.NotYetDefined;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecPerCallCASBehaviour;
REGISTERED AS {g776-1Attribute 402};


ecPerCallCASBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines how CAS bit or bits are used to disable the echo canceller.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    None, A=0, A=1, B=0, B=1, C=0, C=1, D=0, D=1, E&M, FXO-GS, FXO-LS, FXS-GS,
    FXS-LS, signaling_scheme_1, signaling_scheme2 The default value is:

    Comment: This attribute is used in conjunction with EC_Per_Call_Control and
    is only in effect if the CAS value is selected. Typically, single CAS bit
    control is used when the transmission facility is 2048 kbit/s. Two bits (i.e.,
    A&B) are typically used when the transmission facility is 1544 kbit/s. The
    values, E&M, FXO-GS, FXO-LS, FXS-GS, FXS-LS, actually represent A&B bit
    states. Two additional values are also provided for any customized
    configurations of CAS. None is used when CAS signalling is not being used.
    Reference:";


ecPerCallControl  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.NotYetDefined;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecPerCallControlBehaviour;
REGISTERED AS {g776-1Attribute 335};


ecPerCallControlBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the method by which an echo cancellers signal
    processing can be controlled per call.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    Enabled,Disabled,CAS,Idle_Channel_Code,Q.50,Method1-Method7 The default value is:

    Comment: If Enabled, the echo canceller is permanently enabled and there are
    no possible methods available for external control of the echo canceller.
    Some of the available methods for control would be the detection of busy and
    idle conditions by monitoring the bit stream for Channel Associated
    Signalling as specified in G.704.  Other proprietary methods for per call
    control from a switch can be accommodated as a vendor specific method.
    Enabled means that the echo canceller is permanently enabled and there are
    no possible methods available for external control of the echo canceller.
    These methods are provided to accommodate different network signalling
    schemes as well as vendor proprietary switch control schemes. Disabled means
    that the echo canceller is permanently disabled and there are no possible
    methods available for external control of the echo canceller. Reference:";


ecProcessingCapability  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECProcessingCapability;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecProcessingCapabilityBehaviour;
REGISTERED AS {g776-1Attribute 323};


ecProcessingCapabilityBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the provisioned processing capability (window). This
    is a configuration parameter set by the user to based on forseen endpaths to
    some value up to the EC_Processing_Capability_Max.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    16,32,48,64,80,96,128

    The default value is:

    Comment: The values are in milliseconds. See Section 10.2 for EC
    offset/processing explanation and examples. Reference:";


ecProcessingCapabilityFar  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECProcessingCapability;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecProcessingCapabilityFarBehaviour;
REGISTERED AS {g776-1Attribute 324};


ecProcessingCapabilityFarBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the provisioned processing capability (window) with
    its endpath towards the far-end. This is a configuration parameter set by
    the user to based on forseen endpaths to some value up to the EC Processing
    Capability Far Max.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    0,16,32,48,64,80,96,128

    The default value is:

    Comment: The values are in milliseconds. See Section 10.2 for EC
    offset/processing explanation and examples. Reference:";


ecProcessingCapabilityMax  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECProcessingCapability;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecProcessingCapabilityMaxBehaviour;
REGISTERED AS {g776-1Attribute 326};


ecProcessingCapabilityMaxBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the maximum processing capability (window) of the
    ECE. This does not include the offset delay.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read Only attribute that has Enumerated Option values of

    16,32,48,64,80,96,128

    The default value is:

    Comment: The values are in milliseconds. See Section 10.2 for EC
    offset/processing explanation and examples. Reference:";


ecProcessingCapabilityMaxFar  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECProcessingCapability;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecProcessingCapabilityMaxFarBehaviour;
REGISTERED AS {g776-1Attribute 327};


ecProcessingCapabilityMaxFarBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the maximum processing capability (window) of the
    ECE with its endpath towards the far end. This does not include the offset delay.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read Only attribute that has Enumerated Option values of

    0,16,32,48,64,80,96,128

    The default value is:

    Comment: The values are in milliseconds. See Section 10.2 for EC
    offset/processing explanation and examples. A value of 0 is returned if the
    ECE does not possess this capability. Reference:";


ecRCVCRC  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECRCVCRC;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecRCVCRCBehaviour;
REGISTERED AS {g776-1Attribute 398};


ecRCVCRCBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines how the CRC is generated at the RCV Out port.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Pass, Correct

    The default value is: Pass

    Comment: If correct is selected, the CRC is always recomputed based on the
    incoming signal (after the digital signal processing has been done) and
    inserted on the RCV Out. Incoming CRC errors are ignored. If pass is selected,
    the CRC is also recomputed based on the incoming RCV signal (after the
    digital signal processing has been done) and inserted on the RCV Out as long
    as no incoming CRC errors are detected. In the case of an incoming CRC
    error, an incorrect CRC is inserted on the RCV Out. Reference:";


ecSelfTestInService  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecSelfTestInServiceBehaviour;
REGISTERED AS {g776-1Attribute 349};


ecSelfTestInServiceBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the Echo Canceller self-test mode.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment:

    Reference:";


ecSignallingToneDisabler  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECSignallingToneDisabler;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecSignallingToneDisablerBehaviour;
REGISTERED AS {g776-1Attribute 375};


ecSignallingToneDisablerBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines  the presence and operation of an in-band signalling
    tone disabler.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    None, 2280Hz, 2400Hz, 2600Hz, R1, R2, CCITT#5, Sig_Scheme_1, Sig_Scheme_2
    The default value is:

    Comment: Signalling tone disablers may be needed to disable the echo
    canceller and keep it from affecting the in-band signalling tones used in
    the call control process. None is returned if the echo canceller is not
    equipped with a Signalling Tone disabler. Reference:";


ecSNDCRC  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECSNDCRC;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecSNDCRCBehaviour;
REGISTERED AS {g776-1Attribute 397};


ecSNDCRCBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines how the CRC is generated at the SND Out port.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Pass, Correct

    The default value is: Correct

    Comment: If correct is selected, the CRC is always recomputed based on the
    modified SND signal (echo removed) and inserted on the SND Out. Incoming CRC
    errors are not reinserted in the outgoing bit stream. If pass is selected,
    the CRC is also recomputed based on the modified SND signal (echo removed)
    and inserted on the SND Out as long as no incoming CRC errors are detected.
    In the case of an incoming CRC error, an incorrect CRC is inserted on the
    SND Out. Reference:";


ecTimingReference  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECTimingReference;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecTimingReferenceBehaviour;
REGISTERED AS {g776-1Attribute 342};


ecTimingReferenceBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the Echo Canceller timing reference.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    0 - Number of Facilities

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference:";


ecTimingReferenceSide  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ECTimingReferenceSide;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecTimingReferenceSideBehaviour;
REGISTERED AS {g776-1Attribute 343};


ecTimingReferenceSideBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the which side is selected for the Echo Canceller
    timing reference.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Near, Far

    The default value is:

    Comment:

    Reference:";


ecVPAToneDisable  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ECVPAToneDisable;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ecVPAToneDisableBehaviour;
REGISTERED AS {g776-1Attribute 374};


ecVPAToneDisableBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the presence and operation of a  Voice Path
    Assurance (VPA) tone disabler.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    None, Enable or Disable

    The default value is:

    Comment: The Voice Path Assurance tone is defined in CCITT #6 and #7
    Signalling Systems and is used to verify that there is continuity in the
    end-to-end voice path. None is returned if the echo canceller is not
    equipped with a VPA tone disabler. Reference:";


facilityLoopTest  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.FacilityLoopTest;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facilityLoopTestBehaviour;
REGISTERED AS {g776-1Attribute 352};


facilityLoopTestBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the loop state of the facilities.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Loop_None, Loop_Near, Loop_Far, Loop_Both

    The default value is:

    Comment:

    Reference:";


facsimileBitRateID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.FacsimileBitRateID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facsimileBitRateIDBehaviour;
REGISTERED AS {g776-1Attribute 363};


facsimileBitRateIDBehaviour BEHAVIOUR
  DEFINED AS
    "This identifies the bit rate of fax modems.

    This attribute is characteristic of SPNE. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Enumerated Option values of

    For V.17 and V.33 - 7200,9600,12000,14400

    For V.27ter - 2400,4800

    For V.29 - 7200,9600

    The default value is:

    Comment:

    Reference: G.766 Table 1";


facsimileCallDirectionID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.FacsimileCallDirectionID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facsimileCallDirectionIDBehaviour;
REGISTERED AS {g776-1Attribute 365};


facsimileCallDirectionIDBehaviour BEHAVIOUR
  DEFINED AS
    "This identifies the direction for number of fax calls performance reports

    This attribute is characteristic of SPNE. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Enumerated Option values of

    Incoming

    Outgoing

    Both

    The default value is: Both

    Comment:

    Reference:";


facsimileDemodulation  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facsimileDemodulationBehaviour;
REGISTERED AS {g776-1Attribute 235};


facsimileDemodulationBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether facsimile remodulation/demodulation is done
    on a per channel basis.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment: This parameter overrides the parameters specified for an individual
    channel. Disable deactivates facsimile demodulation. In this case, the
    incoming traffic will not be monitored to detect the presence of facsimile,
    even on channels that have been set by service administration to have
    facsimile demodulation. Reference:G.766 Table 1";


faxFECActivation  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.FacsimileFECActivation;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  faxFECActivationBehaviour;
REGISTERED AS {g776-1Attribute 239};


faxFECActivationBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether and how the Forward Error Correction (FEC)
    information bits will be added to the facsimile blocks (data) on the bearer.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable, Automatic

    The default value is:

    Comment:

    Reference: G.766 paragraph 5.3.1 and paragraph 10.4";


faxFECState  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  faxFECStateBehaviour;
REGISTERED AS {g776-1Attribute 240};


faxFECStateBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter identifies whether forward error correction is currently performed.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Enumerated Option values of

    Enabled, Disabled

    The default value is:

    Comment: If Facsimile FECActivation is automatic, the state is dependent on
    the link bit error rate. Reference: G.766";


facsimileMeanNumberofBanksAllocated  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    G776-1ASN1DefinedTypesModule.FacsimileMeanNumberofBanksAllocated;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facsimileMeanNumberofBanksAllocatedBehaviour;
REGISTERED AS {g776-1Attribute 249};


facsimileMeanNumberofBanksAllocatedBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the average number of facsimile banks, per DCME
    frame, allocated during the most recent FSTI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 61

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


facsimileMeanNumberofImageBlocksPerCall  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    G776-1ASN1DefinedTypesModule.FacsimileMeanNumberofImageBlocksPerCall;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facsimileMeanNumberofImageBlocksPerCallBehaviour;
REGISTERED AS {g776-1Attribute 250};


facsimileMeanNumberofImageBlocksPerCallBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the average number of image blocks used per
    facsimile call during the most recent FSTI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 9999

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


facsimileModulationSchemeID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.FacsimileModulationSchemeID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facsimileModulationSchemeIDBehaviour;
REGISTERED AS {g776-1Attribute 362};


facsimileModulationSchemeIDBehaviour BEHAVIOUR
  DEFINED AS
    "The indentifies the modulation scheme used in facsimile calls.

    This attribute is characteristic of SPNE. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Enumerated Option values of

    V.17

    V.27ter

    V.29

    V.33

    The default value is:

    Comment:

    Reference: G.766 Table 1";


facsimileRemodOutputLevel  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.FacsimileRemodOutputLevel;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facsimileRemodOutputLevelBehaviour;
REGISTERED AS {g776-1Attribute 241};


facsimileRemodOutputLevelBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the level of the remodulated facsimile signal.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    -13 to -39

    The default value is: -17

    Comment: The integer value represents dBm0.

    Reference: Table 7 of G.766";


facsimileRemodOutputLevelMode  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.FacsimileRemodOutputLevelMode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facsimileRemodOutputLevelModeBehaviour;
REGISTERED AS {g776-1Attribute 373};


facsimileRemodOutputLevelModeBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines whether the remodulator output level will be fixed
    (-17 dbm) or matched to the measured transmission level at the far end.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Matched or Fixed

    The default value is:

    Comment:

    Reference:";


facsimileStatisticsTimeInterval  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.TimeInterval;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  facsimileStatisticsTimeIntervalBehaviour;
REGISTERED AS {g776-1Attribute 236};


facsimileStatisticsTimeIntervalBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the resolution of the facsimile traffic statistics
    time interval for which facsimile traffic statistics are measured.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    10, 20, 30, 40, 50, 60

    The default value is: 10

    Comment: The integer value represents minutes. Any integer percentage can be
    real with higher resolution. Reference:G.766 Section 10.1";


failedSeizuresRatio64kbps  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  failedSeizuresRatio64kbpsBehaviour;
REGISTERED AS {g776-1Attribute 238};


failedSeizuresRatio64kbpsBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the percentage of 64 kbit/s demand seizure attempts
    that were negatively acknowledged by the DCME in the most recent STI for
    whatever reason.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100

    The default value is:

    Comment: The integer values represent percent (e.g. 1 means 1%). Any integer
    percentage can be real with higher resolution. Reference: G.763 paragraph 15.2.3";


fccLocalErrorCount  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.FCCLocalErrorCount;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  fccLocalErrorCountBehaviour;
REGISTERED AS {g776-1Attribute 242};


fccLocalErrorCountBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the accumulated number of facsimile control channel
    bit errors received by the local terminal in the last 30 seconds.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Enumerated Option values of

    0 to 255

    The default value is:

    Comment: If the count reaches 255, it saturates until the next measurement
    interval (next FSTI). FCC=fax control channel. Reference: G.766 paragraph 10.3";


fccRemoteErrorCount  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.FCCRemoteErrorCount;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  fccRemoteErrorCountBehaviour;
REGISTERED AS {g776-1Attribute 243};


fccRemoteErrorCountBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides statistic records for accumulated number of
    facsimile control channel bit errors received by the remote terminal in the
    last 30 seconds.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Enumerated Option values of

    0 to 255

    The default value is:

    Comment: If the count reaches 255, it saturates until the next measurement
    interval (next FSTI). FCC=fax control channel. Reference: G.766 paragraph 10.3";


functionName ATTRIBUTE
  WITH ATTRIBUTE SYNTAX ASN1DefinedTypesModule.NameType;
  MATCHES FOR EQUALITY;
  BEHAVIOUR functionNameBehaviour;
REGISTERED AS { g776-1Attribute 419};


functionNameBehaviour BEHAVIOUR
  DEFINED AS
    "The functionName is an attribute whose distinguished value can be used as a
    RDN when naming an instance of the functionPool object class. The specific
    function must be already installed and is represented by the
    deviceFunctionDefinition MO Class thru the deviceFunctionDefinition request.";


injectedRxNoiseMax  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.InjectedRxNoiseMax;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  injectedRxNoiseMaxBehaviour;
REGISTERED AS {g776-1Attribute 57};


injectedRxNoiseMaxBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines the maximum noise level, in dBm0, to be injected on
    the receive trunk side even when the matched noise level measured at the
    corresponding transmit side exceeds this level.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    -68,-65,-60,-55,-50

    The default value is: -50 Comment: The integer represents dBm0. The value

    -68 is for mu-law only Reference: G.763 Table 6";


itID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ITID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  itIDBehaviour;
REGISTERED AS {g776-1Attribute 246};


itIDBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter identifies an intermediate time slot used for conveying
    trunk channel (TC) to bearer channel (BC) connectivity.

    This attribute is characteristic of DCME. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of

    1 to 255

    The default value is:

    Comment: 1 to 216 are used for normal TC to IT connections, IT's above this
    range are used for special internal DCME purposes. Any integer percentage
    can be real with higher resolution. Reference: G.763";


mapChangeHandlerActivation  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapChangeHandlerActivationBehaviour;
REGISTERED AS {g776-1Attribute 247};


mapChangeHandlerActivationBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter defines a map change to be when the background map and the
    foreground map are switched.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment: When this parameter is enabled, the channel check procedure is
    inhibited and both voice/VB and 64 kbit/s DLCs are activated. Reference:
    Section 15.8 of G.763";


mapCreationDate  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.MapCreationDate;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapCreationDateBehaviour;
REGISTERED AS {g776-1Attribute 386};


mapCreationDateBehaviour BEHAVIOUR
  DEFINED AS
    " This attribute is characteristic of DCME. It falls in the TMN
    Configuration Category. It is a Read/Write attribute that has Integer values of

    MMDDYY

    The default value is:

    Comment:

    Reference:";


mapCreationTime  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.MapCreationTime;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapCreationTimeBehaviour;
REGISTERED AS {g776-1Attribute 387};


mapCreationTimeBehaviour BEHAVIOUR
  DEFINED AS
    " This attribute is characteristic of DCME. It falls in the TMN
    Configuration Category. It is a Read/Write attribute that has Integer values of

    HHMMSS

    The default value is:

    Comment:

    Reference:";


mapLastUpdatedBy  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.MapLastUpdatedBy;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapLastUpdatedByBehaviour;
REGISTERED AS {g776-1Attribute 389};


mapLastUpdatedByBehaviour BEHAVIOUR
  DEFINED AS
    " This attribute is characteristic of DCME. It falls in the TMN
    Configuration Category. It is a Read/Write attribute that has String values of

    The default value is:

    Comment:

    Reference:";


mapName  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.MapName;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapNameBehaviour;
REGISTERED AS {g776-1Attribute 248};


mapNameBehaviour BEHAVIOUR
  DEFINED AS
    " This paramter identifies the configuration map.

    This attribute is characteristic of SPNE. It falls in the TMN Identification
    Category. It is a Read Only attribute that has String values of

    Any string up to 8 characters.

    The default value is:

    Comment:

    Reference:";


mapNumberOfUpdates  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.MapNumberOfUpdates;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapNumberOfUpdatesBehaviour;
REGISTERED AS {g776-1Attribute 388};


mapNumberOfUpdatesBehaviour BEHAVIOUR
  DEFINED AS
    " This attribute is characteristic of DCME. It falls in the TMN
    Configuration Category. It is a Read/Write attribute that has Integer values of

    The default value is:

    Comment:

    Reference:";


mapOrganization  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.MapOrganization;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapOrganizationBehaviour;
REGISTERED AS {g776-1Attribute 384};


mapOrganizationBehaviour BEHAVIOUR
  DEFINED AS
    " This attribute is characteristic of DCME. It falls in the TMN
    Configuration Category. It is a Read/Write attribute that has String values of

    The default value is:

    Comment:

    Reference:";


mapSiteName  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.MapSiteName;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapSiteNameBehaviour;
REGISTERED AS {g776-1Attribute 385};


mapSiteNameBehaviour BEHAVIOUR
  DEFINED AS
    " This attribute is characteristic of DCME. It falls in the TMN
    Configuration Category. It is a Read/Write attribute that has String values of

    The default value is:

    Comment:

    Reference:";


mapUpdateDate  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.MapUpdateDate;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapUpdateDateBehaviour;
REGISTERED AS {g776-1Attribute 390};


mapUpdateDateBehaviour BEHAVIOUR
  DEFINED AS
    " This attribute is characteristic of DCME. It falls in the TMN
    Configuration Category. It is a Read/Write attribute that has Integer values of

    MMDDYY

    The default value is:

    Comment:

    Reference:";


mapUpdateTime  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.MapUpdateTime;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  mapUpdateTimeBehaviour;
REGISTERED AS {g776-1Attribute 391};


mapUpdateTimeBehaviour BEHAVIOUR
  DEFINED AS
    " This attribute is characteristic of DCME. It falls in the TMN
    Configuration Category. It is a Read/Write attribute that has Integer values of

    HHMMSS

    The default value is:

    Comment:

    Reference:";


maskPerformanceReports  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.MaskPerformanceReports;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  maskPerformanceReportsBehaviour;
REGISTERED AS {g776-1Attribute 354};


maskPerformanceReportsBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines whether the autonomous reports are masked.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Normal, Masked

    The default value is:

    Comment:

    Reference:";


moduleProvisioningState  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.ModuleProvisioningState;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  moduleProvisioningStateBehaviour;
REGISTERED AS {g776-1Attribute 319};


moduleProvisioningStateBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the restoral of provisioning information in a
    module or its back up copy.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    Normal, Reload_from_non_volatile, Reload_from_backup

    The default value is:

    Comment:

    Reference:";


numberOfADPCMFallbacksDueToNSFFailure  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    G776-1ASN1DefinedTypesModule.NumberOfADPCMFallbacksDueToNSFFailure;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  numberOfADPCMFallbacksDueToNSFFailureBehaviour;
REGISTERED AS {g776-1Attribute 251};


numberOfADPCMFallbacksDueToNSFFailureBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the number of times the facsimile demod/remod
    units had to cease compressing the call because the non-standard facilities
    used in the facsimile call could not handle the call during the most recent FSTI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 9999

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


numberOfADPCMFallbacksNotDueToDCNDetection  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    G776-1ASN1DefinedTypesModule.NumberOfADPCMFallbacksNotDueToDCNDetection;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  numberOfADPCMFallbacksNotDueToDCNDetectionBehaviour;
REGISTERED AS {g776-1Attribute 252};


numberOfADPCMFallbacksNotDueToDCNDetectionBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the number of times the facsimile demod/remod
    units had to cease compressing the call for any reason other than normal
    termination during the most recent FSTI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 9999

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


numberOfFacsimileBankAllocationFailuresDuetoNearEndCongestion  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    G776-1ASN1DefinedTypesModule.NumberOfFacsimileBankAllocationFailuresDuetoNearEndCongestion;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  numberOfFacsimileBankAllocationFailuresDuetoNearEndCongestionBehaviour;
REGISTERED AS {g776-1Attribute 253};


numberOfFacsimileBankAllocationFailuresDuetoNearEndCongestionBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the number of times the transmission equipment was
    unable to allocate a facsimile bank because the near-end was congested with
    traffic during the most recent FSTI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 9999

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference:";


numberOfFacsimileCalls  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.NumberOfFacsimileCalls;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  numberOfFacsimileCallsBehaviour;
REGISTERED AS {g776-1Attribute 254};


numberOfFacsimileCallsBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the number of facsimile calls in the most recent
    FSTI in the direction Facsimile Direction ID (incoming, outgoing, both).

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 9999

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


numberOfFacsimileCallsUsingNonStandardFacilities  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    G776-1ASN1DefinedTypesModule.NumberOfFacsimileCallsUsingNonStandardFacilities;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  numberOfFacsimileCallsUsingNonStandardFacilitiesBehaviour;
REGISTERED AS {g776-1Attribute 255};


numberOfFacsimileCallsUsingNonStandardFacilitiesBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the number of facsimile calls compressed using
    non-standard facilites of T.30 during the most recent FSTI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 9999

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


numberOfFacsimileCallsUsingStandardFacilities  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    G776-1ASN1DefinedTypesModule.NumberOfFacsimileCallsUsingStandardFacilities;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  numberOfFacsimileCallsUsingStandardFacilitiesBehaviour;
REGISTERED AS {g776-1Attribute 256};


numberOfFacsimileCallsUsingStandardFacilitiesBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the number of facsimile calls compressed using
    standard facilites of T.30 during the most recent FSTI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 9999

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


numberOfFacsimileDemodRemodUnits  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.NumberOfFacsimileDemodRemodUnits;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  numberOfFacsimileDemodRemodUnitsBehaviour;
REGISTERED AS {g776-1Attribute 257};


numberOfFacsimileDemodRemodUnitsBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the maximum number of facsimile demod/remod units
    available to do facsimile compression.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 240

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


numberOfImageBlocksAtEachBitRate  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.NumberOfImageBlocksAtEachBitRate;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  numberOfImageBlocksAtEachBitRateBehaviour;
REGISTERED AS {g776-1Attribute 258};


numberOfImageBlocksAtEachBitRateBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the bit rates most utilized for facsimile
    compression and is useful in determining the particular demod/remod
    capabilities required.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 99999

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


numberReceivedBearers  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.NumberReceivedBearers;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  numberReceivedBearersBehaviour;
REGISTERED AS {g776-1Attribute 259};


numberReceivedBearersBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the number of received bearers.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Operational_Mode=Point_To_Point: 1; Operational_Mode=Multi_clique: 1-2;
    Operational_Mode=Multi_destination 2-4;  Operational_Mode=Mixed: 3-4 The
    default value is:

    Comment: For multi-clique mode, Number_Received_Bearers=1 assumes a Digital
    Cross-connect system is used external to the DCME to combine two sub-PRI
    receive cliques. Reference: G.763";


operationalMode  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.OperationalMode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  operationalModeBehaviour;
REGISTERED AS {g776-1Attribute 71};


operationalModeBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the network configuration of the SPNE.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    Point_To_Point, Multi_Clique, Multi_Destination, Mixed The default value is:

    Comment: Mixed is multi-clique where one clique operates in the
    multi-destination mode. Mixed is referred to as interoperation mode in
    G.763. Reference: G.763   4";


osRootServiceId ATTRIBUTE
  WITH ATTRIBUTE SYNTAX ASN1DefinedTypesModule.NameType;
  MATCHES FOR EQUALITY, ORDERING, SUBSTRINGS;
  BEHAVIOUR  osRootServiceIdBehaviour;
REGISTERED AS { g776-1Attribute 420 };


osRootServiceIdBehaviour BEHAVIOUR
  DEFINED AS
    "The osRootServiceId is an attribute whose distinguished value can be used
    as a RDN when naming an instance of the osRootService object class.";


packMaintenanceState  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.PackMaintenanceState;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  packMaintenanceStateBehaviour;
REGISTERED AS {g776-1Attribute 318};


packMaintenanceStateBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the maintenance state of a circuit pack.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Normal, Remove, Insert

    The default value is:

    Comment:

    Reference:";


peakNumberOfFacsimileBanksAllocated  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX
    G776-1ASN1DefinedTypesModule.PeakNumberOfFacsimileBanksAllocated;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  peakNumberOfFacsimileBanksAllocatedBehaviour;
REGISTERED AS {g776-1Attribute 269};


peakNumberOfFacsimileBanksAllocatedBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the peak number of facsimile banks allocated
    during the most recent FSTI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 60

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.766 paragraph 10.1";


percentOfTimeFECActivated  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  percentOfTimeFECActivatedBehaviour;
REGISTERED AS {g776-1Attribute 270};


percentOfTimeFECActivatedBehaviour BEHAVIOUR
  DEFINED AS
    " Fill-in

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100

    The default value is:

    Comment: The integer value represents percent (e.g., 1 means 1%). Any
    integer percentage can be real with higher resolution. Reference: G.766
    paragraph 10.1";


performanceCountsClearState  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PerformanceCountsClearState;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  performanceCountsClearStateBehaviour;
REGISTERED AS {g776-1Attribute 353};


performanceCountsClearStateBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the state of the facility performance counts.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Normal, Clear

    The default value is:

    Comment:

    Reference:";


poolReceiveID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PoolReceiveID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  poolReceiveIDBehaviour;
REGISTERED AS {g776-1Attribute 271};


poolReceiveIDBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter identifies which Receive Pool is being used.

    This attribute is characteristic of DCME. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of

    1,2

    The default value is:

    Comment: Any integer percentage can be real with higher resolution.
    Reference: G.763";


poolSize  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PoolSize;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  poolSizeBehaviour;
REGISTERED AS {g776-1Attribute 272};


poolSizeBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the size of the transmit (Pool Transmit ID) pools
    in terms of the number of 64 kbit/s time slots and the receive (Pool Receive
    ID) pools in terms of the number of 64 kbit/s time slots.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    0 to 31

    The default value is:

    Comment: This parameter must be at least 1 for clique 1 transmit and
    receive. It is zero for clique 2 when there is not a clique. Any integer
    percentage can be real with higher resolution. Reference: G.763";


poolTransmitID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PoolTransmitID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  poolTransmitIDBehaviour;
REGISTERED AS {g776-1Attribute 273};


poolTransmitIDBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter identifies which Transmit Pool is being used.

    This attribute is characteristic of DCME. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of

    1, 2

    The default value is:

    Comment: Any integer percentage can be real with higher resolution.
    Reference: G.763";


priAlarmDelay  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.AlarmDelay;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priAlarmDelayBehaviour;
REGISTERED AS {g776-1Attribute 15};


priAlarmDelayBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the delay value, in seconds, between the moment an
    alarm event is detected on an incoming receive bearer primary group and the
    moment the alarm condition is declared.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Real values of

    0.0 to 3.0 in steps of 0.1

    The default value is: 0.0

    Comment:

    Reference: G.763 paragraph 15.11.3, G.704";


priBPVProcessing  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priBPVProcessingBehaviour;
REGISTERED AS {g776-1Attribute 401};


priBPVProcessingBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines how incoming Bipolar Violations (BPV's) are treated.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment: If enable is selected, any BPV's in the incoming signal are
    corrected such that the outgoing signal is free of BPV's. If disable is
    selected, incoming BPV's are re-inserted (passed) to the outgoing data
    stream. This attribute affects both SND and RCV transmission paths. Reference:";


priEBitActivation  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priEBitActivationBehaviour;
REGISTERED AS {g776-1Attribute 40};


priEBitActivationBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines whether receiving CRC block errors set the
    corresponding E bit.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is: Disable

    Comment: This feature must be disabled for multidestination mode. Reference:
    G.706, G.763 paragraph 15.11";


priFBitError  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priFBitErrorBehaviour;
REGISTERED AS {g776-1Attribute 400};


priFBitErrorBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines how incoming f-bit errors in the Frame Alignment
    Signal (FAS) are treated.

    This attribute is characteristic of ECE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment: If enable is selected, any errors in the incoming FAS are corrected
    such that the outgoing FAS is always correct. If disable is selected, errors
    detected in the incoming FAS are passed to the outgoing data stream. This
    attribute affects both the SND and RCV transmission paths. Reference:";


priFrameFormat  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PRIFrameFormat;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priFrameFormatBehaviour;
REGISTERED AS {g776-1Attribute 1};


priFrameFormatBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the super frame structure of the PRI.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    PRI_Rate=1544: SF, ESF; PRI_Rate=2048: CRC_On, CRC_Off The default value is:

    Comment: For PRI_Rate=1544: SF = superframe = G.704 12-Frame, ESF = Extended
    superframe = G.704 24 Frame. For PRI_Rate=2048: CRC_On means that CRC-4 is
    transmitted with the framing information. Reference: G.704";


priID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PRIID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priIDBehaviour;
REGISTERED AS {g776-1Attribute 37};


priIDBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter identifies the 1544 or 2048 kbit/s primary rate interface.

    This attribute is characteristic of SPNE. It falls in the TMN Identification
    Category. It is a Read Only attribute that has Integer values of

    SPTT_Type=EC:1 to PRI_Number_Max; SPTT_Type=DCME: Tx_Bearer_PRI_1, ...,
    Tx_Bearer_PRI_4,Tx_Trunk_PRI_1,..., Tx_Trunk_PRI_12, Rx_Bearer_PRI_1, ...,
    Rx_Bearer_PRI_4, Rx_Trunk_PRI_1,..., Rx_Trunk_PRI_12 The default value is:

    Comment: PRI = primary rate interface, Tx = transmit, Rx = receive. Any
    integer percentage can be real with higher resolution. Reference:";


priLineCode  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PRILineCode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priLineCodeBehaviour;
REGISTERED AS {g776-1Attribute 53};


priLineCodeBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines which line code is used for the PRI.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    PRI_Rate=1544:B8ZS, AMI, ZCS; PRI_Rate=2048:HDB3, CMI The default value is:

    Comment: B8ZS=bipolar with eight-zero substitution, AMI=alternate mark
    inversion, ZCS= zero code suppression, HDB3=high density bipolar of order 3,
    CMI=coded mark inversion Reference: G.703";


priLineImpedance  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PriLineImpedance;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priLineImpedanceBehaviour;
REGISTERED AS {g776-1Attribute 54};


priLineImpedanceBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the PRI input impedance.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    PRI_Rate=2048: 75_Ohm, 110_Ohm, 120_Ohm PRI_Rate=1544: 133_feet, 266_feet,
    399_feet, 533_feet, 655_feet The default value is:

    Comment: For 2048 kbit/s the connection is unbalanced 75 Ohm or balanced 120
    Ohm or balanced 110 Ohm cable. For 1544 kbit/s these are the equilizer
    settings in maximum feet to Reference TLP point (e.g. DSX) Reference: G.703";


priModifiedCRC4Alignment  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priModifiedCRC4AlignmentBehaviour;
REGISTERED AS {g776-1Attribute 392};


priModifiedCRC4AlignmentBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the modified CRC-4 multiframe alignment algorithm
    which allows automatic interworking between equipments with and without
    CRC-4 capability and it is assumed that an equipment with CRC-4 procedure
    always generates CRC-4.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment:

    Reference: G.706 Annex B";


priRate  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PRIRate;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priRateBehaviour;
REGISTERED AS {g776-1Attribute 74};


priRateBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the basic physical interface to the equipment of
    the primary rate interface.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    2048_Kbps, 1544_Kbps

    The default value is:

    Comment: The electrical physical interface of SPTT is usually at the primary
    group level. SPTT have the ability to perform 2048 kbit/s to 1544 kbit/s
    mappings, therefore it is required to define the physical interface to the
    trunk and bearer sides separately. Reference: G.703";


priSignalling  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.PriSignalling;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  priSignallingBehaviour;
REGISTERED AS {g776-1Attribute 358};


priSignallingBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines whether channel associated signaling is used
    (robbed bit for 1544 kbit/s and TS16 for 2048 kbit/s).

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    For 1544 kbit/s: rbs, dmi, none; for 2048 kbit/s: cas, none The default value is:

    Comment: When channel associated signalling is none: for a 2048 kbit/s
    interface, TS 16  is available for use to carry traffic. For 1544 kbit/s
    interfaces, there is no robbed-bit signalling. Other values are:
    ABCD -Signaling is used, all bits significant. Reference: G.763";


q50Type  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Q50Type;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  q50TypeBehaviour;
REGISTERED AS {g776-1Attribute 275};


q50TypeBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the kind of switch that is controlling the Q.50 interface.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    Type A (per Q.50 Supplement), Type A Simplified, Type B (per Q.50 Supplement),
    4ESS, None The default value is:

    Comment: For 1544 kbit/s trunks, the line framing format should be ESF. For
    2048 kbit/s trunks, channel 16 cannot be assigned if it is already used for
    other traffic. Reference: G.763, Q.50";


receiveVoiceActivityDetector  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  receiveVoiceActivityDetectorBehaviour;
REGISTERED AS {g776-1Attribute 75};


receiveVoiceActivityDetectorBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines whether the activity detector on the receive trunk
    side will be enabled.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment:

    Reference: G.763";


remoteITID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.RemoteITID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  remoteITIDBehaviour;
REGISTERED AS {g776-1Attribute 277};


remoteITIDBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter identifies the transmit IT number of the corresponding DCME
    associated with a local IT and TC.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    1 to 360

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.763";


reserveClockSrc ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ReserveClockSrc;
  MATCHES FOR EQUALITY;
  BEHAVIOUR reserveClockSrcBehaviour;
REGISTERED AS {g776-1Attribute 428};


reserveClockSrcBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter identifies the secondary (reseve) source clock";


rxBC  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.RxBC;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  rxBCBehaviour;
REGISTERED AS {g776-1Attribute 279};


rxBCBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines a BC in the receive path.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    1 to 61

    The default value is:

    Comment: 1 to 61 for 2048 kbit/s primary group, 1 to 47 for a 1544 kbit/s
    primary group. Any integer percentage can be real with higher resolution.
    Reference: G.763";


scCTPId ATTRIBUTE
  WITH ATTRIBUTE SYNTAX ASN1DefinedTypesModule.NameType;
  MATCHES FOR EQUALITY;
  BEHAVIOUR scCTPIdBehaviour;
REGISTERED AS { g776-1Attribute 421 };


scCTPIdBehaviour BEHAVIOUR
  DEFINED AS
    "This attribute is used as an RDN for naming instances of the scCTP object class.";


serviceChId ATTRIBUTE --<NAME-CONV nameConv>--
  WITH ATTRIBUTE SYNTAX ASN1DefinedTypesModule.NameType;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  serviceChIDBehaviour;
REGISTERED AS { g776-1Attribute 422 };


serviceChIDBehaviour BEHAVIOUR
  DEFINED AS
    "The serviceChId is an attribute whose distinguished value can be used as a
    RDN when naming an instance of the serviceChannel object class. For SSPS,
    the value of this name is given by the OS in the installServiceChannel
    command, if specified; otherwise it will be given by the SSPS Platform in
    the response message of the installServiceChannel command. The
    serviceChannelID is a unique handle returned by the server. The address is
    used when sending messages to the Service, indentifying messages from the
    Service or referencing ports associated with the Service.";


serviceName ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.ServiceName;
  MATCHES FOR EQUALITY;
  BEHAVIOUR serviceNameBehaviour;
REGISTERED AS { g776-1Attribute 423};


serviceNameBehaviour BEHAVIOUR
  DEFINED AS
    "An ASCII string that uniquely identifies a Service that has been previously
    been placed in the Service Library. The Service will be installed as a
    Service Channel.";


serTemplateName  ATTRIBUTE --<NAME-CONV nameConv>--
  WITH ATTRIBUTE SYNTAX ASN1DefinedTypesModule.NameType ;
  MATCHES FOR EQUALITY ;
  BEHAVIOUR serTemplateNameBehaviour;
REGISTERED AS { g776-1Attribute 424 };


serTemplateNameBehaviour BEHAVIOUR
  DEFINED AS
    "ServiceFunction Template Name";


severelyErroredSecondsRatioThreshold  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  severelyErroredSecondsRatioThresholdBehaviour;
REGISTERED AS {g776-1Attribute 280};


severelyErroredSecondsRatioThresholdBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the threshold for sending an alarm event to the
    operator whenever the severely errored seconds ratio exceeds the set threshold.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Real values of

    1 to 100

    The default value is: 10

    Comment: This real value represents percent (e. g., 1 means 1%). Any integer
    percentage can be real with higher resolution. Reference: G.763";


severelyErroredSecondsRatio  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  severelyErroredSecondsRatioBehaviour;
REGISTERED AS {g776-1Attribute 281};


severelyErroredSecondsRatioBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the ratio of severely errored seconds for the PRI.

    This attribute is characteristic of SPNE. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100

    The default value is: Comment: This Real value represents percent (e. g., 1
    means 1%). Reference: G.763 section 15.2.3";


signallingIdleCode  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.SignallingIdleCode;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  signallingIdleCodeBehaviour;
REGISTERED AS {g776-1Attribute 244};


signallingIdleCodeBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the code that will be sent using the a,b,c,d bits
    of time slot no.16 of the trunk primary group of the incoming primary rate
    interface towards the switch when the CAS protocol is chosen as idle.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    0001 to 1111

    The default value is:

    Comment: The integer value represents a binary representation. Some switches
    require a fixed ABCD pattern even when CCS is used. Any integer percentage
    can be real with higher resolution. Reference: G.763";


signallingTransition  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.SignallingTransition;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  signallingTransitionBehaviour;
REGISTERED AS {g776-1Attribute 285};


signallingTransitionBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the translation between CAS signalling types.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    None, 2, 4, 16, Clear, Inverted, Zero and One

    The default value is:

    Comment: For each input code (0000 to 1111) there is a mapping to a output
    code. This allows translating between signalling bit definitions. For DCME,
    when USM option is disabled this parameter is not used. Reference:";


spneID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.SpneID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  spneIDBehaviour;
REGISTERED AS {g776-1Attribute 320};


spneIDBehaviour BEHAVIOUR
  DEFINED AS
    " This string represents the ID for the equipment.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has String values of Normal,
    Reload_from_non_volatile, Reload_from_backup

    The default value is:

    Comment:

    Reference:";


statisticsImplementation  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.G776-1Option;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  statisticsImplementationBehaviour;
REGISTERED AS {g776-1Attribute 83};


statisticsImplementationBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines whether the terminal will perform statistical
    calculations for performance management display.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Enable, Disable

    The default value is:

    Comment:

    Reference: G.763";


statisticsTimeInterval  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.TimeInterval;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  statisticsTimeIntervalBehaviour;
REGISTERED AS {g776-1Attribute 289};


statisticsTimeIntervalBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the interval (referred to elsewhere as STI) over
    which various performance statistics are to be collected.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    10 to 60 in steps of 10 for DCME; 5, 15, 60

    The default value is:

    Comment: The integer value represents minutes. For DCME each statistic will
    be calculated every minute using results from every sampled DCME frame (such
    as every 10 th frame). Any integer percentage can be real with higher
    resolution. Reference: G.763 paragraph 15.2.3 and G.826";


tcAssignment  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.TCAssignment;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  tcAssignmentBehaviour;
REGISTERED AS {g776-1Attribute 292};


tcAssignmentBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the type of trunk channel assignment on the bearer.
    (i.e. the rate at which the trunk channel will be assigned to: 64, 40 ,32,

    24 or 16 Kb/s).

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    figuration, Dynamic, Preassigned_64Kbps, Preassigned_40Kbps,
    Preassigned_32Kbps, Preassigned_24Kbps, Preassigned_16Kbps (default is
    Out_Of_Configuration)

    Value(s):

    The default value is:

    Comment:

    Reference: G.763";


tcID  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.TCID;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  tcIDBehaviour;
REGISTERED AS {g776-1Attribute 293};


tcIDBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter identifies a 64 kbit/s transmission path between DCME and
    switch. A TC relates to one channel (time-slot) in a primary PCM group .This
    parameter identifies a (transmit and receive) port of the equipment and is
    designated by an integer number.

    This attribute is characteristic of DCME. It falls in the TMN Identification
    Category. It is a Read/Write attribute that has Integer values of

    1 to 360

    The default value is: Comment: Any integer percentage can be real with
    higher resolution. Reference: G.763";


templateName ATTRIBUTE
  WITH ATTRIBUTE SYNTAX ASN1DefinedTypesModule.NameType;
  MATCHES FOR EQUALITY;
  BEHAVIOUR templateNameBehaviour;
REGISTERED AS { g776-1Attribute 425};


templateNameBehaviour BEHAVIOUR
  DEFINED AS
    "Name of the template within a file that is loaded into SSPS thru the tftp
    command from OS. It contains API used for DeviceFunctionDefinition and
    ServiceFunction Definition.";


transmitOnhook  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.NotYetDefined;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  transmitOnhookBehaviour;
REGISTERED AS {g776-1Attribute 296};


transmitOnhookBehaviour BEHAVIOUR
  DEFINED AS
    !This parameter defines a situation where due to abnormal trans-hybrid
    losses and even when the trunk is in the "on-hook" state, some energy may
    appear at the speech detector at high enough levels to activate the speech
    detector. The transmit on-hook scheme allows the state of the channel to be
    identified through a specific pattern of the 2 signalling bits of the 4-bit
    signalling scheme for 1544 and 2048 kbit/s trunks. In this case, "transmit"
    refers to the direction into the CME from the channellize side.

    This attribute is characteristic of CME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    A/B: 0/0, 0/1, 1/0, 1/1, 0/don't care, 1/don't care, don't care/0, don't
    care/1, always on-hook, always off-hook The default value is: always off-hook

    Comment: The on-hook signalling scheme should be set to "always off-hook"
    when common channel signalling is used in an application to prevent degraded
    performance, for example clipping of speech or transmission errors. Reference:!;


ts16Usage  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.TS16Usage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  ts16UsageBehaviour;
REGISTERED AS {g776-1Attribute 300};


ts16UsageBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the usage of a 2048Kb/s trunk primary group time
    slot no. 16.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    CAS, CCS, Traffic

    The default value is:

    Comment:

    Reference: G.763";


txBC  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.TXBC;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  txBCBehaviour;
REGISTERED AS {g776-1Attribute 302};


txBCBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines a BC in the transmit path.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    1 to 61

    The default value is:

    Comment: 1 to 61 for 2048Kb/s primary group, 1 to 47 for a 1544Kb/s primary
    group. Any integer percentage can be real with higher resolution. Reference: G.763";


usmInterval  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.USMInterval;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  usmIntervalBehaviour;
REGISTERED AS {g776-1Attribute 303};


usmIntervalBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the time interval (in 2ms DCME frame units) between
    two consecutive signalling messages sent through the bearer to the
    corresponding side. Each signalling message contains signalling information
    relating to two trunk channels.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Integer values of

    2 to 16

    The default value is: 8 Comment: Any integer percentage can be real with
    higher resolution. Reference: G.763";


usmType  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.USMType;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  usmTypeBehaviour;
REGISTERED AS {g776-1Attribute 304};


usmTypeBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines which type of channel associated transition
    signalling is employed on a primary group: R1 or R2D

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    R1, R2D

    The default value is:

    Comment:

    Reference: G.763";


voiceActivityRatio  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  voiceActivityRatioBehaviour;
REGISTERED AS {g776-1Attribute 307};


voiceActivityRatioBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the percentage of TCs which are voice-active to
    those which are incoming to the terminal.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Integer values of

    0 to 100

    The default value is:

    Comment: The integer value represents percent (e.g., 1 means 1%). Any
    integer percentage can be real with higher resolution. Reference: G.763
    paragraph 15.2.3";


voiceAverageBitsPerSample  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.VoiceAverageBitsPerSample;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  voiceAverageBitsPerSampleBehaviour;
REGISTERED AS {g776-1Attribute 308};


voiceAverageBitsPerSampleBehaviour BEHAVIOUR
  DEFINED AS
    "This parameter provides the average voice quality provided by the terminal
    during the most recent STI. This attribute is characteristic of DCME. It
    falls in the TMN Performance Category. It is a Read Only attribute that has
    Real values of 2 to 4 in steps of .01

    The default value is:

    Comment:

    Reference: G.763 Table 11";


voiceDLCOnRatio  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  voiceDLCOnRatioBehaviour;
REGISTERED AS {g776-1Attribute 309};


voiceDLCOnRatioBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the percentage of time that DLC for voice or
    voice-band data is active during the most recent STI.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100

    The default value is: Comment: The integer value represents percent (e.g., 1
    means 1%). Reference: G.763 section 15.2.3";


voiceFreezeoutExcess  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  voiceFreezeoutExcessBehaviour;
REGISTERED AS {g776-1Attribute 310};


voiceFreezeoutExcessBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the percent of 1 minute intervals in the most
    recent STI that the Voice Queue Freezeout Fraction for that 1 minute
    interval exceeded .5%.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100

    The default value is:

    Comment: The integer value represents percent (e.g., 1 means 1%). Any
    integer percentage can be real with higher resolution. Reference: G.763
    section 15.2.3";


voiceOrData  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.VoiceOrData;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  voiceOrDataBehaviour;
REGISTERED AS {g776-1Attribute 313};


voiceOrDataBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines whether a DS0 is a voiceband or digital data channel.

    This attribute is characteristic of DCME. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of

    Voice, Data

    The default value is:

    Comment: This parameter can also be flipped by the Q.50 interface. Reference:";


voiceQueueFreezeoutFraction  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.Percentage;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  voiceQueueFreezeoutFractionBehaviour;
REGISTERED AS {g776-1Attribute 314};


voiceQueueFreezeoutFractionBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter provides the ratio of competitive clip duration to voice
    spurt duration in the most recent STI.  Ideally, this parameter would be 0.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Real values of

    0 to 100 in steps of .001

    The default value is:

    Comment: The integer value represents percent (e.g., 1 means 1%). Any
    integer percentage can be real with higher resolution. Reference: G.763
    section 15.2.3";


voicebandCodingAlgorithm  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX   G776-1ASN1DefinedTypesModule.VoicebandCodingAlgorithm;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  voicebandCodingAlgorithmBehaviour;
REGISTERED AS {g776-1Attribute 315};


voicebandCodingAlgorithmBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the Voiceband Coding Algorithm of a given signal.

    This attribute is characteristic of SPNE. It falls in the TMN Configuration
    Category. It is a Read/Write attribute that has Enumerated Option values of
    8-bit A_ law G.711 PCM,8-bit Mu_ law G.711 PCM, 5,4,3,2-bit G.726 ADPCM,
    5,4,3,2-bit G.727 ADPCM The default value is: Comment: This is the parameter
    the user sets on controlable channel. Reference: G.711, G.726, G.727,
    G.761,G.762,G.763, G.766";


voicebandCodingAlgorithmInUse  ATTRIBUTE
  WITH ATTRIBUTE SYNTAX G776-1ASN1DefinedTypesModule.VoicebandCodingAlgorithmInUse;
  MATCHES FOR EQUALITY;
  BEHAVIOUR  voicebandCodingAlgorithmInUseBehaviour;
REGISTERED AS {g776-1Attribute 316};


voicebandCodingAlgorithmInUseBehaviour BEHAVIOUR
  DEFINED AS
    " This parameter defines the coding algorithm currently in use.

    This attribute is characteristic of DCME. It falls in the TMN Performance
    Category. It is a Read Only attribute that has Enumerated Option values of

    8_bit_G711_PCM, 5_bit_G726_ADPCM, 4_bit_G726_ADPCM, 3_bit_G726_ADPCM,
    2_bit_G726_ADPCM, 5_bit_G727_ADPCM, 4_bit_G727_ADPCM,  3_bit_G727_ADPCM,
    2_bit_G727_ADPCM The default value is:

    Comment: The user retrieves the algorithm the equipment is currently using
    via this parameter. For DCME, this parameter is per channel per DCME frame.
    Reference:";


activateLEDTest ACTION
  BEHAVIOUR activateLEDTestBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.ActivateLEDTestInformation;
  WITH REPLY SYNTAX
    G776-1ASN1DefinedTypesModule.ActivateLEDTestResult;
REGISTERED AS {g776-1Action 1};


activateLEDTestBehaviour BEHAVIOUR
  DEFINED AS
    "This action initiates the LED test. For some equipment the LEDs will
    extinguish after a fixed interval. For other equipment, it is shut off by
    the Deactivate LED Test action.";


alarmCutOff ACTION
  BEHAVIOUR alarmCutOffBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.G776-1Response;
REGISTERED AS {g776-1Action 2};


alarmCutOffBehaviour BEHAVIOUR
  DEFINED AS
    "Used to silence the audible alarm.";


busiestPeriodReportRequest ACTION
  BEHAVIOUR busiestPeriodReportRequestBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX
    G776-1ASN1DefinedTypesModule.BusiestPeriodReportRequestResult;
REGISTERED AS {g776-1Action 3};


busiestPeriodReportRequestBehaviour BEHAVIOUR
  DEFINED AS
    "Used to request a report from the terminal on-demand. The report is
    calculated upon requst, and sent to the MS.";


cancelMapChangeEnable ACTION
  BEHAVIOUR cancelMapChangeEnableBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.G776-1Response;
REGISTERED AS {g776-1Action 4};


cancelMapChangeEnableBehaviour BEHAVIOUR
  DEFINED AS
    "Used to cancel the Map Change Enable action.";


ccErrorPerformanceACCReportRequest ACTION
  BEHAVIOUR ccErrorPerformanceACCReportRequestBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX
    G776-1ASN1DefinedTypesModule.CCErrorPerformanceACCReportRequestResult;
REGISTERED AS {g776-1Action 5};


ccErrorPerformanceACCReportRequestBehaviour BEHAVIOUR
  DEFINED AS
    "Used to request a report from the terminal on-demand. The report is
    calculated upon request, and sent to the MS.";


deactivateLEDTest ACTION
  BEHAVIOUR deactivateLEDTestBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.DeactivateLEDTestInformation;
  WITH REPLY SYNTAX
    G776-1ASN1DefinedTypesModule.DeactivateLEDTestResult;
REGISTERED AS {g776-1Action 6};


deactivateLEDTestBehaviour BEHAVIOUR
  DEFINED AS
    "This action deactivates the LED test initiated by the Activate LED Test for
    those equipment that do not extinquish the LEDs after a fixed period.";


downloadMap ACTION
  BEHAVIOUR downloadMapBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.G776-1Response;
REGISTERED AS {g776-1Action 7};


downloadMapBehaviour BEHAVIOUR
  DEFINED AS
    "This action causes a download of the background map stored in the Local
    Management Station to the DCME.";


faxACCReportRequest ACTION
  BEHAVIOUR faxACCReportRequestBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX
    G776-1ASN1DefinedTypesModule.FAXACCReportRequestResult;
REGISTERED AS {g776-1Action 8};


faxACCReportRequestBehaviour BEHAVIOUR
  DEFINED AS
    "Used to request a report from the terminal on-demand. The report is
    calculated upon request, and sent to the MS.";


functionDefine ACTION
  BEHAVIOUR functionDefineBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.FileNameId;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.FunctionInfoData;
REGISTERED AS { g776-1Action 9};


functionDefineBehaviour BEHAVIOUR
  DEFINED AS
    "This action is used to install a SSPS Function definition template. This
    action makes the Function definition known to SSPS by adding the definition
    to the library of Function definitions.";


functionListQuery ACTION
  BEHAVIOUR functionListQueryBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.FileNameId;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.FunctionListQueryResult;
REGISTERED AS { g776-1Action 10};


functionListQueryBehaviour BEHAVIOUR
  DEFINED AS
    "This action is used to present a list of all Device Functions that are
    current defined in the SSPS. These are Functions that have been installed
    with the FunctionDefine request. Those Functions that are removed will not
    appear in this list.";


functionReplace ACTION
  BEHAVIOUR functionReplaceBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.FileNameId;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.FunctionInfoData;
REGISTERED AS { g776-1Action 11};


functionReplaceBehaviour BEHAVIOUR
  DEFINED AS
    "This action is used to replace an existing Device Function definition. This
    will replace the Function definition in the Library only. Services and
    Resource Pools that currently have the chosen Function allocated are not
    affected. New requests to the Resource Pools to add the specified Function
    will use the new definition after this command is executed. In order to
    remove the old version of the Function, commands need to be used that
    instruct the Resource manager to remove the specific instances that
    correspond to the older Function Definition.";


installServiceChannel  ACTION
  BEHAVIOUR rootServiceInvokeBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.InstallServiceChannelInformation;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.InstallServiceChannelInformation;
REGISTERED AS { g776-1Action 12 };


rootServiceInvokeBehaviour BEHAVIOUR
  DEFINED AS
    "Install Service Channel or Channel Service Invoke is used to bring an
    instance of a Service into existence at the Service Channel level of the
    hierarchy. The Service should have been previously defined and be a part of
    the Service Library. When the Service is started it is a new entity that can
    be treated as an independent task. The new Service must conform to the
    Service model. It must retrieve the necessary components from the Resource
    manager and make the appropriate connections within its container. Once the
    new Service is invoked as a Service Channel, the SSPS Root Service will then
    respond to commands requesting connections to the Service Channel. The
    Service Channel will be invoked with Relative Priority set to High";


mapChange ACTION
  BEHAVIOUR mapChangeBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.G776-1Response;
REGISTERED AS {g776-1Action 13};


mapChangeBehaviour BEHAVIOUR
  DEFINED AS
    "Used to switch between the foreground and the background maps of a terminal.";


mapChangeEnable ACTION
  BEHAVIOUR mapChangeEnableBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.G776-1Response;
REGISTERED AS {g776-1Action 14};


mapChangeEnableBehaviour BEHAVIOUR
  DEFINED AS
    "A change of a foreground configuration map must be preceded with several
    preparations that must be made by the terminal. The Map Change Enable action
    is a request for the terminal to commit these actions, in order to enable
    the replacement of the foreground map.";


removeServiceChannel  ACTION
  BEHAVIOUR removeServiceChannelBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.RemoveServiceChannelInformation;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.GenericResponse;
REGISTERED AS { g776-1Action 15 };


removeServiceChannelBehaviour BEHAVIOUR
  DEFINED AS
    "Remove Service Channel request is used to remove an instance of a Service
    that has been started by an InstallServiceChannel command.  All internal
    connections for that Service are automatically removed.  Nothing about that
    Service instance or its internal states are preserved. The unlink parameter
    is used to specify if the external connections to the Service are to be
    removed automatically.";


resetHregister  ACTION
  BEHAVIOUR resetHregisterBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.G776-1Response;
REGISTERED AS { g776-1Action 16 };


resetHregisterBehaviour BEHAVIOUR
  DEFINED AS
    "This action is used to reset the echo canceller's Hregister.";


resetTerminal ACTION
  BEHAVIOUR resetTerminalBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.G776-1Response;
REGISTERED AS {g776-1Action 17};


resetTerminalBehaviour BEHAVIOUR
  DEFINED AS
    "Used to reset the terminal.";


retrieveServiceFile  ACTION
  BEHAVIOUR retrieveServiceBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.FileNameId;
REGISTERED AS { g776-1Action 18 };


retrieveServiceBehaviour BEHAVIOUR
  DEFINED AS
    "Retrieve the service monitor file from SSPS. It allows the OS to view the
    Service Monitor. The Service Monitor is used as a controlled port to the
    outside world. Services may send messages to the Service Monitor. System
    error messages are also sent to the Service Monitor; they are stored in the
    Service Monitor according to the Service that generated them. The messages
    and data that are sent to the Service Monitor may be viewed by the OS
    interface by using this command. Once the data for a particular Service is
    transferred to the OS, it is no longer kept in the Service Monitor. The data
    area for the Service Monitor, once filled, acts like a circular buffer and
    overwrites the oldest data with the newest. The size of this data area is
    fixed and is not under control of the outside interfaces. Services send
    messages to the Service Monitor using the normal SendMessage API command.
    The OS interface may retrieve Service Monitor Data using ServiceMonitorQuery.";


retrieveServiceTree  ACTION
  BEHAVIOUR serviceTreeRetrieveBehaviour;
  MODE CONFIRMED;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.RetrieveServiceTreeResult;
REGISTERED AS { g776-1Action 19 };


serviceTreeRetrieveBehaviour BEHAVIOUR
  DEFINED AS
    "Retrieve all nodes under a service channel. The SSPS Platform will
    represent the current Service hierarchy upon request. The Service name and
    unique system address is presented along with the relationship in the
    hierarchy. This feature may be used to give a snapshot of the current
    Services in the SPM as well as to provide the ID's that would be necessary
    to allow interaction with those Services.";


runECSelfTestOutofService ACTION
  BEHAVIOUR runECSelfTestOutofServiceBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.RunECSelfTestOutofServiceInformation;
  WITH REPLY SYNTAX
    G776-1ASN1DefinedTypesModule.RunECSelfTestOutofServiceResult;
REGISTERED AS {g776-1Action 20};


runECSelfTestOutofServiceBehaviour BEHAVIOUR
  DEFINED AS
    "This action intitiates an our-of-service self-test on one or more 64 kb/s
    timeslots of the echo canceller equipment.";


runSoftReset ACTION
  BEHAVIOUR runSoftResetBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.RunSoftResetInformation;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.RunSoftResetResult;
REGISTERED AS {g776-1Action 21};


runSoftResetBehaviour BEHAVIOUR
  DEFINED AS
    "This action initiates a soft reset of the SPNE similiar to that which would
    occur during a power cycle. Configuration parameters would not be affected.";


sendGenericServiceMessage  ACTION
  BEHAVIOUR sendGenericServiceMessageBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.GenericServiceMessage;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.GenericResponse;
REGISTERED AS { g776-1Action 22 };


sendGenericServiceMessageBehaviour BEHAVIOUR
  DEFINED AS
    "This action may be made by OS to send message involving any Service that
    exist in the managed system.";


serviceDefine ACTION
  BEHAVIOUR serviceDefineBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.FileNameId;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.ServiceInfoData;
REGISTERED AS { g776-1Action 23};


serviceDefineBehaviour BEHAVIOUR
  DEFINED AS
    "This action is used to install a Service definition template in SSPS. This
    action makes the Service definition known to SSPS by adding the definition
    to the library of Service definitions and does not start up any Services.";


serviceListQuery ACTION
  BEHAVIOUR serviceListQueryBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.FileNameId;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.ServiceListQueryResult;
REGISTERED AS { g776-1Action 24};


serviceListQueryBehaviour BEHAVIOUR
  DEFINED AS
    "This action is used to presents a list of all Services that are current
    defined in the SSPS. These are Services that have been installed with the
    ServiceDefine request. Those Services that are removed will not appear in
    this list.";


servicePoolLock   ACTION
  BEHAVIOUR servicePoolLockBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.PoolLockInformation;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.GenericResponse;
REGISTERED AS { g776-1Action 25 };


servicePoolLockBehaviour BEHAVIOUR
  DEFINED AS
    "Pool Lock puts a hold on resources for the specified pool. This allows SSPS
    Services to continue using the existing allocation, but once they are
    returned, the function specified can not be assigned to a new request from a
    Service. An autonomous message will be sent to the OS interface when the
    Locked Pool becomes totally unallocated. This would be a signal to the OS
    that the specified Pools may be removed without impacting Services.";


servicePoolSizeDecrease  ACTION
  BEHAVIOUR servicePoolSizeDecreaseBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX  G776-1ASN1DefinedTypesModule.PoolSizeInformation;
  WITH REPLY SYNTAX  G776-1ASN1DefinedTypesModule.GenericResponse;
REGISTERED AS { g776-1Action 26 };


servicePoolSizeDecreaseBehaviour BEHAVIOUR
  DEFINED AS
    "It allows the OS interface to request modifications to the resource pools.
    The modification may alter the size of an existing Pool. The Device Function
    identified must be a valid entry that has been defined in SSPS. The
    distribution is an optional parameter that tells SSPS exactly which slots
    the Function are to be located.";


servicePoolSizeIncrease  ACTION
  BEHAVIOUR servicePoolSizeIncreaseBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.PoolSizeInformation;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.GenericResponse;
REGISTERED AS { g776-1Action 27 };


servicePoolSizeIncreaseBehaviour BEHAVIOUR
  DEFINED AS
    "It allows the OS interface to request modifications to the resource pools.
    The modification may alter the size of an existing Pool. The Device Function
    identified must be a valid entry that has been defined in SSPS. The
    distribution is an optional parameter that tells SSPS exactly which slots
    the Function are to be located.";


servicePoolStatusQuery  ACTION
  BEHAVIOUR servicePoolQueryBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.ServicePoolQuery;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.PoolQueryResult;
REGISTERED AS { g776-1Action 28 };


servicePoolQueryBehaviour BEHAVIOUR
  DEFINED AS
    "Pool Query retrieves the status of a dynamic pool which is currently
    configured in SSPS. The request is for a single pool. The returned data
    gives the size of the current pool allocations as well as current usage.";


servicePoolThresholdWarningGet ACTION
  BEHAVIOUR servicePoolThresholdGetBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.PoolThresholdGetInfo;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.PoolThresholdGetResult;
REGISTERED AS { g776-1Action 29 };


servicePoolThresholdGetBehaviour BEHAVIOUR
  DEFINED AS
    "Retrieve the status of dynamic pool which is currently configured in SSPS.
    The returned data gives the size of the current pool allocations as well as
    current usage.";


servicePoolThresholdWarningSet ACTION
  BEHAVIOUR servicePoolThresholdSetBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.PoolThresholdInfo;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.GenericResponse;
REGISTERED AS { g776-1Action 30 };


servicePoolThresholdSetBehaviour BEHAVIOUR
  DEFINED AS
    "Service Pool Threshold is set to the service pool size  for multiple pools.
    The returned data gives the size of the current pool allocations as well as
    current usage.";


servicePoolUnlock  ACTION
  BEHAVIOUR servicePoolUnlockBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX G776-1ASN1DefinedTypesModule.PoolLockInformation;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.GenericResponse;
REGISTERED AS { g776-1Action 31 };


servicePoolUnlockBehaviour BEHAVIOUR
  DEFINED AS
    "It release any locks on resources for the specified pool.";


terminalInConfiguration ACTION
  BEHAVIOUR terminalInConfigurationBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.TerminalInConfigurationInformation;
  WITH REPLY SYNTAX
    G776-1ASN1DefinedTypesModule.TerminalInConfigurationResult;
REGISTERED AS {g776-1Action 32};


terminalInConfigurationBehaviour BEHAVIOUR
  DEFINED AS
    "Used to set the terminal in configuration.";


terminalOutOfConfiguration ACTION
  BEHAVIOUR terminalOutOfConfigurationBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.TerminalOutOfConfigurationInformation;
  WITH REPLY SYNTAX
    G776-1ASN1DefinedTypesModule.TerminalOutOfConfigurationResult;
REGISTERED AS {g776-1Action 33};


terminalOutOfConfigurationBehaviour BEHAVIOUR
  DEFINED AS
    "Used to set the terminal out of configuration.";


timeUpdate ACTION
  BEHAVIOUR timeUpdateBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.TimeUpdateInformation;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.TimeUpdateResult;
REGISTERED AS {g776-1Action 34};


timeUpdateBehaviour BEHAVIOUR
  DEFINED AS
    "Used to synchronize the clock of the terminal and the Management Station (MS).";


uploadMap ACTION
  BEHAVIOUR uploadMapBehaviour;
  MODE CONFIRMED;
  WITH INFORMATION SYNTAX
    G776-1ASN1DefinedTypesModule.UploadMapInformation;
  WITH REPLY SYNTAX G776-1ASN1DefinedTypesModule.UploadMapResult;
REGISTERED AS {g776-1Action 35};


uploadMapBehaviour BEHAVIOUR
  DEFINED AS
    "Used for uploading a map from the configuration map repository of the
    terminal to the configuration map repository of the MS.";
-- =============================================================================
--  Formatted by OpenT2 Version 5.5.6.34 on Tue Nov 28 10:48:57 2006