X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontrollers%2Fr1producer%2FProducerStatusInfo.java;h=3bb2a051779d30f1f9ff779d957476062a9a54f0;hb=9308f75bda6cd0bce421d8afded6b96c1822a999;hp=055ab913716bc70f80ad945dad8ab9f42aaa621e;hpb=6f9c2b29f01e555d8ff7b048e85b0f38684d7e63;p=nonrtric.git diff --git a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1producer/ProducerStatusInfo.java b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1producer/ProducerStatusInfo.java index 055ab913..3bb2a051 100644 --- a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1producer/ProducerStatusInfo.java +++ b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1producer/ProducerStatusInfo.java @@ -38,8 +38,8 @@ public class ProducerStatusInfo { } private static final String OPERATIONAL_STATE_DESCRIPTION = "Operational state, values:\n" // - + "ENABLED: TBD\n" // - + "DISABLED: TBD."; + + "ENABLED: the producer is operational\n" // + + "DISABLED: the producer is not operational"; @Schema(name = "operational_state", description = OPERATIONAL_STATE_DESCRIPTION, required = true) @SerializedName("operational_state")