-
Notifications
You must be signed in to change notification settings - Fork 18
Proposal to simplify configuration #257
Description
Description
Currently, the design document for multiple DNNs specifies the use of two separate device groups for the same set of devices. This configuration appears redundant, and I would like to explore whether it is possible to simplify the setup by using a single device group for multiple DNNs.
Details:
Current Implementation: The system uses two device groups for devices with the same characteristics, differentiated only by DNNs.
Question: Is it necessary to duplicate the device group for different DNNs, or can we merge them into a single group ?
Revised Configuration Structure:
Single Device Group: Create one device group that includes the IMSIs.
Multiple DNNs: Within the single device group, define separate DNN-specific configurations such as IP pools, QoS parameters, and DNS settings.