-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal to simplify configuration #257
Comments
Please clearly tell me
|
Example Configuration:
Explanation: device-groups: Contains a single entry, 5g-gnbsim-user-group, which includes all the IMSIs. ip-domains: Lists different DNNs (e.g., internet, ims) within the same device group. network-slices: Assigns this device group to network slices as needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: