Commit 00e6cf22 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

feat: Changes in Proto files for Pluggable Demo

- Add aggregated output KPIs for pluggables
- Added failure notification action in policy rules
parent e351d0e3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -79,4 +79,8 @@ enum KpiSampleType {
    // PLUGGABLES
    KPISAMPLETYPE_PRE_FEC_BER_PLUGGABLE    = 2301;
    KPISAMPLETYPE_RECEIVED_POWER_PLUGGABLE = 2302;

    // PLUGGABLES Aggregated Output KPIs
    KPISAMPLETYPE_PRE_FEC_BER_PLUGGABLE_AGG_OUTPUT    = 3301;
    KPISAMPLETYPE_RECEIVED_POWER_PLUGGABLE_AGG_OUTPUT = 3302;
}
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ enum PolicyRuleActionEnum {
  POLICYRULE_ACTION_ADD_SERVICE_CONSTRAINT = 3;
  POLICY_RULE_ACTION_CALL_SERVICE_RPC = 4;
  POLICY_RULE_ACTION_RECALCULATE_PATH = 5;
  POLICY_RULE_ACTION_GENERATE_FAILURE_NOTIFICATION = 6;
}

// Action configuration