7 Appendix B - Important Guidelines for Configuring the Managed Objects
Given below are some important guidelines to following while configuring the managed objects (MOs) explained in this document:
- Use REST APIs or CNCC GUI: Direct database manipulations are not allowed. Users must use the REST APIs or the CNCC GUI to configure the managed objects.
- PLMN-specific configuration: For the managed objects
PlmnConfig,BarredSlicesMapping, andSupportedSlicesMapping, data must be configured per PLMN. Each request must contain only a single PLMN-related information. To create another PLMN-related configuration, a separate request must be sent for that particular managed object. - Dependencies between managed objects: The following dependencies must be
observed:
- To configure a
PlmnConfigmanaged object, ensure that:SystemOptionswith the particular PLMN specified inPlmnInfois configured.- Required
NsiProfilesspecified inPlmnInfoare created.
- To configure a
SupportedSlicesMappingmanaged object, ensure that:PlmnConfigwith the particular PLMN specified inPlmnTacListis configured.- Required
NsiProfilesspecified innsiInformationListofsupportedSnssaiListare created.
- To configure a
BarredSlicesMappingmanaged object, ensure that aPlmnConfigwith the particular PLMN specified inPlmnTacListis configured.
- To configure a
- Order of configuring the managed objects: The following order
must be followed when configuring the managed objects:
- Configure
SystemOptionsandNsiProfiles. - Configure
PlmnConfig. - Configure
SupportedSlicesMappingand/orBarredSlicesMapping.
- Configure
- Order of deleting the managed objects: The following order must
be followed when deleting the managed objects:
- Delete
SupportedSlicesMappingand/orBarredSlicesMapping. - Delete
PlmnConfig. - Delete
NsiProfilesand/orSystemOptions.
- Delete