Add feature to Support NSMF based TN slices
[so.git] / common / src / main / java / org / onap / so / beans / nsmf / SliceProfileAdapter.java
index 81d64b5..7cc940d 100644 (file)
@@ -63,7 +63,7 @@ public class SliceProfileAdapter implements Serializable {
     private int maxBandwidth;
 
     @JsonProperty(value = "sST")
-    private String sST;
+    private String sST = "embb";
 
     @JsonProperty(value = "activityFactor")
     private int activityFactor;