Differences in Enumerations of

Managed Object Model for virtual MRF

Managed Information Model (MIM) identity
     Name   : MrfMOM
     Version : 2
     Release : 5
     Correction : 0
    

Compared to

MergedModel


Managed Information Model (MIM) identity
     Name   : MrfMOM
     Version : 2
     Release : 4
     Correction : 0
    

 

Contents

enum ActionCapabilityState new
enum CarrierSuppressionMode new
enum DirectionMode new
enum SegmentInfo1Mode new
enum SegmentInfo2Mode new
enum SegmentInfo3Mode new
enum SegmentInfo4Mode new
enum SegmentSignalType new
enum SpeechPathMode new
enum ActionResultType changed
enum ActionResultType changed
enum ActionStateType changed
enum ActionStateType changed
enum BasicAdmState changed
enum BasicAdmState changed
enum BasicAdmState changed
enum BasicAdmState changed
enum NotifyType changed
enum OperState changed
enum SwMTimeoutFallbackCapability changed
enum UpgradePackageState changed
 

 
enum ActionCapabilityState
enum CarrierSuppressionMode
enum DirectionMode
enum SegmentInfo1Mode
enum SegmentInfo2Mode
enum SegmentInfo3Mode
enum SegmentInfo4Mode
enum SegmentSignalType
enum SpeechPathMode
enum ActionResultType
domainExtension

enum ActionResultType
domainExtension
old:  
new:  

enum ActionStateType
domainExtension

enum ActionStateType
domainExtension
old:  
new:  

enum BasicAdmState
domainExtension

enum BasicAdmState
domainExtension

enum BasicAdmState
domainExtension

enum BasicAdmState
domainExtension

enum NotifyType
description
   The Method type of method to use, can used. Can be TRAP or INFORM.

enum OperState
domainExtension

enum SwMTimeoutFallbackCapability
enumMember NOT_SUPPORTED
description
   Indicates Shows that the fallback capability is not supported.
enumMember SUPPORTED
description
   Indicates Shows that the fallback capability is supported.

enum UpgradePackageState
enumMember ACTIVATION_IN_PROGRESS
description
  Activation is in progress.
In this state, only the cancel() action may can be called. called. If the cancel() action is called, the UP moves to DEACTIVATION_IN_PROGRESS state. state DEACTIVATION_IN_PROGRESS. If the activation step completes successfully, the UP moves to state ACTIVATION_STEP_COMPLETED state. .
enumMember ACTIVATION_STEP_COMPLETED
description
  The previous activitation activation step completed successfully, but there successfully.
There
are still more activation step(s) left. steps left. In this state, only the activate() or the cancel() action may can be called. called. If the cancel() action is called, the UP moves to state DEACTIVATION_IN_PROGRESS state. . If the activate() action is called, the ME starts the activation of the next activation step and the UP moves to state ACTIVATION_IN_PROGRESS state. . If the fallback timer expires in this state, the UP moves to state DEACTIVATION_IN_PROGRESS state. .
enumMember COMMIT_COMPLETED
description
  The upgrade is committed. The confirmed.The whole upgrad upgrade procedure has completed.
enumMember DEACTIVATION_IN_PROGRESS
description
   The deactivation Deactivation of the UP is in progress.
This may can be a the result of a cancel() action having been called action, or the fallback timer may have has expired. In this state, no action can be called. In At the end of fallback operation, the UP moves back to PREPARE_COMPLETED state. state PREPARE_COMPLETED.
enumMember INITIALIZED
description
  The Upgrade Package is initialized. initialized.
The administrative data and activations activation steps of the UP can be read. In read.In this state, only the prepare() action may can be called. called.
enumMember PREPARE_COMPLETED
description
  Prepare action has successfully finished. finished successfully.
In this state, only the verify() or the activate() action may can be called. called. If the activate() action is called, the UP moves to state ACTIVATION_IN_PROGRESS state. .
enumMember PREPARE_IN_PROGRESS
description
  Prepare action in progress.
In this state, only the cancel() action may can be called. If the prepare() action completes successfully, the UP moves to state PREPARE_COMPLETED state. . If the prepare() action fails (or fails, or cancel() is called), called, the UP moves back to state INITIALIZED state. .
enumMember WAITING_FOR_COMMIT
description
  The last activation step completed successfully. successfully.
The operator has to commit must confirm the upgrade. upgrade. In this state, only the commit() confirm() or the cancel() action may can be called. called. If the cancel() action is called, the UP moves to DEACTIVATION_IN_PROGRESS state. state DEACTIVATION_IN_PROGRESS. If the commit() confirm() action is called, the UP moves to state COMMIT_COMPLETED state. .



  Differences in Enumerations