omec-project / webconsole

3 stars 12 forks source link

Proposal to simplify configuration #257

Open thakurajayL opened 2 hours ago

thakurajayL commented 2 hours ago

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.

thakurajayL commented 2 hours ago

Please clearly tell me