group Service_Flow_Pixits {

  // Service_Flow_Pixits parameters.

  modulepar {
    UInt8 PXT_WAIT_FOR_BSUT_SF_ESTABLISHMENT : = 22
  }

  modulepar {
    SfidList PXT_IUT_EXCLUDED_SFID_LIST : =
  }

  modulepar {
    integer PXT_DSx_REQUEST_RETRIES : = 3
  }

  modulepar {
    integer PXT_DSx_RESPONSE_RETRIES : = 3
  }

  modulepar {
    boolean PXT_AUTO_CQICH_ALLOC_IE : = true
  }

  modulepar {
    boolean PXT_AUTO_INIT_SERVICE_FLOW : = true
  }

  modulepar {
    MaxSustainedTrafficRate PXT_MAX_SUSTAINED_TRAFFIC_RATE : = 1000000
  }

  modulepar {
    MaxSustainedTrafficRate PXT_MAX_TRAFFIC_BURST : = 1000000
  }

  modulepar {
    MinReservedTrafficRate PXT_MIN_RESERVED_TRAFFIC_RATE : = 1000000
  }

  modulepar {
    ToleratedJitter PXT_TOLERATED_JITTER : = 10
  }

  modulepar {
    MaxLatency PXT_MAX_LATENCY : = 100
  }

  modulepar {
    MaxLatency PXT_MAX_LATENCY_LOW : = 20
  }

  modulepar {
    UnsolicitedGrantInt PXT_UNSOLICITED_GRANT_INTERVAL : = 5
  }

  modulepar {
    UnsolicitedPollInt PXT_UNSOLICITED_POLLING_INTERVAL : = 5
  }

  modulepar {
    TrafficPriority PXT_TRAFFIC_PRIORITY : = 5
  }

  modulepar {
    ClassifierRulePriority PXT_PKT_CLASS_RULE_PRIORITY : = 0
  }

  modulepar {
    ClassifierRulePriority PXT_PKT_CLASS_RULE_PRIORITY_HIGH : = 2
  }

  modulepar {
    PktClassifierRuleIndex PXT_PKT_CLASS_RULE_INDEX : = 1
  }

  modulepar {
    PktClassifierRuleIndex PXT_PKT_CLASS_RULE_INDEX_HIGH : = 2
  }

  modulepar {
    UplinkGrantSchedulingType PXT_UL_GRANT_SCHEDULING_TYPE : = e_be
  }
}
Generated with T3Doc 2.0 on Fri Sep 05 17:01:18 CEST 2008.

Description

This group of PIXITs contains parameter related to the Service Flows,
to define content of TLVs in the DSx messages or to specify timers
and counters associated with Service Flows operations.