Fix issues in shared NSI flow in NSMF
[so.git] / common / src / main / java / org / onap / so / beans / nsmf / AnSliceProfile.java
index 3d0f708..be4833a 100644 (file)
@@ -66,4 +66,7 @@ public class AnSliceProfile implements Serializable {
     @JsonProperty(value = "resourceSharingLevel")
     private ResourceSharingLevel resourceSharingLevel;
 
+    @JsonProperty(value = "maxNumberofPDUSession")
+    private int maxNumberOfPDUSession;
+
 }